commit b7d8cadd12ff630bfe204e3f575bd624e9fae224
Author: Damian Johnson <atagar(a)torproject.org>
Date: Sat Apr 6 22:14:45 2013 -0700
Favicon for our site
Mmmm, 32x32 favicon. I tried to get an ico as the sphinx config suggests but
that didn't work. Oh well, just about every browser except maybe IE can handle
pngs so I'd prefer to go with that anyway.
---
docs/_static/favicon.png | Bin 0 -> 996 bytes
docs/conf.py | 3 ++-
2 files changed, 2 …
[View More]insertions(+), 1 deletions(-)
diff --git a/docs/_static/favicon.png b/docs/_static/favicon.png
new file mode 100644
index 0000000..4b04b4b
Binary files /dev/null and b/docs/_static/favicon.png differ
diff --git a/docs/conf.py b/docs/conf.py
index 71b89b5..0bce09f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -123,7 +123,8 @@ html_logo = 'logo.png'
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
-#html_favicon = None
+
+html_favicon = 'favicon.png'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
[View Less]
commit 814a9e58ee9e9031cdcf0b3ec6845e9c60bc11a8
Author: David Fifield <david(a)bamsoftware.com>
Date: Sat Apr 6 19:00:11 2013 -0700
Use bundle-torrc-gnulinux in the current directory.
This conceptually belongs to the same directory as Makefile, which only
happens to currently be in the flashproxy repository. These bundle files
should be moved somewhere else and these files should go together.
---
doc/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 …
[View More]deletions(-)
diff --git a/doc/Makefile b/doc/Makefile
index 9ebd485..06cc9e7 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -61,7 +61,7 @@ $(PT_BUNDLE_GNULINUX_I686) $(PT_BUNDLE_GNULINUX_X86_64):
cp "$(PYOBFSPROXY_DIST)"/{LICENSE,README} "$(TBBDIR)"/Docs/PyObfsproxy
find "$(TBBDIR)"/App -name '*.pyc' | xargs rm -f
- cat "$(FLASHPROXY_HOME)"/doc/bundle-torrc-gnulinux >> "$(TBBDIR)"/Data/Tor/torrc
+ cat bundle-torrc-gnulinux >> "$(TBBDIR)"/Data/Tor/torrc
tar czf "$@" -C "$(WORKDIR)" tor-browser_en-US
[View Less]
commit a4e362a2ef3ebb5af91d1229e73d71f8ca70275f
Author: David Fifield <david(a)bamsoftware.com>
Date: Sat Apr 6 17:12:10 2013 -0700
Rename flashproxy-pyobfsproxy to pluggable-transports in bundle file names.
---
doc/bundle-gnulinux.txt | 6 +++---
doc/bundle-macosx.txt | 6 +++---
doc/bundle-windows.txt | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/doc/bundle-gnulinux.txt b/doc/bundle-gnulinux.txt
index 5440e2c..7d4778e 100644
--- a/doc/…
[View More]bundle-gnulinux.txt
+++ b/doc/bundle-gnulinux.txt
@@ -129,14 +129,14 @@ Re-zip the bundle. The "alpha" number should be independent of the
browser bundle's alpha.
$ cd ..
- $ tar czvf tor-flashproxy-pyobfsproxy-browser-gnu-linux-i686-2.4.11-alpha-1-dev-en-US.tar.gz tor-browser_en-US
+ $ tar czvf tor-pluggable-transports-browser-gnu-linux-i686-2.4.11-alpha-1-dev-en-US.tar.gz tor-browser_en-US
Test running the bundle. Extract into a separate directory, double-click
the icon to unzip, and run TorBrowser_en-US.app.
$ mkdir tmp
- $ cp tor-flashproxy-pyobfsproxy-browser-gnu-linux-i686-2.4.11-alpha-1-dev-en-US.tar.gz tmp
+ $ cp tor-pluggable-transports-browser-gnu-linux-i686-2.4.11-alpha-1-dev-en-US.tar.gz tmp
$ cd tmp
- $ tar xzvf tor-flashproxy-pyobfsproxy-browser-gnu-linux-i686-2.4.11-alpha-1-dev-en-US.tar.gz
+ $ tar xzvf tor-pluggable-transports-browser-gnu-linux-i686-2.4.11-alpha-1-dev-en-US.tar.gz
$ cd tor-browser_en-US
$ ./start-tor-browser
diff --git a/doc/bundle-macosx.txt b/doc/bundle-macosx.txt
index cfdca55..dc3118e 100644
--- a/doc/bundle-macosx.txt
+++ b/doc/bundle-macosx.txt
@@ -115,11 +115,11 @@ Re-zip the bundle. The "alpha" number should be independent of the
browser bundle's alpha.
$ cd ..
- $ rm -f TorBrowser-FlashProxy-PyObfsproxy-2.4.11-alpha-1-osx-i386-en-US.zip
- $ zip -r -9 TorBrowser-FlashProxy-PyObfsproxy-2.4.11-alpha-1-osx-i386-en-US.zip TorBrowser_en-US.app/
+ $ rm -f TorBrowser-Pluggable-Transports-2.4.11-alpha-1-osx-i386-en-US.zip
+ $ zip -r -9 TorBrowser-Pluggable-Transports-2.4.11-alpha-1-osx-i386-en-US.zip TorBrowser_en-US.app/
Test running the bundle. Extract into a separate directory, double-click
the icon to unzip, and run TorBrowser_en-US.app.
$ mkdir tmp
- $ cp TorBrowser-FlashProxy-PyObfsproxy-2.4.11-alpha-1-osx-i386-en-US.zip tmp
+ $ cp TorBrowser-Pluggable-Transports-2.4.11-alpha-1-osx-i386-en-US.zip tmp
diff --git a/doc/bundle-windows.txt b/doc/bundle-windows.txt
index 83115a6..859122e 100644
--- a/doc/bundle-windows.txt
+++ b/doc/bundle-windows.txt
@@ -212,10 +212,10 @@ browser bundle's alpha. The 7zg program (as opposed to 7z) causes the
self-extractor to show a GUI.
$ cd ..
- $ "/cygdrive/c/Program Files (x86)/7-Zip/7zg" a -sfx tor-flashproxy-pyobfsproxy-browser-2.4.11-alpha-1_en-US.exe "Tor Browser"
+ $ "/cygdrive/c/Program Files (x86)/7-Zip/7zg" a -sfx tor-pluggable-transports-browser-2.4.11-alpha-1_en-US.exe "Tor Browser"
Test running the bundle. Extract into a separate directory, double-click
the icon and "Start Tor Browser.exe".
$ mkdir tmp
- $ cp tor-flashproxy-pyobfsproxy-browser-2.4.11-alpha-1_en-US.exe tmp
+ $ cp tor-pluggable-transports-browser-2.4.11-alpha-1_en-US.exe tmp
[View Less]
commit 84cc9046e7c7765f307ddb4fce87288ff40e3a61
Author: David Fifield <david(a)bamsoftware.com>
Date: Sat Apr 6 16:09:33 2013 -0700
Move the bundle torrc appendixes into separate files.
---
doc/bundle-gnulinux.txt | 30 +++---------------------------
doc/bundle-macosx.txt | 30 +++---------------------------
doc/bundle-torrc-gnulinux | 26 ++++++++++++++++++++++++++
doc/bundle-torrc-macosx | 26 ++++++++++++++++++++++++++
doc/bundle-torrc-windows | 26 +++++++++++…
[View More]+++++++++++++++
doc/bundle-windows.txt | 30 +++---------------------------
6 files changed, 87 insertions(+), 81 deletions(-)
diff --git a/doc/bundle-gnulinux.txt b/doc/bundle-gnulinux.txt
index ca1f42e..5440e2c 100644
--- a/doc/bundle-gnulinux.txt
+++ b/doc/bundle-gnulinux.txt
@@ -121,33 +121,9 @@ Copy files into the bundle.
$ cp ~/pyobfsproxy/{LICENSE,README} Docs/PyObfsproxy
$ find App -name '*.pyc' | xargs rm -f
-Make the second half of Data/Tor/torrc look like this.
-
-UseBridges 1
-# The address and port are ignored by the client transport plugin.
-Bridge websocket 0.0.1.0:1
-
-Bridge obfs2 109.163.233.198:1051
-Bridge obfs2 83.212.100.216:47870
-Bridge obfs2 83.212.96.182:46602
-Bridge obfs2 109.105.109.163:46924
-Bridge obfs2 70.182.182.109:54542
-Bridge obfs2 169.229.59.74:32779
-Bridge obfs2 169.229.59.75:47809
-Bridge obfs2 209.141.36.236:60783
-Bridge obfs2 208.79.90.242:55564
-Bridge obfs2 128.31.0.34:1051
-Bridge obfs2 83.212.101.2:45235
-
-Bridge obfs3 83.212.101.2:42782
-
-LearnCircuitBuildTimeout 0
-CircuitBuildTimeout 60
-# Change the second number here (9000) to the number of a port that can
-# receive connections from the Internet (the port for which you
-# configured port forwarding).
-ClientTransportPlugin websocket exec ./App/flashproxy-client --register :0 :9000
-ClientTransportPlugin obfs2,obfs3 exec ./App/pyobfsproxy managed
+Append bundle-torrc-gnulinux to the end of Data/Tor/torrc.
+
+ $ cat ~/flashproxy/doc/bundle-torrc-gnulinux >> Data/Tor/torrc
Re-zip the bundle. The "alpha" number should be independent of the
browser bundle's alpha.
diff --git a/doc/bundle-macosx.txt b/doc/bundle-macosx.txt
index d95bdf9..cfdca55 100644
--- a/doc/bundle-macosx.txt
+++ b/doc/bundle-macosx.txt
@@ -107,33 +107,9 @@ Copy files into the bundle.
$ cp ~/pyobfsproxy/{LICENSE,README} Contents/Resources/Docs/PyObfsproxy
$ find Contents/MacOS -name '*.pyc' | xargs rm -f
-Make the second half of Library/Vidalia/torrc look like this.
-
-UseBridges 1
-# The address and port are ignored by the client transport plugin.
-Bridge websocket 0.0.1.0:1
-
-Bridge obfs2 109.163.233.198:1051
-Bridge obfs2 83.212.100.216:47870
-Bridge obfs2 83.212.96.182:46602
-Bridge obfs2 109.105.109.163:46924
-Bridge obfs2 70.182.182.109:54542
-Bridge obfs2 169.229.59.74:32779
-Bridge obfs2 169.229.59.75:47809
-Bridge obfs2 209.141.36.236:60783
-Bridge obfs2 208.79.90.242:55564
-Bridge obfs2 128.31.0.34:1051
-Bridge obfs2 83.212.101.2:45235
-
-Bridge obfs3 83.212.101.2:42782
-
-LearnCircuitBuildTimeout 0
-CircuitBuildTimeout 60
-# Change the second number here (9000) to the number of a port that can
-# receive connections from the Internet (the port for which you
-# configured port forwarding).
-ClientTransportPlugin websocket exec flashproxy-client --register :0 :9000
-ClientTransportPlugin obfs2,obfs3 exec pyobfsproxy managed
+Append bundle-torrc-macosx to the end of Library/Vidalia/torrc.
+
+ $ cat ~/flashproxy/doc/bundle-torrc-macosx >> Library/Vidalia/torrc
Re-zip the bundle. The "alpha" number should be independent of the
browser bundle's alpha.
diff --git a/doc/bundle-torrc-gnulinux b/doc/bundle-torrc-gnulinux
new file mode 100644
index 0000000..3dc7b16
--- /dev/null
+++ b/doc/bundle-torrc-gnulinux
@@ -0,0 +1,26 @@
+
+UseBridges 1
+# The address and port are ignored by the client transport plugin.
+Bridge websocket 0.0.1.0:1
+
+Bridge obfs2 109.163.233.198:1051
+Bridge obfs2 83.212.100.216:47870
+Bridge obfs2 83.212.96.182:46602
+Bridge obfs2 109.105.109.163:46924
+Bridge obfs2 70.182.182.109:54542
+Bridge obfs2 169.229.59.74:32779
+Bridge obfs2 169.229.59.75:47809
+Bridge obfs2 209.141.36.236:60783
+Bridge obfs2 208.79.90.242:55564
+Bridge obfs2 128.31.0.34:1051
+Bridge obfs2 83.212.101.2:45235
+
+Bridge obfs3 83.212.101.2:42782
+
+LearnCircuitBuildTimeout 0
+CircuitBuildTimeout 60
+# Change the second number here (9000) to the number of a port that can
+# receive connections from the Internet (the port for which you
+# configured port forwarding).
+ClientTransportPlugin websocket exec ./App/flashproxy-client --register :0 :9000
+ClientTransportPlugin obfs2,obfs3 exec ./App/pyobfsproxy managed
diff --git a/doc/bundle-torrc-macosx b/doc/bundle-torrc-macosx
new file mode 100644
index 0000000..4624f68
--- /dev/null
+++ b/doc/bundle-torrc-macosx
@@ -0,0 +1,26 @@
+
+UseBridges 1
+# The address and port are ignored by the client transport plugin.
+Bridge websocket 0.0.1.0:1
+
+Bridge obfs2 109.163.233.198:1051
+Bridge obfs2 83.212.100.216:47870
+Bridge obfs2 83.212.96.182:46602
+Bridge obfs2 109.105.109.163:46924
+Bridge obfs2 70.182.182.109:54542
+Bridge obfs2 169.229.59.74:32779
+Bridge obfs2 169.229.59.75:47809
+Bridge obfs2 209.141.36.236:60783
+Bridge obfs2 208.79.90.242:55564
+Bridge obfs2 128.31.0.34:1051
+Bridge obfs2 83.212.101.2:45235
+
+Bridge obfs3 83.212.101.2:42782
+
+LearnCircuitBuildTimeout 0
+CircuitBuildTimeout 60
+# Change the second number here (9000) to the number of a port that can
+# receive connections from the Internet (the port for which you
+# configured port forwarding).
+ClientTransportPlugin websocket exec flashproxy-client --register :0 :9000
+ClientTransportPlugin obfs2,obfs3 exec pyobfsproxy managed
diff --git a/doc/bundle-torrc-windows b/doc/bundle-torrc-windows
new file mode 100644
index 0000000..4624f68
--- /dev/null
+++ b/doc/bundle-torrc-windows
@@ -0,0 +1,26 @@
+
+UseBridges 1
+# The address and port are ignored by the client transport plugin.
+Bridge websocket 0.0.1.0:1
+
+Bridge obfs2 109.163.233.198:1051
+Bridge obfs2 83.212.100.216:47870
+Bridge obfs2 83.212.96.182:46602
+Bridge obfs2 109.105.109.163:46924
+Bridge obfs2 70.182.182.109:54542
+Bridge obfs2 169.229.59.74:32779
+Bridge obfs2 169.229.59.75:47809
+Bridge obfs2 209.141.36.236:60783
+Bridge obfs2 208.79.90.242:55564
+Bridge obfs2 128.31.0.34:1051
+Bridge obfs2 83.212.101.2:45235
+
+Bridge obfs3 83.212.101.2:42782
+
+LearnCircuitBuildTimeout 0
+CircuitBuildTimeout 60
+# Change the second number here (9000) to the number of a port that can
+# receive connections from the Internet (the port for which you
+# configured port forwarding).
+ClientTransportPlugin websocket exec flashproxy-client --register :0 :9000
+ClientTransportPlugin obfs2,obfs3 exec pyobfsproxy managed
diff --git a/doc/bundle-windows.txt b/doc/bundle-windows.txt
index dd7477d..83115a6 100644
--- a/doc/bundle-windows.txt
+++ b/doc/bundle-windows.txt
@@ -203,33 +203,9 @@ LIBEAY32.dll and SSLEAY32.dll from being overwritten.
$ mkdir -p Docs/PyObfsproxy
$ cp ~/pyobfsproxy/{LICENSE,README} Docs/PyObfsproxy
-Make the second half of Data/Tor/torrc look like this.
-
-UseBridges 1
-# The address and port are ignored by the client transport plugin.
-Bridge websocket 0.0.1.0:1
-
-Bridge obfs2 109.163.233.198:1051
-Bridge obfs2 83.212.100.216:47870
-Bridge obfs2 83.212.96.182:46602
-Bridge obfs2 109.105.109.163:46924
-Bridge obfs2 70.182.182.109:54542
-Bridge obfs2 169.229.59.74:32779
-Bridge obfs2 169.229.59.75:47809
-Bridge obfs2 209.141.36.236:60783
-Bridge obfs2 208.79.90.242:55564
-Bridge obfs2 128.31.0.34:1051
-Bridge obfs2 83.212.101.2:45235
-
-Bridge obfs3 83.212.101.2:42782
-
-LearnCircuitBuildTimeout 0
-CircuitBuildTimeout 60
-# Change the second number here (9000) to the number of a port that can
-# receive connections from the Internet (the port for which you
-# configured port forwarding).
-ClientTransportPlugin websocket exec flashproxy-client --register :0 :9000
-ClientTransportPlugin obfs2,obfs3 exec pyobfsproxy managed
+Append bundle-torrc-windows to the end of Data/Tor/torrc.
+
+ $ cat ~/flashproxy/doc/bundle-torrc-windows >> Data/Tor/torrc
Re-zip the bundle. The "alpha" number should be independent of the
browser bundle's alpha. The 7zg program (as opposed to 7z) causes the
[View Less]