[or-cvs] r15123: point to weasel's svn.torproject.org mirror, since it has a (in website/trunk: en torbrowser/en)

arma at seul.org arma at seul.org
Wed Jun 11 09:21:18 UTC 2008


Author: arma
Date: 2008-06-11 05:21:18 -0400 (Wed, 11 Jun 2008)
New Revision: 15123

Modified:
   website/trunk/en/documentation.wml
   website/trunk/en/people.wml
   website/trunk/en/translation-portal.wml
   website/trunk/en/volunteer.wml
   website/trunk/torbrowser/en/details-1.1.wml
   website/trunk/torbrowser/en/details.wml
   website/trunk/torbrowser/en/index-1.1.wml
   website/trunk/torbrowser/en/index.wml
   website/trunk/torbrowser/en/split-1.1.wml
Log:
point to weasel's svn.torproject.org mirror, since it has a real cert.


Modified: website/trunk/en/documentation.wml
===================================================================
--- website/trunk/en/documentation.wml	2008-06-11 05:34:07 UTC (rev 15122)
+++ website/trunk/en/documentation.wml	2008-06-11 09:21:18 UTC (rev 15123)
@@ -257,7 +257,7 @@
   Browse the Tor <b>source repository</b>: (which may not necessarily work or even compile)
   <ul>
     <li><a href="<svnsandbox>">Regularly updated SVN sandbox</a></li>
-    <li><a href="https://tor-svn.freehaven.net/svn/tor/trunk">Browse the repository's source tree directly</a></li>
+    <li><a href="https://svn.torproject.org/svn/tor/trunk">Browse the repository's source tree directly</a></li>
     <li><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/tor/?root=Tor">ViewCVS</a></li>
     <li>anonymous <a href="http://subversion.tigris.org/">subversion</a> access:
       <ul>

Modified: website/trunk/en/people.wml
===================================================================
--- website/trunk/en/people.wml	2008-06-11 05:34:07 UTC (rev 15122)
+++ website/trunk/en/people.wml	2008-06-11 09:21:18 UTC (rev 15123)
@@ -163,7 +163,7 @@
 
 <dl>
 <dt>Benedikt Boss</dt><dd>Worked during the 2007 Google Summer of Code on <a
-href="https://tor-svn.freehaven.net/svn/topf/trunk/README">TOPF</a>,
+href="https://svn.torproject.org/svn/topf/trunk/README">TOPF</a>,
 a fuzzer for Tor; mentored by Roger.</dd>
 <dt>Ren Bucholz</dt><dd>Our fine logo and images.</dd>
 <dt>Pat Double</dt><dd>Creator of the Incognito LiveCD.</dd>
@@ -171,7 +171,7 @@
 <dt>Christian King</dt><dd> Worked during the 2007 Google Summer of Code
 on making Tor relays stable on
 Windows, by developing a <a
-href="https://tor-svn.freehaven.net/svn/libevent-urz/trunk/README">buffer
+href="https://svn.torproject.org/svn/libevent-urz/trunk/README">buffer
 implementation for libevent</a>; mentored by Nick.</dd>
 <dt>Joe Kowalski</dt><dd>Original author and provider of the torstatus
 script formerly run on nighteffect.</dd>

Modified: website/trunk/en/translation-portal.wml
===================================================================
--- website/trunk/en/translation-portal.wml	2008-06-11 05:34:07 UTC (rev 15122)
+++ website/trunk/en/translation-portal.wml	2008-06-11 09:21:18 UTC (rev 15123)
@@ -70,7 +70,7 @@
 You'll need an account on LaunchPad to use this service to the full extent
 possible. The step by step instructions are currently listed in the
 translations section of the
-<a href="https://tor-svn.freehaven.net/svn/tor/trunk/doc/translations.txt">
+<a href="https://svn.torproject.org/svn/tor/trunk/doc/translations.txt">
 translations.txt Tor documentation</a>.
 </p>
 
@@ -153,7 +153,7 @@
 <a href="http://www.babelzilla.org/">Babelzilla</a> project. You'll need to
 sign up for a Babelzilla account to use the website. It is possible to
 download the locale files for
-<a href="https://tor-svn.freehaven.net/svn/torbutton/trunk/src/chrome/locale">
+<a href="https://svn.torproject.org/svn/torbutton/trunk/src/chrome/locale">
 translation from subversion</a> and edit them by hand.
 </p>
 
@@ -189,11 +189,11 @@
 
 <p>
 TorCheck uses subversion. It's best to check
-<a href="https://tor-svn.freehaven.net/svn/check/trunk/i18n/">the repository</a>
+<a href="https://svn.torproject.org/svn/check/trunk/i18n/">the repository</a>
 to see if the locale you wish to translate is already started. If the locale
 you wish to add support for isn't translated, you can easily start the
 translation. Simply download a copy of
-<a href="https://tor-svn.freehaven.net/svn/check/trunk/i18n/TorCheck.pot">the
+<a href="https://svn.torproject.org/svn/check/trunk/i18n/TorCheck.pot">the
 gettext template from the subversion repository</a>, open it in your text
 editor, and start translating.
 When you're finished translating, you'll want to submit a patch via email

Modified: website/trunk/en/volunteer.wml
===================================================================
--- website/trunk/en/volunteer.wml	2008-06-11 05:34:07 UTC (rev 15122)
+++ website/trunk/en/volunteer.wml	2008-06-11 09:21:18 UTC (rev 15123)
@@ -753,7 +753,7 @@
 <br />
 Write a tool that runs automatic system tests in addition
 to the existing unit tests. The Java-based Tor simulator <a
-href="https://tor-svn.freehaven.net/svn/puppetor/trunk/">PuppeTor</a>
+href="https://svn.torproject.org/svn/puppetor/trunk/">PuppeTor</a>
 might be a good start for starting up a private Tor network, using it
 for a while, and verifying that at least parts of it are working. This
 project requires to conceive a blueprint for performing system tests
@@ -976,7 +976,7 @@
 href="http://www.monkey.org/~provos/libevent/">libevent</a> how to use
 overlapped IO rather than select() on Windows, and then adapt Tor to
 the new libevent interface. Christian King made a
-<a href="https://tor-svn.freehaven.net/svn/libevent-urz/trunk/">good
+<a href="https://svn.torproject.org/svn/libevent-urz/trunk/">good
 start</a> on this in the summer of 2007.</li>
 <li>We need to actually start building our <a href="<page
 documentation>#DesignDoc">blocking-resistance design</a>. This involves

Modified: website/trunk/torbrowser/en/details-1.1.wml
===================================================================
--- website/trunk/torbrowser/en/details-1.1.wml	2008-06-11 05:34:07 UTC (rev 15122)
+++ website/trunk/torbrowser/en/details-1.1.wml	2008-06-11 09:21:18 UTC (rev 15123)
@@ -29,9 +29,9 @@
 distribution</a> (<a
 href="dist/tor-browser-<version-torbrowserbundle>-src.tar.gz.asc">signature</a>).
 See <a
-href="https://tor-svn.freehaven.net/svn/torbrowser/trunk/README">README</a> for
+href="https://svn.torproject.org/svn/torbrowser/trunk/README">README</a> for
 the directory layout and changelog. Build instructions can be found in <a
-href="https://tor-svn.freehaven.net/svn/torbrowser/trunk/build-scripts/INSTALL">build-scripts/INSTALL</a>.</p>
+href="https://svn.torproject.org/svn/torbrowser/trunk/build-scripts/INSTALL">build-scripts/INSTALL</a>.</p>
 
 </div><!-- #main -->
 

Modified: website/trunk/torbrowser/en/details.wml
===================================================================
--- website/trunk/torbrowser/en/details.wml	2008-06-11 05:34:07 UTC (rev 15122)
+++ website/trunk/torbrowser/en/details.wml	2008-06-11 09:21:18 UTC (rev 15123)
@@ -28,9 +28,9 @@
 distribution</a> (<a
 href="dist/tor-browser-<version-torbrowserbundle>-src.tar.gz.asc">signature</a>).
 See <a
-href="https://tor-svn.freehaven.net/svn/torbrowser/trunk/README">README</a> for
+href="https://svn.torproject.org/svn/torbrowser/trunk/README">README</a> for
 the directory layout and changelog. Build instructions can be found in <a
-href="https://tor-svn.freehaven.net/svn/torbrowser/trunk/build-scripts/INSTALL">build-scripts/INSTALL</a>.</p>
+href="https://svn.torproject.org/svn/torbrowser/trunk/build-scripts/INSTALL">build-scripts/INSTALL</a>.</p>
 
 </div><!-- #main -->
 

Modified: website/trunk/torbrowser/en/index-1.1.wml
===================================================================
--- website/trunk/torbrowser/en/index-1.1.wml	2008-06-11 05:34:07 UTC (rev 15122)
+++ website/trunk/torbrowser/en/index-1.1.wml	2008-06-11 09:21:18 UTC (rev 15123)
@@ -94,7 +94,7 @@
 to verify package signatures</a>, which allows you to make sure you've
 downloaded the file we intended you to get.
 Also, note that the Firefox in our bundle is <a
-href="https://tor-svn.freehaven.net/svn/torbrowser/trunk/build-scripts/config/">modified</a>
+href="https://svn.torproject.org/svn/torbrowser/trunk/build-scripts/config/">modified</a>
 from the <a href="http://www.mozilla.com/firefox/">default Firefox</a>;
 we're currently working with Mozilla to see if they want
 us to change the name to make this clearer.

Modified: website/trunk/torbrowser/en/index.wml
===================================================================
--- website/trunk/torbrowser/en/index.wml	2008-06-11 05:34:07 UTC (rev 15122)
+++ website/trunk/torbrowser/en/index.wml	2008-06-11 09:21:18 UTC (rev 15123)
@@ -64,7 +64,7 @@
 to verify package signatures</a>, which allows you to make sure you've
 downloaded the file we intended you to get.
 Also, note that the Firefox in our bundle is <a
-href="https://tor-svn.freehaven.net/svn/torbrowser/trunk/build-scripts/config/">modified</a>
+href="https://svn.torproject.org/svn/torbrowser/trunk/build-scripts/config/">modified</a>
 from the <a href="http://www.mozilla.com/firefox/">default Firefox</a>;
 we're currently working with Mozilla to see if they want
 us to change the name to make this clearer.

Modified: website/trunk/torbrowser/en/split-1.1.wml
===================================================================
--- website/trunk/torbrowser/en/split-1.1.wml	2008-06-11 05:34:07 UTC (rev 15122)
+++ website/trunk/torbrowser/en/split-1.1.wml	2008-06-11 09:21:18 UTC (rev 15123)
@@ -64,7 +64,7 @@
 to verify package signatures</a>, which allows you to make sure you've
 downloaded the file we intended you to get.
 Also, note that the Firefox in our bundle is <a
-href="https://tor-svn.freehaven.net/svn/torbrowser/trunk/build-scripts/config/">modified</a>
+href="https://svn.torproject.org/svn/torbrowser/trunk/build-scripts/config/">modified</a>
 from the <a href="http://www.mozilla.com/firefox/">default Firefox</a>;
 we're currently working with Mozilla to see if they want
 us to change the name to make this clearer.



More information about the tor-commits mailing list