[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12968: Reorganize repository to match new name: Tor Browser Bundle (in torbrowser/trunk: . src)
Author: sjm217
Date: 2007-12-25 08:40:26 -0500 (Tue, 25 Dec 2007)
New Revision: 12968
Added:
torbrowser/trunk/LICENSE
torbrowser/trunk/README
torbrowser/trunk/build-scripts/
torbrowser/trunk/docs/
torbrowser/trunk/src/
torbrowser/trunk/src/processtest/
Log:
Reorganize repository to match new name: Tor Browser Bundle
Copied: torbrowser/trunk/LICENSE (from rev 12967, torpedo/trunk/LICENSE)
===================================================================
--- torbrowser/trunk/LICENSE (rev 0)
+++ torbrowser/trunk/LICENSE 2007-12-25 13:40:26 UTC (rev 12968)
@@ -0,0 +1,27 @@
+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.
Copied: torbrowser/trunk/README (from rev 12967, torpedo/trunk/README)
===================================================================
--- torbrowser/trunk/README (rev 0)
+++ torbrowser/trunk/README 2007-12-25 13:40:26 UTC (rev 12968)
@@ -0,0 +1,73 @@
+Tor USB project
+===============
+
+Steven J. Murdoch <http://www.cl.cam.ac.uk/users/sjm217/>
+
+Contents
+--------
+
+build-scripts: Code for building and customizing a Tor USB bundle
+ \___ README: Further documentation
+
+docs: Documentation for project
+ \___ TODO: Pending tasks and commentary
+ |___ ToaST-startup: Rough description of ToaST startup procedure
+ |___ build-instructions.txt: Notes on building Vidalia and other
+ bundle components
+
+src: Source code
+ \___ processtest: Qt project for starting Firefox and detecting
+ | termination behaviour (see included README for
+ | build instructions)
+ |___ old: Previous work from Shishir Nagaraja
+
+Status
+------
+
+Using build-scripts/Makefile it is possible to create a working USB
+Tor bundle. It's limitations include:
+ - It uses the PortableTor and FirefoxPortable binaries
+ - The starting program doesn't have a pretty icon
+ - Polipo is not included, instead Firefox connects directly to Tor
+
+Further issues are discussed in docs/TODO.
+
+Included applications
+---------------------
+
+Vidalia (svn trunk revision 2213)
+Tor 0.2.0.12-alpha (with libevent-1.3e, zlib-1.2.3 and openssl-0.9.8g)
+FirefoxPortable 2.0.0.11
+ \_ Firefox 2.0.0.11
+ \_ Torbutton 1.1.12-alpha
+
+Usage
+-----
+
+Tor Browser.exe is a 7zip self extracting archive. To extract the bundle, run
+this and point it to the install location. It will create a folder called "Tor
+Browser". This may be the hard disk, but is more likely the currently mounted
+USB drive. The install process needs only be performed once.
+
+Once the bundle is extracted, open the newly created folder and click "Tor
+Browser.bat" (may appear as simply "Tor Browser"). This will start Vidalia. Once
+Tor has successfully opened a circuit, Firefox will automatically be opened.
+
+To exit, close Firefox. Vidalia will automatically clean up and exit.
+
+Changelog
+---------
+
+0.0.1: Initial revision (2007-12-11)
+0.0.2: Update Vidalia to r2213 (2007-12-13)
+ Update Tor to 0.2.0.12-alpha
+ Add license files
+ Remove Portable Tor dependency
+ Add bookmarks to Tor, Torcheck and the hidden wiki
+0.0.3: Move build infrastructure to GNU Make (2007-12-16)
+ Install Torbutton
+0.0.4: Add internationalization for fa-IR and zh-CN
+ Add Makefile rule for installing Quick Locale Switcher, but
+ don't enable this by default
+0.0.5: Disable FirefoxPortable splash screen (2007-12-24)
+ New prefs.js to disable some undesirable features
Copied: torbrowser/trunk/build-scripts (from rev 12967, torpedo/trunk/build-scripts)
Copied: torbrowser/trunk/docs (from rev 12967, torpedo/trunk/docs)
Copied: torbrowser/trunk/src/processtest (from rev 12967, torpedo/trunk/src/processtest)