Author: arma Date: 2012-02-09 08:28:08 +0000 (Thu, 09 Feb 2012) New Revision: 25381
Modified: website/trunk/about/en/contact.wml Log: turn the anchors into links
Modified: website/trunk/about/en/contact.wml =================================================================== --- website/trunk/about/en/contact.wml 2012-02-09 08:25:44 UTC (rev 25380) +++ website/trunk/about/en/contact.wml 2012-02-09 08:28:08 UTC (rev 25381) @@ -13,15 +13,15 @@ <div id="maincol"> <h2>Tor: Contact</h2> <ul> - <li><a href="<page about/contact>#email">Email</a></li> - <li><a href="<page about/contact>#identica">Identi.ca</a></li> - <li><a href="<page about/contact>#irc">IRC</a></li> - <li><a href="<page about/contact>#livechat">Live Chat</a></li> - <li><a href="<page about/contact>#phone">Telephone</a></li> + <li><a href="#email">Email</a></li> + <li><a href="#identica">Identi.ca</a></li> + <li><a href="#irc">IRC</a></li> + <li><a href="#livechat">Live Chat</a></li> + <li><a href="#phone">Telephone</a></li> </ul>
<a id="email"></a> - <h3>Email</h3> + <h3><a class="anchor" href="#email">Email</a></h3> <i>tor-assistants at torproject.org</i> is the catch-all address for everything. It can be used for reaching people working on Tor.
@@ -49,12 +49,12 @@ </ul>
<a id="identica"></a> - <h3>Identi.ca</h3> + <h3><a class="anchor" href="#identica">Identi.ca</a></h3> <p>Contact us via our microblogging Identi.ca account <a href="https://identi.ca/torproject">@torproject</a>.</p>
<a id="irc"></a> - <h3>IRC</h3> + <h3><a class="anchor" href="#irc">IRC</a></h3> <p>Tor users and developers can also be found in the following channels on <a href="http://www.oftc.net/oftc/">OFTC</a>:</p>
@@ -70,7 +70,7 @@ </ul>
<a id="livechat"></a> - <h3>Live Chat</h3> + <h3><a class="anchor" href="#livechat">Live Chat</a></h3> <p>Tor is experimenting with live chat (XMPP/Jabber/GChat), Voice over IP (VOIP), VOIP+ZRTP, SIP, Video, and desktop sharing through the <a href="http://jitsi.org/">Jitsi Open Source Communicator</a>. Contact @@ -85,7 +85,7 @@ Messenging.</p>
<a id="phone"></a> - <h3>Telephone</h3> + <h3><a class="anchor" href="#phone">Telephone</a></h3> <p>If none of the above appeal to you, calling +1-781-352-0568 will reach the Tor office. Should there be no answer, please leave a message with a way to reach you.</p>
tor-commits@lists.torproject.org