[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12267: And more places with the wrong url, now updated. (in tor/trunk: contrib doc doc/design-paper doc/spec)
Author: phobos
Date: 2007-10-28 21:08:22 -0400 (Sun, 28 Oct 2007)
New Revision: 12267
Modified:
tor/trunk/contrib/package_nsis-mingw.sh
tor/trunk/doc/TODO
tor/trunk/doc/design-paper/tor-design.bib
tor/trunk/doc/spec/address-spec.txt
tor/trunk/doc/spec/control-spec.txt
tor/trunk/doc/spec/rend-spec.txt
tor/trunk/doc/tor-doc-osx.html
tor/trunk/doc/tor-doc-server.html
tor/trunk/doc/tor-doc-unix.html
tor/trunk/doc/tor-doc-win32.html
tor/trunk/doc/tor-doc.html
tor/trunk/doc/tor-hidden-service.html
tor/trunk/doc/tor-osx-dmg-creation.txt
tor/trunk/doc/tor-rpm-creation.txt
tor/trunk/doc/tor-switchproxy.html
tor/trunk/doc/tor-win32-mingw-creation.txt
tor/trunk/doc/tor.1.in
Log:
And more places with the wrong url, now updated.
Modified: tor/trunk/contrib/package_nsis-mingw.sh
===================================================================
--- tor/trunk/contrib/package_nsis-mingw.sh 2007-10-29 00:57:14 UTC (rev 12266)
+++ tor/trunk/contrib/package_nsis-mingw.sh 2007-10-29 01:08:22 UTC (rev 12267)
@@ -1,35 +1,39 @@
#!/bin/sh
-# Copyright (c) 2006-2007 Andrew Lewman
#
-#Redistribution and use in source and binary forms, with or without
-#modification, are permitted provided that the following conditions are
-#met:
-#
-# * Redistributions of source code must retain the above copyright
-#notice, this list of conditions and the following disclaimer.
-#
-# * Redistributions in binary form must reproduce the above
-#copyright notice, this list of conditions and the following disclaimer
-#in the documentation and/or other materials provided with the
-#distribution.
-#
-# * Neither the names of the copyright owners nor the names of its
-#contributors may be used to endorse or promote products derived from
-#this software without specific prior written permission.
-#
-#THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-#"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-#LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-#A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-#OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-#SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-#LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-#DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-#THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-#(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-#OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#===============================================================================
+# ===============================================================================
+# package_nsis-ming.sh is distributed under this license:
+# Copyright (c) 2006-2007 Andrew Lewman
+
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are
+# met:
+
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+
+# * Redistributions in binary form must reproduce the above
+# copyright notice, this list of conditions and the following disclaimer
+# in the documentation and/or other materials provided with the
+# distribution.
+
+# * Neither the names of the copyright owners nor the names of its
+# contributors may be used to endorse or promote products derived from
+# this software without specific prior written permission.
+
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# ===============================================================================
+
# Script to package a Tor installer on win32. This script assumes that
# you have already built Tor, that you are running msys/mingw, and that
# you know what you are doing.
Modified: tor/trunk/doc/TODO
===================================================================
--- tor/trunk/doc/TODO 2007-10-29 00:57:14 UTC (rev 12266)
+++ tor/trunk/doc/TODO 2007-10-29 01:08:22 UTC (rev 12267)
@@ -17,7 +17,7 @@
Things we'd like to do in 0.2.0.x:
- See also Flyspray tasks.
- See also all items marked XXXX020 and DOCDOC in the code
- - http://tor.eff.org/eff/legal-faq.html#License doesn't mention
+ - https://www.torproject.org/eff/legal-faq.html#License doesn't mention
licenses for other components of the bundles.
- Before the feature freeze: (Nick)
Modified: tor/trunk/doc/design-paper/tor-design.bib
===================================================================
--- tor/trunk/doc/design-paper/tor-design.bib 2007-10-29 00:57:14 UTC (rev 12266)
+++ tor/trunk/doc/design-paper/tor-design.bib 2007-10-29 01:08:22 UTC (rev 12267)
@@ -237,13 +237,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,
@@ -1172,7 +1172,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/trunk/doc/spec/address-spec.txt
===================================================================
--- tor/trunk/doc/spec/address-spec.txt 2007-10-29 00:57:14 UTC (rev 12266)
+++ tor/trunk/doc/spec/address-spec.txt 2007-10-29 01:08:22 UTC (rev 12267)
@@ -6,8 +6,8 @@
1. Overview
Most of the time, Tor treats user-specified hostnames as opaque: When the
- user connects to tor.eff.org, Tor picks an exit node and uses that node to
- connect to "tor.eff.org". Some hostnames, however, can be used to override
+ user connects to www.torproject.org, Tor picks an exit node and uses that node to
+ connect to "www.torproject.org". Some hostnames, however, can be used to override
Tor's default behavior and circuit-building rules.
These hostnames can be passed to Tor as the address part of a SOCKS4a or
Modified: tor/trunk/doc/spec/control-spec.txt
===================================================================
--- tor/trunk/doc/spec/control-spec.txt 2007-10-29 00:57:14 UTC (rev 12266)
+++ tor/trunk/doc/spec/control-spec.txt 2007-10-29 01:08:22 UTC (rev 12267)
@@ -317,8 +317,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/trunk/doc/spec/rend-spec.txt
===================================================================
--- tor/trunk/doc/spec/rend-spec.txt 2007-10-29 00:57:14 UTC (rev 12266)
+++ tor/trunk/doc/spec/rend-spec.txt 2007-10-29 01:08:22 UTC (rev 12267)
@@ -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/trunk/doc/tor-doc-osx.html
===================================================================
--- tor/trunk/doc/tor-doc-osx.html 2007-10-29 00:57:14 UTC (rev 12266)
+++ tor/trunk/doc/tor-doc-osx.html 2007-10-29 01:08:22 UTC (rev 12267)
@@ -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/trunk/doc/tor-doc-server.html
===================================================================
--- tor/trunk/doc/tor-doc-server.html 2007-10-29 00:57:14 UTC (rev 12266)
+++ tor/trunk/doc/tor-doc-server.html 2007-10-29 01:08:22 UTC (rev 12267)
@@ -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/trunk/doc/tor-doc-unix.html
===================================================================
--- tor/trunk/doc/tor-doc-unix.html 2007-10-29 00:57:14 UTC (rev 12266)
+++ tor/trunk/doc/tor-doc-unix.html 2007-10-29 01:08:22 UTC (rev 12267)
@@ -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/trunk/doc/tor-doc-win32.html
===================================================================
--- tor/trunk/doc/tor-doc-win32.html 2007-10-29 00:57:14 UTC (rev 12266)
+++ tor/trunk/doc/tor-doc-win32.html 2007-10-29 01:08:22 UTC (rev 12267)
@@ -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/trunk/doc/tor-doc.html
===================================================================
--- tor/trunk/doc/tor-doc.html 2007-10-29 00:57:14 UTC (rev 12266)
+++ tor/trunk/doc/tor-doc.html 2007-10-29 01:08:22 UTC (rev 12267)
@@ -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/trunk/doc/tor-hidden-service.html
===================================================================
--- tor/trunk/doc/tor-hidden-service.html 2007-10-29 00:57:14 UTC (rev 12266)
+++ tor/trunk/doc/tor-hidden-service.html 2007-10-29 01:08:22 UTC (rev 12267)
@@ -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/trunk/doc/tor-osx-dmg-creation.txt
===================================================================
--- tor/trunk/doc/tor-osx-dmg-creation.txt 2007-10-29 00:57:14 UTC (rev 12266)
+++ tor/trunk/doc/tor-osx-dmg-creation.txt 2007-10-29 01:08:22 UTC (rev 12267)
@@ -64,7 +64,7 @@
9) Get the torbutton LICENSE file from https://torbutton.torproject.org.
Place into a location of your choosing, remember this location.
-10) Get your preferred version of the tor source from https://tor.eff.org/download.
+10) Get your preferred version of the tor source from https://www.torproject.org/download.
Extract the tarball.
11) Update three variables in contrib/osx/package.sh:
@@ -133,7 +133,7 @@
2) Get the torbutton LICENSE file from https://torbutton.torproject.org.
Place into a location of your choosing, remember this location.
-3) Get your preferred version of the tor source from tor.eff.org. Extract the
+3) Get your preferred version of the tor source from https://www.torproject.org. Extract the
tarball.
4) Update three variables in contrib/osx/package.sh:
Modified: tor/trunk/doc/tor-rpm-creation.txt
===================================================================
--- tor/trunk/doc/tor-rpm-creation.txt 2007-10-29 00:57:14 UTC (rev 12266)
+++ tor/trunk/doc/tor-rpm-creation.txt 2007-10-29 01:08:22 UTC (rev 12267)
@@ -56,7 +56,7 @@
The process used to create the distributed rpms is as follows:
-Download and Extract the latest tor source code from https://tor.eff.org/.
+Download and Extract the latest tor source code from https://www.torproject.org/.
In the Tor directory:
./configure --enable-eventdns --enable-static --disable-shared
make dist-rpm
Modified: tor/trunk/doc/tor-switchproxy.html
===================================================================
--- tor/trunk/doc/tor-switchproxy.html 2007-10-29 00:57:14 UTC (rev 12266)
+++ tor/trunk/doc/tor-switchproxy.html 2007-10-29 01:08:22 UTC (rev 12267)
@@ -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/trunk/doc/tor-win32-mingw-creation.txt
===================================================================
--- tor/trunk/doc/tor-win32-mingw-creation.txt 2007-10-29 00:57:14 UTC (rev 12266)
+++ tor/trunk/doc/tor-win32-mingw-creation.txt 2007-10-29 01:08:22 UTC (rev 12267)
@@ -101,7 +101,7 @@
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/trunk/doc/tor.1.in
===================================================================
--- tor/trunk/doc/tor.1.in 2007-10-29 00:57:14 UTC (rev 12266)
+++ tor/trunk/doc/tor.1.in 2007-10-29 01:08:22 UTC (rev 12267)
@@ -1237,7 +1237,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.