[or-cvs] r20813: {projects} added CHANGELOG and INSTALL documentation; begrudgingly agre (projects/android/trunk/Orbot)

n8fr8 at seul.org n8fr8 at seul.org
Wed Oct 21 23:57:31 UTC 2009


Author: n8fr8
Date: 2009-10-21 19:57:31 -0400 (Wed, 21 Oct 2009)
New Revision: 20813

Added:
   projects/android/trunk/Orbot/CHANGELOG
   projects/android/trunk/Orbot/INSTALL
Modified:
   projects/android/trunk/Orbot/AUTHORS
Log:
added CHANGELOG and INSTALL documentation; begrudgingly agreed to call Jake by his proper name, and not Jack

Modified: projects/android/trunk/Orbot/AUTHORS
===================================================================
--- projects/android/trunk/Orbot/AUTHORS	2009-10-21 23:33:48 UTC (rev 20812)
+++ projects/android/trunk/Orbot/AUTHORS	2009-10-21 23:57:31 UTC (rev 20813)
@@ -15,7 +15,7 @@
 
 Contributors:
 -------------
-Jack Appelbaum <jake at appelbaum.net > regular gave Nathan a
+Jake Appelbaum <jake at appelbaum.net > regular gave Nathan a
 swift kick in the rear to get this done. He has also provided
 extensive guidance and review.
 

Added: projects/android/trunk/Orbot/CHANGELOG
===================================================================
--- projects/android/trunk/Orbot/CHANGELOG	                        (rev 0)
+++ projects/android/trunk/Orbot/CHANGELOG	2009-10-21 23:57:31 UTC (rev 20813)
@@ -0,0 +1,6 @@
+
+Changes in version 0.0.1-alpha - 2009-10-21
+- First code release
+- Major Features: Tor binary application is fully operational, UI: Start/Stop Tor, View Message Log, View Settings (torrc)
+
+

Added: projects/android/trunk/Orbot/INSTALL
===================================================================
--- projects/android/trunk/Orbot/INSTALL	                        (rev 0)
+++ projects/android/trunk/Orbot/INSTALL	2009-10-21 23:57:31 UTC (rev 20813)
@@ -0,0 +1,34 @@
+
+Orbot: Android Onion Routing Robot
+***********************************************
+This is a freely licensed open-source application developed for the 
+Android platform, that acts as a front-end to the Tor binary application.
+Orbot also provides an HTTP Proxy for connecting web browsers and other
+HTTP client applications into the Tor SOCKS interface. 
+
+*** PreReqs ***
+You need the Android Developer SDK to compile and build the APK file: http://developer.android.com/
+The project files including in this distribution are meant to be used with Eclipse: http://eclipse.org/
+
+*** How to use ***
+Currently, Orbot will work with any application that supports using an HTTP or SOCKS Proxy.
+Once you start Tor using Orbot, you can then point your application to HTTP port 8118 or SOCKS port 9050
+on localhost IP 127.0.0.1.
+
+You can also set the Android system-wide HTTP proxy using the Mobile Network APN:
+Settings->Mobile networks->Access Point Names->(select your Carrier APN):
+
+Proxy: 127.0.0.1
+Port:8118
+
+** A Few Notes **
+
+To ensure you are connected to the Tor network, you should browse to https://check.torproject.org
+
+The first time you activate Orbot, it may take a while to connect to Tor. Check the message log to
+ensure you are "100% Bootstrapped".
+
+
+***********************************************
+
+/* Copyright (c) 2009, Nathan Freitas, The Guardian Project - http://openideals.com/guardian */



More information about the tor-commits mailing list