# HG changeset patch # User Dennis Fink # Date 2015-10-21 23:50:50 # Node ID 108814fa03247dd1194cc1606430630bd5a9a665 # Parent 4c27322acc946bc2d9d5dbe03c5ab6e82e4a318b # Parent 9b8d4ca3aac2a00a83da1f4064bba624c0326150 Merged dev diff --git a/ennstatus/root/views.py b/ennstatus/root/views.py --- a/ennstatus/root/views.py +++ b/ennstatus/root/views.py @@ -19,11 +19,6 @@ def about(): return render_template('root/about.html') -@root_page.route('/services') -def services(): - return render_template('root/services.html') - - @root_page.route('/partners') def partners(): return render_template('root/partners.html') diff --git a/ennstatus/templates/root/services.html b/ennstatus/templates/root/services.html deleted file mode 100644 --- a/ennstatus/templates/root/services.html +++ /dev/null @@ -1,37 +0,0 @@ -{% extends "base.html" %} - -{% set title = "Services" %} - -{% block content %} -
- FVDE_Logo_LQ -

Services

-
-
-
-

"If you shut up truth, and bury it underground, it will but grow."

- Emile Zola, -
- -

The setup behind the Tor Onion Netork is easy once you've understood how it works. Below you can see a picture of what a conection to any point in the - Internet may look like through Tor.

-

- -

Entry Nodes

-

An entry node (Tor Bridge) is the point of entrance to the Tor network. Usually, these are servers with limited computing capacity and bandwith. They serve users to enter the Tor network either by the front door and some other have additional software installed - obfsproxy - to offer more differienated ways of enerting the Tor network.

- -

Middle Nodes

-

A middle node (Tor Relay) passes on the traffic within the Tor network to the next relay station and eventually to an exit node.

- -

Exit Nodes

-

An exit node (Tor Exit Node) is the last part of the chain for a users traffic. Here it's going to be passed on to the destionation the user has choosen (i.e. http://ixquick.com/). -

To accomplish our objectives, we need to get more exit nodes online. In order to do this, we focus to spent our gains right to the setup of exit nodes.

-

Finding reliable, freedom and privacy aware hosters is not a trivial task, so we encourage you to share your expericences with us, either on the mailing list, the wiki or simply drop us a mail.

- -

Mirrors

-

We are an official mirror of the Tor Project and Tails - a live operating system to protect your privacy with the help of anonymity and encryption - website.

- -

Globe

-

We also host an Globe - a tor relay and bridge explorer - instance at globe.enn.lu.

-
-{% endblock %}