]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r16997@catbus: nickm | 2007-12-06 18:56:33 -0500
authorNick Mathewson <nickm@torproject.org>
Thu, 6 Dec 2007 23:56:36 +0000 (23:56 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 6 Dec 2007 23:56:36 +0000 (23:56 +0000)
 Make http://torproject urls into https://torproject urls.  Patch from steve.

svn:r12708

AUTHORS
README
contrib/tor-ctrl.sh
contrib/tor.nsi.in
doc/design-paper/blocking.tex
src/config/torrc.sample.in
src/or/buffers.c
src/or/config.c

diff --git a/AUTHORS b/AUTHORS
index e3a5bd44e671343097e5257a10913a5cc918e175..e4e9bf65efcf0742db7121522cbb2f9eaa0c67db 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,7 +1,7 @@
                     This file lists the authors for Tor,
         a free software project to provide anonymity on the Internet.
 
-       For more information about Tor, see http://www.torproject.org/.
+       For more information about Tor, see https://www.torproject.org/.
 
              If you got this file as a part of a larger bundle,
         there are probably other authors that you should be aware of.
diff --git a/README b/README
index 401e7d0a532edf89f8e52eafad3ef2de08838ed7..850039a4519067f109e92a651c505e059732a7b2 100644 (file)
--- a/README
+++ b/README
@@ -7,13 +7,13 @@ To build Tor from source:
         ./configure; make; make install
 
 Home page:
-        http://www.torproject.org/
+        https://www.torproject.org/
 
 Download new versions:
-        http://www.torproject.org/download.html
+        https://www.torproject.org/download.html
 
 Documentation, including links to installation and setup instructions:
-        http://www.torproject.org/documentation.html
+        https://www.torproject.org/documentation.html
 
 Making applications work with Tor:
         http://wiki.noreply.org/noreply/TheOnionRouter/TorifyHOWTO
index d9c0137c42c70fd55c1d918bee07d32e360df12c..58320ced12172831979ebfe44d75773d436158be 100644 (file)
@@ -23,7 +23,7 @@
 # use notations like 1mb, 1kb or the number of bytes.
 #
 # Many, many other things are possible, see
-#              http://www.torproject.org/svn/trunk/doc/spec/control-spec.txt
+#              https://www.torproject.org/svn/trunk/doc/spec/control-spec.txt
 #
 # Copyright (c) 2007 by Stefan Behte
 #
@@ -68,7 +68,7 @@ cat <<EOF
 
 tor-ctrl $VERSION by Stefan Behte (http://ge.mine.nu)
 You should have a look at 
-http://www.torproject.org/svn/trunk/doc/spec/control-spec.txt
+https://www.torproject.org/svn/trunk/doc/spec/control-spec.txt
 
 usage: tor-ctrl [-switch] [variable]
 
index 5177174fe2c04b9484c871c590a302466c2b1896..a7ed914b8d90a4fff9aa0c51e000b1b058d1b30f 100644 (file)
@@ -34,7 +34,7 @@
 
 !define VERSION "0.1.2.3-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
-!define WEBSITE "http://www.torproject.org/"
+!define WEBSITE "https://www.torproject.org/"
 
 !define LICENSE "..\LICENSE"
 ;BIN is where it expects to find tor.exe, tor_resolve.exe, libeay32.dll and
index cf3f7eb1dbb9027bfa495176acfa0f64c9f2bf8b..711cff34b4cc2d48e60c8f83d00a9e6059615db3 100644 (file)
@@ -352,7 +352,7 @@ thousands of people from around the world. This diversity of
 users contributes to sustainability as above: Tor is used by
 ordinary citizens, activists, corporations, law enforcement, and
 even government and military users,
-%\footnote{\url{http://www.torproject.org/overview}}
+%\footnote{\url{https://www.torproject.org/overview}}
 and they can
 only achieve their security goals by blending together in the same
 network~\cite{econymics,usability:weis2006}. This user base also provides
index c644ee4057d1fbf018602e3c67a2882aa92a6048..3d4f18deea3e48fd6022f72b4668ae3275b6934b 100644 (file)
@@ -6,7 +6,7 @@
 ## that begin with just "#" are disabled commands: you can enable them
 ## by removing the "#" symbol.
 ##
-## See the man page, or http://www.torproject.org/tor-manual-dev.html,
+## See the man page, or https://www.torproject.org/tor-manual-dev.html,
 ## for more options you can use in this file.
 ##
 ## Tor will look for this file in various places based on your platform:
@@ -74,7 +74,7 @@ SocksListenAddress 127.0.0.1 # accept connections only from localhost
 
 ## NOTE: If you enable these, you should consider mailing the contents of
 ## the "fingerprint" file to the tor-ops, so we have contact info for you
-## in case we need it. See http://www.torproject.org/docs/tor-doc-relay.
+## in case we need it. See https://www.torproject.org/docs/tor-doc-relay.
 
 ## A unique handle for your server.
 #Nickname ididnteditheconfig
@@ -123,9 +123,9 @@ SocksListenAddress 127.0.0.1 # accept connections only from localhost
 ## the default exit policy, end this with either a reject *:* or an
 ## accept *:*. Otherwise, you're _augmenting_ (prepending to) the
 ## default exit policy. Leave commented to just use the default, which is
-## available in the man page or at http://www.torproject.org/documentation.html
+## available in the man page or at https://www.torproject.org/documentation.html
 ##
-## Look at http://www.torproject.org/faq-abuse.html#TypicalAbuses
+## Look at https://www.torproject.org/faq-abuse.html#TypicalAbuses
 ## for issues you might encounter if you use the default exit policy.
 ##
 ## If certain IPs and ports are blocked externally, e.g. by your firewall,
index bf1f7e390b4013ff37e6a27104425b29aa95066a..d422d44e59c8576cb6a27ce94488c1f606137344 100644 (file)
@@ -1439,8 +1439,8 @@ fetch_from_buf_socks(buf_t *buf, socks_request_t *req,
 "Please configure your client accordingly.\n"
 "</p>\n"
 "<p>\n"
-"See <a href=\"http://www.torproject.org/documentation.html\">"
-           "http://www.torproject.org/documentation.html</a> for more information.\n"
+"See <a href=\"https://www.torproject.org/documentation.html\">"
+           "https://www.torproject.org/documentation.html</a> for more information.\n"
 "<!-- Plus this comment, to make the body response more than 512 bytes, so "
 "     IE will be willing to display it. Comment comment comment comment "
 "     comment comment comment comment comment comment comment comment.-->\n"
index a218a869472da0c5ad9b975068b99c80fcaf85ec..3cc6789b8a755f4e7aa758eebdae13daeff0bd83 100644 (file)
@@ -1901,7 +1901,7 @@ print_usage(void)
   printf(
 "Copyright 2001-2007 Roger Dingledine, Nick Mathewson.\n\n"
 "tor -f <torrc> [args]\n"
-"See man page for options, or http://www.torproject.org/ for documentation.\n");
+"See man page for options, or https://www.torproject.org/ for documentation.\n");
 }
 
 /** Print all non-obsolete torrc options. */