commit cabca2a7be6659efe4d55fd4555591d174380050 Author: bim dsnake@protonmail.com Date: Sun Nov 29 15:53:48 2020 -0500
Removed outdated repository files, made README a markdown file. It would make sense to eventually populate README.md with instructions about how to use the app, how to get involved with the project etc --- INSTALL | 40 ---------------------------------------- LICENSE | 2 +- README => README.md | 0 TODO | 8 -------- 4 files changed, 1 insertion(+), 49 deletions(-)
diff --git a/INSTALL b/INSTALL deleted file mode 100644 index 1624d1a2..00000000 --- a/INSTALL +++ /dev/null @@ -1,40 +0,0 @@ - -Orbot: Android Onion Routing Robot -*********************************************** -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. - -*** 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. - -If you have root access, and a version of Android with iptables that -supports the netfilter owner module, then Orbot can setup transparent -proxying for any application. - -Finally, Firefox on Android is available, and we have released an -add-on named ProxyMob for configuring SOCKS proxy settings for use -with the local Tor socks proxy. - -** 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,2010,2011, Nathan Freitas, The Guardian Project - * http://guardianproject.info/ */ diff --git a/LICENSE b/LICENSE index b857146b..194b99d9 100644 --- a/LICENSE +++ b/LICENSE @@ -4,7 +4,7 @@ provide anonymity on the Internet from a Google Android smartphone. It also lists the licenses for other components used by Orbot, including Tor, and iptables.
-For more information about Orbot, see https://guardianproject.info/apps/orbot +For more information about Orbot, see https://guardianproject.info/apps/org.torproject.android/
If you got this file as a part of a larger bundle, there may be other license terms that you should be aware of. diff --git a/README b/README.md similarity index 100% rename from README rename to README.md diff --git a/TODO b/TODO deleted file mode 100644 index ba269567..00000000 --- a/TODO +++ /dev/null @@ -1,8 +0,0 @@ - -Current tracked tickets for Orbot can be found here: -https://trac.torproject.org/projects/tor/query?status=accepted&status=as... - -If you would like to join the project, we have some ideas for volunteering here: -http://www.torproject.org/getinvolved/volunteer.html.en#project-orbot - -You can find us in IRC on FREENODE or OFTC in the #guardianproject and #tor-dev channels \ No newline at end of file