Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: ports/tor/index.html

Issue 1311703003: Added Tor Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ports/tor/build.sh ('k') | ports/tor/krotor_128.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/tor/index.html
diff --git a/ports/tor/index.html b/ports/tor/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..ab229c3eadc89e45591c1c7221642c9cee9cba73
--- /dev/null
+++ b/ports/tor/index.html
@@ -0,0 +1,46 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>KroTor</title>
+ <META HTTP-EQUIV="Pragma" CONTENT="no-cache" />
+ <META HTTP-EQUIV="Expires" CONTENT="-1" />
+ <script type="text/javascript" src="hterm.concat.js"></script>
+ <script type="text/javascript" src="pipeserver.js"></script>
+ <script type="text/javascript" src="naclprocess.js"></script>
+ <script type="text/javascript" src="naclterm.js"></script>
+ <script type="text/javascript" src="tor.js"></script>
+
+
+ <style type="text/css">
+ body {
+ position: absolute;
+ padding: 0;
+ margin: 0;
+ height: 100%;
+ width: 100%;
+ overflow: scroll;
+ }
+
+ #terminal {
+ height: 450px;
+ position: relative;
+ padding: 5px;
+ }
+ </style>
+
+ </head>
+ <body>
+ <h4 style="text-align: center;">KroTor-beta</h4>
+ <div>
+ <p style="text-align: center;">Access the internet via Tor Network<br/> To learn more about Tor Project,please visit https://www.torproject.org</p>
+ <ul>
+ <li>On successful run ie 100% bootstrapped (see the logs in terminal), a tor (socks) proxy will be available system wide at <strong>127.0.0.1:9999</strong>, point your browser/
+ application accordingly to the proxy</li>
+ <li>The app don't honor the system network settings yet, viz. if you are behind a proxy then it will not work for now</li>
+ <li>The functionality to define various settings such as firewall rules, proxy settings etc will be added in next version.</li>
+ </ul>
+ </div>
+
+ <div id="terminal"></div>
+ </body>
+</html>
« no previous file with comments | « ports/tor/build.sh ('k') | ports/tor/krotor_128.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698