[or-cvs] r22010: {projects} reformat, fix typos and urls, etc (projects/android/trunk/Orbot)

Roger Dingledine arma at torproject.org
Thu Mar 18 04:52:53 UTC 2010


Author: arma
Date: 2010-03-18 04:52:53 +0000 (Thu, 18 Mar 2010)
New Revision: 22010

Modified:
   projects/android/trunk/Orbot/AUTHORS
   projects/android/trunk/Orbot/BUILD
   projects/android/trunk/Orbot/CHANGELOG
   projects/android/trunk/Orbot/INSTALL
   projects/android/trunk/Orbot/LICENSE
   projects/android/trunk/Orbot/README
Log:
reformat, fix typos and urls, etc


Modified: projects/android/trunk/Orbot/AUTHORS
===================================================================
--- projects/android/trunk/Orbot/AUTHORS	2010-03-18 04:37:53 UTC (rev 22009)
+++ projects/android/trunk/Orbot/AUTHORS	2010-03-18 04:52:53 UTC (rev 22010)
@@ -1,28 +1,27 @@
-  				This file lists the authors for Orbot,
-        a free software project to provide anonymity on the Internet on Android smartphones.
+This file lists the authors for Orbot, a free software project to provide
+anonymity on the Internet on Android smartphones.
 
-       For more information about Orbot, see http://openideals.com/guardian
+For more information about Orbot, see http://guardianproject.info/
 
-             If you got this file as a part of a larger bundle,
-        there are probably other authors that you should be aware of.
+If you got this file as a part of a larger bundle, there are probably
+other authors that you should be aware of.
 
 
 Main Authors:
 -------------
-Nathan Freitas <nathan at freitas.net> developed the primary
-Android application and managed the porting of Tor to Android.
+Nathan Freitas <nathan at freitas.net> developed the primary Android
+application and managed the porting of Tor to Android.
 
-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. Most recently he has been
-promoted to Chief Application Resource Editor.
+Jake Appelbaum <jacob at appelbaum.net> regular gave Nathan a swift kick
+in the rear to get this done. He has also provided extensive guidance
+and review. Most recently he has been promoted to Chief Application
+Resource Editor.
 
 Contributors:
 -------------
-Nick Mathewson <nickm at freehaven.net> wrote some of the patch
-code to support the compiling of Tor and Libevent on Android,
-and generally provided guidance in the entire effort.
+Nick Mathewson <nickm at freehaven.net> wrote some of the patch code to
+support the compiling of Tor and Libevent on Android, and generally
+provided guidance in the entire effort.
 
-Adam Langley <> made the original valiant effort to port
-Tor to Android.
+Adam Langley <> made the original valiant effort to port Tor to Android.
 

Modified: projects/android/trunk/Orbot/BUILD
===================================================================
--- projects/android/trunk/Orbot/BUILD	2010-03-18 04:37:53 UTC (rev 22009)
+++ projects/android/trunk/Orbot/BUILD	2010-03-18 04:52:53 UTC (rev 22010)
@@ -7,8 +7,8 @@
 	droid-wrapper: http://github.com/tmurakam/droid-wrapper
 	libevent source (1.4.12-stable from svn)
 	Tor source (most recent git master branch)
-    Privoxy source (http://sourceforge.net/projects/ijbswa/)
-    
+	Privoxy source (http://sourceforge.net/projects/ijbswa/)
+
 Install and prepare the Android OS SDK ( http://source.android.com/download )
 on Debian Lenny:
 
@@ -59,10 +59,10 @@
 	autoheader
 	autoconf
 	#need to disable setpgrp check in configure
-	export ac_cv_func_setpgrp_void=yes 
+	export ac_cv_func_setpgrp_void=yes
 	CC=droid-gcc LD=droid-ld CPPFLAGS="-I/home/foo/mydroid/external/zlib"./configure --host=arm-none-linux-gnueabi
 	#don't mind the "unrecognized option '-pthread'" error message that you'll see when you run make
-	make 
+	make
 	
 Fetch and build libevent:
 
@@ -104,7 +104,8 @@
 	ant jar
 	cp bin/jar/asocks.jar ../Orbot/libs
 
-We need to get the TorControl library for Java (https://svn.torproject.org/svn/torctl/trunk/doc/howto.txt):
+We need to get the TorControl library for Java:
+(see also https://svn.torproject.org/svn/torctl/trunk/doc/howto.txt)
 
 	git clone git://git.torproject.org/git/jtorctl
 	cd jtorctl
@@ -154,3 +155,4 @@
 
 Now you should have a fully signed and production ready alpha release of Orbot!
 Give bin/Orbot-signed-alpha.apk an install and send us bug reports!
+

Modified: projects/android/trunk/Orbot/CHANGELOG
===================================================================
--- projects/android/trunk/Orbot/CHANGELOG	2010-03-18 04:37:53 UTC (rev 22009)
+++ projects/android/trunk/Orbot/CHANGELOG	2010-03-18 04:52:53 UTC (rev 22010)
@@ -5,7 +5,8 @@
 - Added relay support for static/publicly accessible IP devices
 
 0.0.3a - 2010-02-07
-- Integrated iptables support for transparent proxying of outbound port 80 and DNS
+- Integrated iptables support for transparent proxying of outbound port
+  80 and DNS
 - Privoxy is now used as HTTP Proxy server (cross-compiled to ARM)
 - New UI layout and graphics
 - Android settings screen for generated torrc file
@@ -18,7 +19,8 @@
 - Added Help page
 
 0.0.2 - 2009-11-27
-- Major improvement to the user interface including relative layout for different screens
+- Major improvement to the user interface including relative layout for
+  different screens
 - New graphics resources
 - Implemented Tor Control Port using official Java library
 - Added 'clear' button to the log screen
@@ -27,5 +29,6 @@
 
 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)
+- Major Features: Tor binary application is fully operational, UI:
+  Start/Stop Tor, View Message Log, View Settings (torrc)
 

Modified: projects/android/trunk/Orbot/INSTALL
===================================================================
--- projects/android/trunk/Orbot/INSTALL	2010-03-18 04:37:53 UTC (rev 22009)
+++ projects/android/trunk/Orbot/INSTALL	2010-03-18 04:52:53 UTC (rev 22010)
@@ -1,21 +1,25 @@
 
 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. 
+Android is a freely licensed open-source application developed for the
+Android platform. It acts as a front-end to the Tor binary application,
+and 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/
+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.
+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:
+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
@@ -23,12 +27,13 @@
 
 ** A Few Notes **
 
-To ensure you are connected to the Tor network, you should browse to https://check.torproject.org
+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".
+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 */
+/* Copyright (c) 2009-2010, Nathan Freitas, The Guardian Project
+ * http://guardianproject.info/ */

Modified: projects/android/trunk/Orbot/LICENSE
===================================================================
--- projects/android/trunk/Orbot/LICENSE	2010-03-18 04:37:53 UTC (rev 22009)
+++ projects/android/trunk/Orbot/LICENSE	2010-03-18 04:52:53 UTC (rev 22010)
@@ -1,12 +1,14 @@
-This file contains the license for Orbot, a free software project to provide anonymity on the Internet from a Google Android smartphone.
+This file contains the license for Orbot, a free software project to
+provide anonymity on the Internet from a Google Android smartphone.
 
 It also lists the licenses for other components used by Orbot.
 
-For more information about Orbot, see http://openideals.com/guardian
+For more information about Orbot, see http://guardianproject.info/
 
-If you got this file as a part of a larger bundle, there may be other license terms that you should be aware of.
+If you got this file as a part of a larger bundle, there may be other
+license terms that you should be aware of.
 ===============================================================================
-Orbot is distributed under this license (aka The Tor License)
+Orbot is distributed under this license (aka the 3-clause BSD license)
 
 Copyright (c) 2009, Nathan Freitas, The Guardian Project
 
@@ -39,11 +41,14 @@
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 *****
-Orbot contains a binary distribution of the JSocks library: http://code.google.com/p/jsocks-mirror/
-which is licensed under the GNU Lesser General Public License: http://www.gnu.org/licenses/lgpl.html
+Orbot contains a binary distribution of the JSocks library:
+http://code.google.com/p/jsocks-mirror/
+which is licensed under the GNU Lesser General Public License:
+http://www.gnu.org/licenses/lgpl.html
 
 *****
-Orbot contains the source code for HttpProxy developed and freely licensed by: Julian Robichaux -- http://www.nsftools.com
+Orbot contains the source code for HttpProxy developed and freely licensed
+by: Julian Robichaux -- http://www.nsftools.com
 
 ******
 Orbot contains a binary distribution of Tor:
@@ -95,7 +100,7 @@
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 ===============================================================================
 
-:src/common/strlcat.c and src/common/strlcpy.c by Todd C. Miller are licensed
+src/common/strlcat.c and src/common/strlcpy.c by Todd C. Miller are licensed
 under the following license:
 
  * Copyright (c) 1998 Todd C. Miller <Todd.Miller at courtesan.com>
@@ -136,7 +141,3 @@
 See the src/config/geoip file in particular.
 ===============================================================================
 
-
-
-
-

Modified: projects/android/trunk/Orbot/README
===================================================================
--- projects/android/trunk/Orbot/README	2010-03-18 04:37:53 UTC (rev 22009)
+++ projects/android/trunk/Orbot/README	2010-03-18 04:52:53 UTC (rev 22010)
@@ -1,25 +1,27 @@
 
 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. 
+Orbot is a freely licensed open-source application developed for the
+Android platform. It acts as a front-end to the Tor binary application,
+and also provides an HTTP Proxy for connecting web browsers and other
+HTTP client applications into the Tor SOCKS interface.
 
 ***********************************************
 Orbot is a component of the Guardian Project, an effort to develop
 a secure, anonymous smartphone for use by human rights activists, journalists
-and others around the world. Learn more: http://openideals.com/guardian
+and others around the world. Learn more: http://guardianproject.info/
 
 ***********************************************
 Tor protects your privacy on the internet by hiding the connection
 between your Internet address and the services you use. We believe Tor
 is reasonably secure, but please ensure you read the instructions and
-configure it properly. Learn more at http://torproject.org
+configure it properly. Learn more at https://torproject.org/
 
 Tor Frequently Asked Questions:
         https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ
+        https://www.torproject.org/faq.html.en
 
 ***********************************************
 
-/* Copyright (c) 2009, Nathan Freitas, The Guardian Project - http://guardianproject.info */
+/* Copyright (c) 2009-2010, Nathan Freitas, The Guardian Project
+ * http://guardianproject.info/ */



More information about the tor-commits mailing list