[or-cvs] r12266: Look at all of these places with the wrong url. (in tor/branches/tor-0_1_2-patches: . doc doc/design-paper doc/spec)

phobos at seul.org phobos at seul.org
Mon Oct 29 00:57:14 UTC 2007


Author: phobos
Date: 2007-10-28 20:57:14 -0400 (Sun, 28 Oct 2007)
New Revision: 12266

Modified:
   tor/branches/tor-0_1_2-patches/README
   tor/branches/tor-0_1_2-patches/doc/design-paper/tor-design.bib
   tor/branches/tor-0_1_2-patches/doc/spec/control-spec.txt
   tor/branches/tor-0_1_2-patches/doc/spec/rend-spec.txt
   tor/branches/tor-0_1_2-patches/doc/tor-doc-osx.html
   tor/branches/tor-0_1_2-patches/doc/tor-doc-server.html
   tor/branches/tor-0_1_2-patches/doc/tor-doc-unix.html
   tor/branches/tor-0_1_2-patches/doc/tor-doc-win32.html
   tor/branches/tor-0_1_2-patches/doc/tor-doc.html
   tor/branches/tor-0_1_2-patches/doc/tor-hidden-service.html
   tor/branches/tor-0_1_2-patches/doc/tor-osx-dmg-creation.txt
   tor/branches/tor-0_1_2-patches/doc/tor-switchproxy.html
   tor/branches/tor-0_1_2-patches/doc/tor-win32-mingw-creation.txt
   tor/branches/tor-0_1_2-patches/doc/tor.1.in
Log:
Look at all of these places with the wrong url.  


Modified: tor/branches/tor-0_1_2-patches/README
===================================================================
--- tor/branches/tor-0_1_2-patches/README	2007-10-29 00:49:54 UTC (rev 12265)
+++ tor/branches/tor-0_1_2-patches/README	2007-10-29 00:57:14 UTC (rev 12266)
@@ -1,4 +1,4 @@
 
 Tor is an implementation of Onion Routing. You can read more
-at http://tor.eff.org/
+at https://www.torproject.org/
 

Modified: tor/branches/tor-0_1_2-patches/doc/design-paper/tor-design.bib
===================================================================
--- tor/branches/tor-0_1_2-patches/doc/design-paper/tor-design.bib	2007-10-29 00:49:54 UTC (rev 12265)
+++ tor/branches/tor-0_1_2-patches/doc/design-paper/tor-design.bib	2007-10-29 00:57:14 UTC (rev 12266)
@@ -199,13 +199,13 @@
 @Misc{tor-spec,
    author =      {Roger Dingledine and Nick Mathewson},
    title =       {Tor Protocol Specifications},
-   note =        {\url{http://tor.eff.org/svn/trunk/doc/tor-spec.txt}},
+   note =        {\url{https://www.torproject.org/svn/trunk/doc/tor-spec.txt}},
 }
 
 @Misc{incentives-txt,
    author =      {Roger Dingledine and Nick Mathewson},
    title =       {Tor Incentives Design Brainstorms},
-   note =        {\url{http://tor.eff.org/svn/trunk/doc/incentives.txt}},
+   note =        {\url{https://www.torproject.org/svn/trunk/doc/incentives.txt}},
 }
 
 @InProceedings{BM:mixencrypt,
@@ -1134,7 +1134,7 @@
   booktitle = {Proceedings of the 13th USENIX Security Symposium},
   year = {2004},
   month = {August},
-  note = {\url{http://tor.eff.org/tor-design.pdf}}
+  note = {\url{https://www.torproject.org/tor-design.pdf}}
 }
 
 @inproceedings{flow-correlation04,

Modified: tor/branches/tor-0_1_2-patches/doc/spec/control-spec.txt
===================================================================
--- tor/branches/tor-0_1_2-patches/doc/spec/control-spec.txt	2007-10-29 00:49:54 UTC (rev 12265)
+++ tor/branches/tor-0_1_2-patches/doc/spec/control-spec.txt	2007-10-29 00:57:14 UTC (rev 12266)
@@ -299,8 +299,8 @@
   address.
 
   Example:
-    C: MAPADDRESS 0.0.0.0=tor.eff.org 1.2.3.4=tor.freehaven.net
-    S: 250-127.192.10.10=tor.eff.org
+    C: MAPADDRESS 0.0.0.0=torproject.org 1.2.3.4=tor.freehaven.net
+    S: 250-127.192.10.10=torproject.org
     S: 250 1.2.3.4=tor.freehaven.net
 
   {Note: This feature is designed to be used to help Tor-ify applications

Modified: tor/branches/tor-0_1_2-patches/doc/spec/rend-spec.txt
===================================================================
--- tor/branches/tor-0_1_2-patches/doc/spec/rend-spec.txt	2007-10-29 00:49:54 UTC (rev 12265)
+++ tor/branches/tor-0_1_2-patches/doc/spec/rend-spec.txt	2007-10-29 00:57:14 UTC (rev 12266)
@@ -4,7 +4,7 @@
 
 0. Overview and preliminaries
 
-   Read http://tor.eff.org/doc/design-paper/tor-design.html#sec:rendezvous
+   Read https://www.torproject.org/doc/design-paper/tor-design.html#sec:rendezvous
    before you read this specification. It will make more sense.
 
    Rendezvous points provide location-hidden services (server

Modified: tor/branches/tor-0_1_2-patches/doc/tor-doc-osx.html
===================================================================
--- tor/branches/tor-0_1_2-patches/doc/tor-doc-osx.html	2007-10-29 00:49:54 UTC (rev 12265)
+++ tor/branches/tor-0_1_2-patches/doc/tor-doc-osx.html	2007-10-29 00:57:14 UTC (rev 12266)
@@ -10,7 +10,7 @@
 
 <p>
 This document is obsolete. See the new <a
-href="http://tor.eff.org/documentation.html">Tor documentation</a> page.
+href="https://www.torproject.org/documentation.html">Tor documentation</a> page.
 </p>
 
 </body>

Modified: tor/branches/tor-0_1_2-patches/doc/tor-doc-server.html
===================================================================
--- tor/branches/tor-0_1_2-patches/doc/tor-doc-server.html	2007-10-29 00:49:54 UTC (rev 12265)
+++ tor/branches/tor-0_1_2-patches/doc/tor-doc-server.html	2007-10-29 00:57:14 UTC (rev 12266)
@@ -10,7 +10,7 @@
 
 <p>
 This document is obsolete. See the new <a
-href="http://tor.eff.org/documentation.html">Tor documentation</a> page.
+href="https://www.torproject.org/documentation.html">Tor documentation</a> page.
 </p>
 
 </body>

Modified: tor/branches/tor-0_1_2-patches/doc/tor-doc-unix.html
===================================================================
--- tor/branches/tor-0_1_2-patches/doc/tor-doc-unix.html	2007-10-29 00:49:54 UTC (rev 12265)
+++ tor/branches/tor-0_1_2-patches/doc/tor-doc-unix.html	2007-10-29 00:57:14 UTC (rev 12266)
@@ -10,7 +10,7 @@
 
 <p>
 This document is obsolete. See the new <a
-href="http://tor.eff.org/documentation.html">Tor documentation</a> page.
+href="https://www.torproject.org/documentation.html">Tor documentation</a> page.
 </p>
 
 </body>

Modified: tor/branches/tor-0_1_2-patches/doc/tor-doc-win32.html
===================================================================
--- tor/branches/tor-0_1_2-patches/doc/tor-doc-win32.html	2007-10-29 00:49:54 UTC (rev 12265)
+++ tor/branches/tor-0_1_2-patches/doc/tor-doc-win32.html	2007-10-29 00:57:14 UTC (rev 12266)
@@ -10,7 +10,7 @@
 
 <p>
 This document is obsolete. See the new <a
-href="http://tor.eff.org/documentation.html">Tor documentation</a> page.
+href="https://www.torproject.org/documentation.html">Tor documentation</a> page.
 </p>
 
 </body>

Modified: tor/branches/tor-0_1_2-patches/doc/tor-doc.html
===================================================================
--- tor/branches/tor-0_1_2-patches/doc/tor-doc.html	2007-10-29 00:49:54 UTC (rev 12265)
+++ tor/branches/tor-0_1_2-patches/doc/tor-doc.html	2007-10-29 00:57:14 UTC (rev 12266)
@@ -10,7 +10,7 @@
 
 <p>
 This document is obsolete. See the new <a
-href="http://tor.eff.org/documentation.html">Tor documentation</a> page.
+href="https://www.torproject.org/documentation.html">Tor documentation</a> page.
 </p>
 
 </body>

Modified: tor/branches/tor-0_1_2-patches/doc/tor-hidden-service.html
===================================================================
--- tor/branches/tor-0_1_2-patches/doc/tor-hidden-service.html	2007-10-29 00:49:54 UTC (rev 12265)
+++ tor/branches/tor-0_1_2-patches/doc/tor-hidden-service.html	2007-10-29 00:57:14 UTC (rev 12266)
@@ -10,7 +10,7 @@
 
 <p>
 This document is obsolete. See the new <a
-href="http://tor.eff.org/documentation.html">Tor documentation</a> page.
+href="https://www.torproject.org/documentation.html">Tor documentation</a> page.
 </p>
 
 </body>

Modified: tor/branches/tor-0_1_2-patches/doc/tor-osx-dmg-creation.txt
===================================================================
--- tor/branches/tor-0_1_2-patches/doc/tor-osx-dmg-creation.txt	2007-10-29 00:49:54 UTC (rev 12265)
+++ tor/branches/tor-0_1_2-patches/doc/tor-osx-dmg-creation.txt	2007-10-29 00:57:14 UTC (rev 12266)
@@ -42,7 +42,7 @@
 
 ## Compiling Tor
 
-1) Get your preferred version of the tor source from tor.eff.org.
+1) Get your preferred version of the tor source from https://www.torproject.org/
 
 2) In the top level, this means /path/to/tor/, not tor/contrib/osx,
 do a configure with these parameters:
@@ -82,7 +82,7 @@
 /usr/local/lib/libevent.a (for architecture i386):      current ar archive random library
 /usr/local/lib/libevent.a (for architecture ppc):       current ar archive
 
-6) Get your preferred version of the tor source from tor.eff.org.
+6) Get your preferred version of the tor source from https://www.torproject.org/
 
 7) In the top level, this means /path/to/tor/, not tor/contrib/osx,
 do a configure with these parameters:

Modified: tor/branches/tor-0_1_2-patches/doc/tor-switchproxy.html
===================================================================
--- tor/branches/tor-0_1_2-patches/doc/tor-switchproxy.html	2007-10-29 00:49:54 UTC (rev 12265)
+++ tor/branches/tor-0_1_2-patches/doc/tor-switchproxy.html	2007-10-29 00:57:14 UTC (rev 12266)
@@ -10,7 +10,7 @@
 
 <p>
 This document is obsolete. See the new <a
-href="http://tor.eff.org/documentation.html">Tor documentation</a> page.
+href="https://www.torproject.org/documentation.html">Tor documentation</a> page.
 </p>
 
 </body>

Modified: tor/branches/tor-0_1_2-patches/doc/tor-win32-mingw-creation.txt
===================================================================
--- tor/branches/tor-0_1_2-patches/doc/tor-win32-mingw-creation.txt	2007-10-29 00:49:54 UTC (rev 12265)
+++ tor/branches/tor-0_1_2-patches/doc/tor-win32-mingw-creation.txt	2007-10-29 00:57:14 UTC (rev 12266)
@@ -77,32 +77,26 @@
 Done.
 
 
-Stage Four: Download, extract, and patch libevent-1.3b.
+Stage Four: Download, extract, and patch libevent-1.3e.
 ------------------------------------------------------
 
-Download libevent-1.3b:
+Download libevent-1.3e:
 http://www.monkey.org/~provos/libevent/
 
 Copy the libevent tarball into the "tor-mingw" directory.
 Type "cd tor-mingw"
 
 Extract libevent: 
-Type "tar zxf libevent-1.3b.tar.gz"
+Type "tar zxf libevent-1.3e.tar.gz"
 
 Type "./configure --enable-static --disable-shared"
---------------------libevent 1.3b only---------------------------------------
-You need to manually edit the Makefile and remove all references to "sample".
-libevent 1.3b won't compile in mingw currently due to issues in event_test.c.
-Removing the "sample" directory and all references to it in Makefile create a
-completely valid libevent library.
------------------------------------------------------------------------------
 Type "make"
 Type "make install"
 
 Stage Five:  Build Tor
 ----------------------
 
-Download the current Tor alpha release from http://tor.eff.org/download.html.
+Download the current Tor alpha release from https://www.torproject.org/download.html.
 Copy the Tor tarball into the "tor-mingw" directory.
 Extract Tor:
 Type "tar zxf latest-tor-alpha.tar.gz"

Modified: tor/branches/tor-0_1_2-patches/doc/tor.1.in
===================================================================
--- tor/branches/tor-0_1_2-patches/doc/tor.1.in	2007-10-29 00:49:54 UTC (rev 12265)
+++ tor/branches/tor-0_1_2-patches/doc/tor.1.in	2007-10-29 00:57:14 UTC (rev 12266)
@@ -1083,7 +1083,7 @@
 .BR tsocks (1),
 .BR torify (1)
 
-.BR http://tor.eff.org/
+.BR https://www.torproject.org/
 
 .SH BUGS
 Plenty, probably. Tor is still in development. Please report them.



More information about the tor-commits mailing list