[or-cvs] r22995: {website} Replace links to wiki with new <wiki> shortcut for easier ma (in website/trunk: en include)

Sebastian Hahn tor-svn-commits at sebastianhahn.net
Thu Aug 19 18:56:41 UTC 2010


Author: sebastian
Date: 2010-08-19 18:56:40 +0000 (Thu, 19 Aug 2010)
New Revision: 22995

Modified:
   website/trunk/en/bridges.wml
   website/trunk/en/contact.wml
   website/trunk/en/documentation.wml
   website/trunk/en/download-unix.wml
   website/trunk/en/download.wml
   website/trunk/en/faq-abuse.wml
   website/trunk/en/faq.wml
   website/trunk/en/hidden-services.wml
   website/trunk/en/index.wml
   website/trunk/en/people.wml
   website/trunk/en/tshirt.wml
   website/trunk/en/volunteer.wml
   website/trunk/include/links.wmi
Log:
Replace links to wiki with new <wiki> shortcut for easier maintenance/translation.

Patch contributed by Simon Ruderich <simon at ruderich.org>

Modified: website/trunk/en/bridges.wml
===================================================================
--- website/trunk/en/bridges.wml	2010-08-19 16:39:15 UTC (rev 22994)
+++ website/trunk/en/bridges.wml	2010-08-19 18:56:40 UTC (rev 22995)
@@ -34,7 +34,7 @@
 reasons. The latest version of <a href="<page torbrowser/index>">The
 Tor Browser Bundle</a> on Windows tries to give you better hints about
 why Tor is having problems connecting. You should also read <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#IinstalledTorandPolipobutitsnotworking.">the
+href="<wiki>TorFAQ#IinstalledTorandPolipobutitsnotworking.">the
 FAQ about problems with running Tor properly</a> when you have issues.
 If you feel that the issue is clearly blocking, or you'd simply like to try
 because you're unsure or feeling adventurous, please read on. Ensure
@@ -146,7 +146,7 @@
 run a bridge relay. You can configure it either way:
 <ul>
 <li> manually <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#Imsupposedtoeditmytorrc.Whatdoesthatmean">edit
+href="<wiki>TorFAQ#Imsupposedtoeditmytorrc.Whatdoesthatmean">edit
 your torrc file</a> to be just these four lines:<br />
 <pre><code>
 SocksPort 0
@@ -162,7 +162,7 @@
 
 <p>If you get "Could not bind to 0.0.0.0:443: Permission denied" errors
 on startup, you'll need to pick a higher ORPort (e.g. 8080) or do <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#Myfirewallonlyallowsafewoutgoingports.">some
+href="<wiki>TorFAQ#Myfirewallonlyallowsafewoutgoingports.">some
 complex port forwarding</a>.
 </p>
 

Modified: website/trunk/en/contact.wml
===================================================================
--- website/trunk/en/contact.wml	2010-08-19 16:39:15 UTC (rev 22994)
+++ website/trunk/en/contact.wml	2010-08-19 18:56:40 UTC (rev 22995)
@@ -38,8 +38,7 @@
 <li><tt>tor-webmaster</tt> can fix typos on the website, change wrong
 statements or directions on the website, and add new sections and
 paragraphs that you send us. You might want to make a draft of your new
-sections on <a href="https://trac.torproject.org/projects/tor/wiki">the
-Tor wiki</a> first.</li>
+sections on <a href="<wiki>">the Tor wiki</a> first.</li>
 <li><tt>tor-volunteer</tt> wants to hear about your documents, patches,
 testing, experiences with supporting applications, and so forth inspired
 by our <a href="<page volunteer>">volunteer page</a> (or other problems

Modified: website/trunk/en/documentation.wml
===================================================================
--- website/trunk/en/documentation.wml	2010-08-19 16:39:15 UTC (rev 22994)
+++ website/trunk/en/documentation.wml	2010-08-19 18:56:40 UTC (rev 22995)
@@ -42,8 +42,7 @@
 </li>
 
 <li>
-Our <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ">FAQ</a>
+Our <a href="<wiki>TorFAQ">FAQ</a>
 covers all sorts of topics, including questions about setting up a client
 or relay, concerns about anonymity attacks, why we didn't build Tor in
 other ways, etc.
@@ -56,7 +55,7 @@
 
 <li>The <a href="<page tor-manual>">manual</a>
 lists all the possible entries you can put in your <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#Imsupposedtoeditmytorrc.Whatdoesthatmean">torrc
+href="<wiki>TorFAQ#Imsupposedtoeditmytorrc.Whatdoesthatmean">torrc
 file</a>. We also provide a <a href="<page tor-manual-dev>">manual for
 the development version of Tor</a>.</li>
 
@@ -64,7 +63,7 @@
 operators, and developers)
 at <a href="irc://irc.oftc.net/tor">#tor on irc.oftc.net</a>. If
 you have a bug, especially a crash bug, read <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#MyTorkeepscrashing.">how
+href="<wiki>TorFAQ#MyTorkeepscrashing.">how
 to report a Tor bug</a> first and then tell us as much information
 about it as you can in
 <a href="https://bugs.torproject.org/tor">our bugtracker</a>.
@@ -237,11 +236,11 @@
 <a id="NeatLinks"></a>
 <h2><a class="anchor" href="#NeatLinks">Neat Links</a></h2>
 <ul>
-<li>The <a href="https://trac.torproject.org/projects/tor/wiki">Tor
+<li>The <a href="<wiki>">Tor
 wiki</a> provides a plethora of helpful contributions from Tor
 users. Check it out!</li>
 <li><a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/SupportPrograms">A
+href="<wiki>SupportPrograms">A
 list of supporting programs you might want to use in association with
 Tor</a>.</li>
 <li><a href="https://check.torproject.org/">The

Modified: website/trunk/en/download-unix.wml
===================================================================
--- website/trunk/en/download-unix.wml	2010-08-19 16:39:15 UTC (rev 22994)
+++ website/trunk/en/download-unix.wml	2010-08-19 18:56:40 UTC (rev 22995)
@@ -62,7 +62,7 @@
 <td colspan="2"><kbd>cd /usr/ports/net/tor &amp;&amp; make &amp;&amp; make install</kbd></td>
 <td>
 <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br />
-<a href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/OpenbsdChrootedTor">Guide to chrooting Tor in OpenBSD</a>
+<a href="<wiki>OpenbsdChrootedTor">Guide to chrooting Tor in OpenBSD</a>
 </td>
 </tr>
 
@@ -211,7 +211,7 @@
 <li>
 Tor anonymizes the origin of your traffic,
 and it encrypts everything inside the Tor network, but <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#ExitEavesdroppers">it
+href="<wiki>TorFAQ#ExitEavesdroppers">it
 can't encrypt your traffic between the Tor network and its final
 destination.</a>
 If you are communicating sensitive information, you should use as much

Modified: website/trunk/en/download.wml
===================================================================
--- website/trunk/en/download.wml	2010-08-19 16:39:15 UTC (rev 22994)
+++ website/trunk/en/download.wml	2010-08-19 18:56:40 UTC (rev 22995)
@@ -232,7 +232,7 @@
 Tor anonymizes the origin of your traffic, and it encrypts everything
 between you and the Tor network and everything inside the Tor network,
 but <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#SoImtotallyanonymousifIuseTor">it
+href="<wiki>TorFAQ#SoImtotallyanonymousifIuseTor">it
 can't encrypt your traffic between the Tor network and its final
 destination.</a> If you are communicating sensitive information, you
 should use as much care as you would on the normal scary Internet &mdash;

Modified: website/trunk/en/faq-abuse.wml
===================================================================
--- website/trunk/en/faq-abuse.wml	2010-08-19 16:39:15 UTC (rev 22994)
+++ website/trunk/en/faq-abuse.wml	2010-08-19 18:56:40 UTC (rev 22995)
@@ -231,8 +231,7 @@
 
 <p>Finally, if you become aware of an IRC network that seems to be
 blocking Tor, or a single Tor exit node, please put that information on <a
-href="https://wiki.torproject.org/wiki/TheOnionRouter/BlockingIrc">The Tor
-IRC block tracker</a>
+href="<wiki>BlockingIrc">The Tor IRC block tracker</a>
 so that others can share.  At least one IRC network consults that page
 to unblock exit nodes that have been blocked inadvertently. </p>
 

Modified: website/trunk/en/faq.wml
===================================================================
--- website/trunk/en/faq.wml	2010-08-19 16:39:15 UTC (rev 22994)
+++ website/trunk/en/faq.wml	2010-08-19 18:56:40 UTC (rev 22995)
@@ -79,7 +79,7 @@
 </ul>
 
 <p>For other questions not yet on this version of the FAQ, see the <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ">wiki
+href="<wiki>TorFAQ">wiki
 FAQ</a> for now.</p>
 
 <hr />
@@ -162,9 +162,9 @@
 but we haven't researched the application-level anonymity
 issues on them well enough to be able to recommend a safe
 configuration. Our wiki has a list of instructions for <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorifyHOWTO">Torifying
+href="<wiki>TorifyHOWTO">Torifying
 specific applications</a>. There's also a <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/SupportPrograms">list
+href="<wiki>SupportPrograms">list
 of applications that help you direct your traffic through Tor</a>.
 Please add to these lists and help us keep them accurate!
 </p>
@@ -392,7 +392,7 @@
 <li>
 There are some steps that individuals
 can take to improve their Tor performance. <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/FireFoxTorPerf">You
+href="<wiki>FireFoxTorPerf">You
 can configure your Firefox to handle Tor better</a>, <a
 href="http://www.pps.jussieu.fr/~jch/software/polipo/tor.html">you can use
 Polipo with Tor</a>, or you can try <a href="<page download>">upgrading
@@ -752,7 +752,7 @@
 but it is different than the saved password in the Tor service.
 <br />
 You need to reconfigure Tor to not be a service. See the FAQ entry on
-<a href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#HowdoIrunmyTorrelayasanNTservice">running Tor as a Windows NT service</a>
+<a href="<wiki>TorFAQ#HowdoIrunmyTorrelayasanNTservice">running Tor as a Windows NT service</a>
 for more information on how to remove the Tor service.
 </li>
 </ol>
@@ -826,11 +826,11 @@
 
 <ul>
 <li>Tor has built-in support for <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#LimitBandwidth">
+href="<wiki>TorFAQ#LimitBandwidth">
 rate limiting</a>. Further, if you have a fast
 link but want to limit the number of bytes per
 day (or week or month) that you donate, check out the <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#Hibernation">hibernation
+href="<wiki>TorFAQ#Hibernation">hibernation
 feature</a>.
 </li>
 <li>Each Tor relay has an <a href="#ExitPolicies">exit policy</a> that
@@ -849,7 +849,7 @@
 <li>If your relay is behind a NAT and it doesn't know its public
 IP (e.g. it has an IP of 192.168.x.y), you'll need to set up port
 forwarding. Forwarding TCP connections is system dependent but 
-<a href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#ServerForFirewalledClients">this FAQ entry</a> 
+<a href="<wiki>TorFAQ#ServerForFirewalledClients">this FAQ entry</a>
 offers some examples on how to do this.
 </li>
 <li>Your relay will passively estimate and advertise its recent
@@ -885,12 +885,12 @@
 
 <p>
 The default exit policy allows access to many popular services (e.g. web browsing), but 
-<a href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#DefaultPorts">restricts</a>
+<a href="<wiki>TorFAQ#DefaultPorts">restricts</a>
 some due to abuse potential (e.g. mail) and some since
 the Tor network can't handle the load (e.g. default
 file-sharing ports). You can change your exit policy
 using Vidalia's "Sharing" tab, or by manually editing your 
-<a href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#torrc">torrc</a>
+<a href="<wiki>TorFAQ#torrc">torrc</a>
 file. If you want to avoid most if not all abuse potential, set it to
 "reject *:*" (or un-check all the boxes in Vidalia). This setting means
 that your relay will be used for relaying traffic inside the Tor network,
@@ -970,7 +970,7 @@
 <li>If you're running on Solaris, OpenBSD, NetBSD, or
 old FreeBSD, Tor is probably forking separate processes
 rather than using threads. Consider switching to a <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#RelayOS">better
+href="<wiki>TorFAQ#RelayOS">better
 operating system</a>.</li>
 
 <li>If you still can't handle the memory load, consider reducing the
@@ -1080,7 +1080,7 @@
 
 <p>
 Requiring every Tor user to be a relay would help with scaling the
-network to handle all our users, and <a href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#RelayAnonymity">running a Tor
+network to handle all our users, and <a href="<wiki>TorFAQ#RelayAnonymity">running a Tor
 relay may help your anonymity</a>. However, many Tor users cannot be good
 relays &mdash; for example, some Tor clients operate from behind restrictive
 firewalls, connect via modem, or otherwise aren't in a position where they
@@ -1117,7 +1117,7 @@
 <a href="<page volunteer>#Research">research section of the
 volunteer page</a>: "Tor doesn't work very well when relays
 have asymmetric bandwidth (e.g. cable or DSL)". It might be that <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#TransportIPnotTCP">switching
+href="<wiki>TorFAQ#TransportIPnotTCP">switching
 to UDP transport</a> is the simplest answer here &mdash; which alas is
 not a very simple answer at all.
 </p>
@@ -1178,7 +1178,7 @@
 
 <p>
 A collection of templates for successfully responding to ISPs is <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorAbuseTemplates">collected
+href="<wiki>TorAbuseTemplates">collected
 here</a>.
 </p>
 

Modified: website/trunk/en/hidden-services.wml
===================================================================
--- website/trunk/en/hidden-services.wml	2010-08-19 16:39:15 UTC (rev 22994)
+++ website/trunk/en/hidden-services.wml	2010-08-19 18:56:40 UTC (rev 22995)
@@ -106,7 +106,7 @@
 <p>
 At this point it is of special importance that the hidden service sticks to
 the same set of <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#Whatsthisaboutentryguardformerlyknownashelpernodes">entry
+href="<wiki>TorFAQ#Whatsthisaboutentryguardformerlyknownashelpernodes">entry
 guards</a> when creating new circuits. Otherwise an attacker
 could run his own relay and force a hidden service to create an arbitrary
 number of circuits in the hope that the corrupt relay is picked as entry

Modified: website/trunk/en/index.wml
===================================================================
--- website/trunk/en/index.wml	2010-08-19 16:39:15 UTC (rev 22994)
+++ website/trunk/en/index.wml	2010-08-19 18:56:40 UTC (rev 22995)
@@ -59,7 +59,7 @@
 base grows and as more people volunteer to
 <a href="<page docs/tor-doc-relay>">run relays</a>. (It isn't
 nearly as hard to set up as you might think, and can significantly
-<a href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#RelayAnonymity">
+<a href="<wiki>TorFAQ#RelayAnonymity">
 enhance your own security</a>.)
 If running a relay isn't for you, we need
 <a href="<page volunteer>">help with many other aspects of the project</a>,

Modified: website/trunk/en/people.wml
===================================================================
--- website/trunk/en/people.wml	2010-08-19 16:39:15 UTC (rev 22994)
+++ website/trunk/en/people.wml	2010-08-19 18:56:40 UTC (rev 22995)
@@ -250,7 +250,7 @@
 must read Tor source code every day over breakfast.</dd>
 <dt>tup (another pseudonym)</dt><dd>Periodically adds new features for
 making Tor easier to use as a <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TransparentProxy">transparent
+href="<wiki>TransparentProxy">transparent
 proxy</a>. Also maintains the <a
 href="http://p56soo2ibjkx23xo.onion/">TorDNSEL code</a>.</dd>
 <dt>Kyle Williams</dt><dd>Developer for

Modified: website/trunk/en/tshirt.wml
===================================================================
--- website/trunk/en/tshirt.wml	2010-08-19 16:39:15 UTC (rev 22994)
+++ website/trunk/en/tshirt.wml	2010-08-19 18:56:40 UTC (rev 22995)
@@ -21,7 +21,7 @@
 not an exit but you average 500 KB/s traffic.</li>
 <li>Help out in <a href="<page volunteer>">other ways</a>. <a href="<page
 translation>">Maintain a translation for the website</a>. Write a good <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/SupportPrograms">support
+href="<wiki>SupportPrograms">support
 program and get a lot of people to use it</a>. Do research on Tor
 and anonymity, solve some of <a href="https://bugs.torproject.org/">our
 bugs</a>, or establish yourself as a Tor advocate.
@@ -38,7 +38,7 @@
 <p>
 You can choose between the traditional black and our conversation-starting
 bright green. You can also see the shirts
-<a href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorShirt">in
+<a href="<wiki>TorShirt">in
 action</a> &mdash; add your own photos there too.
 </p>
 

Modified: website/trunk/en/volunteer.wml
===================================================================
--- website/trunk/en/volunteer.wml	2010-08-19 16:39:15 UTC (rev 22994)
+++ website/trunk/en/volunteer.wml	2010-08-19 18:56:40 UTC (rev 22995)
@@ -35,10 +35,10 @@
 guidelines</a> if you want to help out. We especially need Arabic or
 Farsi translations, for the many Tor users in censored areas.</li>
 <li>Evaluate and document
-<a href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorifyHOWTO">our
+<a href="<wiki>TorifyHOWTO">our
 list of programs</a> that can be configured to use Tor.</li>
 <li>We have a huge list of <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/SupportPrograms">potentially useful
+href="<wiki>SupportPrograms">potentially useful
 programs that interface to Tor</a>. Which ones are useful in which
 situations? Please help us test them out and document your results.</li>
 </ol>
@@ -689,7 +689,7 @@
 Windows, Tor uses the standard <tt>select()</tt> system
 call, which uses space in the non-page pool. This means
 that a medium sized Tor relay will empty the non-page pool, <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/WindowsBufferProblems">causing
+href="<wiki>WindowsBufferProblems">causing
 havoc and system crashes</a>. We should probably be using overlapped IO
 instead. One solution would be to teach <a
 href="http://www.monkey.org/~provos/libevent/">libevent</a> how to use
@@ -726,7 +726,7 @@
 encryption. This is nice and simple, but it means all cells
 on a link are delayed when a single packet gets dropped, and
 it means we can only reasonably support TCP streams. We have a <a
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#YoushouldtransportallIPpacketsnotjustTCPpackets.">list
+href="<wiki>TorFAQ#YoushouldtransportallIPpacketsnotjustTCPpackets.">list
 of reasons why we haven't shifted to UDP transport</a>, but it would
 be great to see that list get shorter. We also have a proposed <a
 href="<gitblob>doc/spec/proposals/100-tor-spec-udp.txt">specification

Modified: website/trunk/include/links.wmi
===================================================================
--- website/trunk/include/links.wmi	2010-08-19 16:39:15 UTC (rev 22994)
+++ website/trunk/include/links.wmi	2010-08-19 18:56:40 UTC (rev 22995)
@@ -32,3 +32,5 @@
 		warn "$WML_SRC_FILENAME has a [page $page] (parses to docdir: $(DOCROOT)/; dir: $dir; base: $base -> $(DOCROOT)/$dir/$lang/$base.wml), but that doesn't exist.";
 	};
 }:></define-tag>
+
+<define-tag wiki whitespace=delete>https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/</define-tag>



More information about the tor-commits mailing list