turn the anchors into links
Roger Dingledine

Roger Dingledine commited on 2012-02-09 09:28:08
Zeige 1 geänderte Dateien mit 10 Einfügungen und 10 Löschungen.

... ...
@@ -13,15 +13,15 @@
13 13
   <div id="maincol">
14 14
     <h2>Tor: Contact</h2>
15 15
     <ul>
16
-    <li><a href="<page about/contact>#email">Email</a></li>
17
-    <li><a href="<page about/contact>#identica">Identi.ca</a></li>
18
-    <li><a href="<page about/contact>#irc">IRC</a></li>
19
-    <li><a href="<page about/contact>#livechat">Live Chat</a></li>
20
-    <li><a href="<page about/contact>#phone">Telephone</a></li>
16
+    <li><a href="#email">Email</a></li>
17
+    <li><a href="#identica">Identi.ca</a></li>
18
+    <li><a href="#irc">IRC</a></li>
19
+    <li><a href="#livechat">Live Chat</a></li>
20
+    <li><a href="#phone">Telephone</a></li>
21 21
     </ul>
22 22
 
23 23
     <a id="email"></a>
24
-    <h3>Email</h3>
24
+    <h3><a class="anchor" href="#email">Email</a></h3>
25 25
     <i>tor-assistants at torproject.org</i> is the catch-all address for everything. It can be
26 26
     used for reaching people working on Tor.
27 27
     
... ...
@@ -49,12 +49,12 @@
49 49
     </ul>
50 50
     
51 51
     <a id="identica"></a>
52
-    <h3>Identi.ca</h3>
52
+    <h3><a class="anchor" href="#identica">Identi.ca</a></h3>
53 53
     <p>Contact us via our microblogging Identi.ca account <a
54 54
     href="https://identi.ca/torproject">@torproject</a>.</p>
55 55
 
56 56
     <a id="irc"></a>
57
-    <h3>IRC</h3>
57
+    <h3><a class="anchor" href="#irc">IRC</a></h3>
58 58
     <p>Tor users and developers can also be found in the following channels on <a
59 59
     href="http://www.oftc.net/oftc/">OFTC</a>:</p>
60 60
     
... ...
@@ -70,7 +70,7 @@
70 70
     </ul>
71 71
     
72 72
     <a id="livechat"></a>
73
-    <h3>Live Chat</h3>
73
+    <h3><a class="anchor" href="#livechat">Live Chat</a></h3>
74 74
     <p>Tor is experimenting with live chat (XMPP/Jabber/GChat), Voice over
75 75
     IP (VOIP), VOIP+ZRTP, SIP, Video, and desktop sharing through the <a
76 76
     href="http://jitsi.org/">Jitsi Open Source Communicator</a>. Contact
... ...
@@ -85,7 +85,7 @@
85 85
     Messenging.</p>
86 86
 
87 87
     <a id="phone"></a>
88
-    <h3>Telephone</h3>
88
+    <h3><a class="anchor" href="#phone">Telephone</a></h3>
89 89
     <p>If none of the above appeal to you, calling +1-781-352-0568
90 90
     will reach the Tor office.  Should there be no answer, please leave
91 91
     a message with a way to reach you.</p>
92 92