[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r13073: Update TODO; add www/ directory (in torbrowser/trunk: . www)
Author: sjm217
Date: 2008-01-08 06:05:08 -0500 (Tue, 08 Jan 2008)
New Revision: 13073
Added:
torbrowser/trunk/www/
torbrowser/trunk/www/index.html
Modified:
torbrowser/trunk/TODO
Log:
Update TODO; add www/ directory
Modified: torbrowser/trunk/TODO
===================================================================
--- torbrowser/trunk/TODO 2008-01-08 10:26:42 UTC (rev 13072)
+++ torbrowser/trunk/TODO 2008-01-08 11:05:08 UTC (rev 13073)
@@ -30,6 +30,9 @@
launches Firefox.
Let's wait until Vidalia launches Firefox directly. -RD
+- Implement UPNP
+ Perhaps based on this library http://search.cpan.org/src/SKONNO/Net-UPnP-1.2.1/
+
Firefox modifications
---------------------
Added: torbrowser/trunk/www/index.html
===================================================================
--- torbrowser/trunk/www/index.html (rev 0)
+++ torbrowser/trunk/www/index.html 2008-01-08 11:05:08 UTC (rev 13073)
@@ -0,0 +1,30 @@
+<html>
+<head>
+<title>Tor Browser Bundle</title>
+</head>
+<body>
+
+<h1>Tor Browser Bundle</h1>
+
+<h2>Installation</h2>
+
+<p>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.</p>
+
+<h2>Usage</h2>
+
+<p>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.</p>
+
+<p>To exit, close Firefox. Vidalia will automatically clean up and
+exit.</p>
+
+<h2>More information</h2>
+
+</body>
+</html>