aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-web/README
diff options
context:
space:
mode:
authorArturo FilastoĢ€ <hellais@torproject.org>2011-08-11 13:47:41 +0200
committerArturo FilastoĢ€ <hellais@torproject.org>2011-08-11 13:47:41 +0200
commit5f53648315b1ed94f263da7c13d1754073649e9c (patch)
tree351aafc66ddf294874a55bcde67fd30cc84629f2 /packages/torouter-web/README
parent85bbadf931c74ec5bcbad7d3a5403b59b827db50 (diff)
downloadtorouter-5f53648315b1ed94f263da7c13d1754073649e9c.tar.gz
torouter-5f53648315b1ed94f263da7c13d1754073649e9c.zip
Add the base skeleton for the web user interface
Diffstat (limited to 'packages/torouter-web/README')
-rw-r--r--packages/torouter-web/README13
1 files changed, 12 insertions, 1 deletions
diff --git a/packages/torouter-web/README b/packages/torouter-web/README
index 0303fad..7a8c0fa 100644
--- a/packages/torouter-web/README
+++ b/packages/torouter-web/README
@@ -1 +1,12 @@
-This is where the web interface for Torouter will be packaged.
+TUI - Tor web User Interface
+----------------------------
+
+This is the Tor web User Interface for the Torouter.
+
+It requires web.py:
+ git clone git://github.com/webpy/webpy.git
+
+To start the web server run:
+ python runui.py
+
+- Arturo Filasto' <hellais@torproject.org>