From ef89083295c28b1d8b15ff3dcd9a11d8c1595dea Mon Sep 17 00:00:00 2001 From: ficus Date: Fri, 23 Nov 2012 23:13:04 +0100 Subject: add about page, include version number --- torouterui/templates/about.html | 67 +++++++++++++++++++++++++++++++++++++++++ torouterui/templates/base.html | 5 +-- torouterui/templates/home.html | 6 ++++ 3 files changed, 76 insertions(+), 2 deletions(-) create mode 100644 torouterui/templates/about.html (limited to 'torouterui/templates') diff --git a/torouterui/templates/about.html b/torouterui/templates/about.html new file mode 100644 index 0000000..e4d11ac --- /dev/null +++ b/torouterui/templates/about.html @@ -0,0 +1,67 @@ +{% extends "base.html" %} +{% block body %} + +

DISCLAIMERS!

+ + + + +

Project Information

+ + + +

Background

+ +

+Learn more by reading the Tor Project's +overview and +documentation. + +

How do I check if Tor is working?

+ +

+Tor is only transparently enabled on the local wireless network (check the status page to see if WiFi is enabled and what the SSID name +is). When connected to that network only, you could determine if Tor is working +correctly via: + +

+
check.torproject.org +
The Tor Project runs a web service at + check.torproject.org which + indicates if you connection is inbound from a known Tor exit node or not. + +
External IP Check +
You can check your external "exit" IP address at domains like whatismyip.com or with queries to search + engines like duckduckgo + or google.com. + You should get different results when browsing on the LAN ethernet port and + connecting to the wireless access point. + +
Hidden Services +
You can check that DNS queries and transperent proxying is working + correctly by visiting a hidden service like duckduckgo's + (3g2upl4pq6kufc4m.onion) or + torproject.org's + (idnxcnkne4qt76tg.onion). + Read more about hidden services at + torproject.org +
+ +{% endblock %} diff --git a/torouterui/templates/base.html b/torouterui/templates/base.html index 4c15c73..bf926c3 100644 --- a/torouterui/templates/base.html +++ b/torouterui/templates/base.html @@ -21,7 +21,7 @@ torouter @@ -36,7 +36,8 @@ {% macro pagelink(path, name) -%}
  • {{name}}
  • {%- endmacro %} - {{ pagelink("/", "Status") }} + {{ pagelink("/", "System Status") }} + {{ pagelink("/about/", "About Project") }} {{ pagelink("/reboot/", "Reboot...") }} {{ pagelink("/wan/", "Upstream Ethernet") }} diff --git a/torouterui/templates/home.html b/torouterui/templates/home.html index fa9900c..6610e51 100644 --- a/torouterui/templates/home.html +++ b/torouterui/templates/home.html @@ -2,6 +2,12 @@ {% extends "base.html" %} {% block body %} +
    +Achtung! Warning! +This firmware is very experimental and has obvious known holes, like default +root passwords available over SSH! Read the disclaimer! +You have been warned! +
    -- cgit v1.2.3