a48d8d5a981cfc992cabbd5e8a36225a0622c043
Thomas Sjögren Add mirrors.wml and remove...

Thomas Sjögren authored 18 years ago

1) ## translation metadata
2) # Revision: $Revision$
3) 
Roger Dingledine stop prefacing everything w...

Roger Dingledine authored 16 years ago

4) #include "head.wmi" TITLE="Tor: Mirrors"
Thomas Sjögren Add mirrors.wml and remove...

Thomas Sjögren authored 18 years ago

5) 
6) <div class="main-column">
7) 
8) <h2>Tor: Mirrors</h2>
9) <hr />
10) 
Peter Palfrader Update mirrors table

Peter Palfrader authored 18 years ago

11) <p>
Roger Dingledine fix some urls, and catch tw...

Roger Dingledine authored 16 years ago

12) The canonical URL of this site is <a href="https://www.torproject.org/">https://www.torproject.org/</a>,
Peter Palfrader Update mirrors table

Peter Palfrader authored 18 years ago

13) but there are a few mirrors of it in other places.
14) </p>
15) 
Jacob Appelbaum Update the mirrors page to...

Jacob Appelbaum authored 15 years ago

16) <p>
17) If you would like to run a mirror, it's as easy as this command to download
18) everything a mirror should share with the world:
19) <br /> <br />
20) <tt>
21) rsync -av rsync://rsync.torproject.org/tor tor-mirror/
22) </tt>
23) <br/> <br/>
24) Please ensure that you keep your mirror updated (we suggest automating this
25) task with something like '<tt>cron</tt>'). Our website, source code and
26) binary releases change often. Tor users everywhere will thank you.
27) </p>
28) 
Thomas Sjögren Add mirrors.wml and remove...

Thomas Sjögren authored 18 years ago

29) <p>
30) If you are running a mirror, please email
Andrew Lewman Update all links to the new...

Andrew Lewman authored 16 years ago

31) <a href="mailto:tor-webmaster@torproject.org">tor-webmaster@torproject.org</a>
Thomas Sjögren Add mirrors.wml and remove...

Thomas Sjögren authored 18 years ago

32) and we'll add it to the list.
33) </p>
34) 
Peter Palfrader Update mirrors table

Peter Palfrader authored 18 years ago

35) <table class="mirrors">
36) <tr>
Peter Palfrader Add country and sort by it

Peter Palfrader authored 18 years ago

37)   <th>Country</th>
Peter Palfrader Update mirrors table

Peter Palfrader authored 18 years ago

38)   <th>Organisation</th>
Jacob Appelbaum Roll back ugly mistake.

Jacob Appelbaum authored 15 years ago

39)   <th>website mirror</th>
40)   <th>dist/ mirror</th>
Peter Palfrader Update mirrors table

Peter Palfrader authored 18 years ago

41) </tr>
42) #include <mirrors-table.wmi>
43) </table>