Changeset - 8c27a1613108
[Not reviewed]
default
0 2 0
Dennis Fink - 11 years ago 2014-01-24 01:56:16
dennis.fink@c3l.lu
fixed some links
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/root/contact.html
Show inline comments
 
@@ -9,25 +9,25 @@
 
  </div>
 
  <div class="col-md-8">
 
    <h2>General</h2>
 
    <p>Please mail all general inqueries to:</p>
 
    <address>
 
      <strong>Frënn vun der Ënn, ASBL</strong><br>
 
              BPM 381892<br>
 
              34, Rue Gabriel Lippmann<br>
 
              L-5365, Munsbach<br>
 
              Luxembourg, Europe, Earth<br>
 
              <br>
 
      <abbr title="E-Mail"><span class="glyphicon glyphicon-envelope"></span></abbr> : <a href="mailto:info@enn.lu">info@enn.lu</a> <span class="glyphicon glyphicon-lock"></span> GPG: <a href="http://adamas.ai:11371/pks/lookup?search=info@enn.lu&op=vindex" target="_blank">0x02225522</a><br>
 
      <abbr title="Website"><span class="glyphicon glyphicon-cloud"></span></abbr> : <a href="https://enn.lu/">https://enn.lu/</a> <strong>or</strong> <a href="http://5hwvqsndr2pv6kz.onion" target="_blank">http://5hwvqsndr2pv6kz.onion</a><br>
 
      <abbr title="Website"><span class="glyphicon glyphicon-cloud"></span></abbr> : <a href="http://enn.lu/">http://enn.lu/</a> <strong>or</strong> <a href="http://5hwvqsndr2pv6kz.onion" target="_blank">http://5hwvqsndr2pv6kz.onion</a><br>
 
      <abbr title="Phone"><span class="glyphicon glyphicon-earphone"></span></abbr> : </strong>+352-691-71-77-44<br>
 
      <abbr title="Fax"><strong>f.: </abbr></strong>not available yet</a>
 
    </address>
 
 
 
    <h2>Abuse</h2>
 
    <p>For further details about abuse handling, have a look over <a href="./abuse.html">here</a>.</p>
 
    <address>
 
      <abbr title="E-Mail"><span class="glyphicon glyphicon-envelope"></span></abbr> : <a href="mailto:abuse@enn.lu">abuse@enn.lu</a> <span class="glyphicon glyphicon-lock"></span> GPG: <a href="http://adamas.ai:11371/pks/lookup?search=info@enn.lu&op=vindex" target="_blank">0x02225522</a><br>
 
      <abbr title="Phone"><span class="glyphicon glyphicon-earphone"></span></abbr> : </strong>+352-691-71-77-44<br>
 
    </address>
 

	
 
    <h2>Press</h2>
ennstatus/templates/root/services.html
Show inline comments
 
@@ -9,26 +9,26 @@
 
  </div>
 
  <div class="col-md-8">
 
    <blockquote>
 
      <p>"<em>If you shut up truth, and bury it underground, it will but grow.</em>"</p>
 
      <small>Emile Zola, <cite title="Source Title"></cite></small>
 
    </blockquote>
 

	
 
    <p>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.</p>
 
    <p><img src="{{ url_for('static', filename='images/Tor-onion-network.png') }}"></p>
 

	
 
    <h2>Entry Nodes</h2>
 
    <p>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 - <a href="https://www.torproject.org/projects/obfsproxy.html.en"       target="_blank">obfsproxy</a> - to offer more differienated ways of enerting the Tor network.</p>
 
    <p>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 - <a href="https://www.torproject.org/projects/obfsproxy.html.en" target="_blank">obfsproxy</a> - to offer more differienated ways of enerting the Tor network.</p>
 

	
 
    <h2>Middle Nodes</h2>
 
    <p>A middle node (Tor Relay) passes on the traffic within the Tor network to the next relay station and eventually to an exit node.</p>
 

	
 
    <h2>Exit Nodes</h2>
 
    <p>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. htt://ixquick.com/).
 
    <p>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.</p>
 
    <p>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 <a href="https://c3l.lu:4242/mailman/listinfo/enn-ml">mailing list</a>, the <a href="http://wiki.enn.lu/cgi-bin/wiki.cgi?HosterExperience">wiki</a> or simply drop us a <a href="mailto: info@enn.lu">mail</a>.</p>
 
    <p>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 <a href="http://c3l.lu/mailman/listinfo/enn-ml">mailing list</a>, the <a href="http://wiki.enn.lu/">wiki</a> or simply drop us a <a href="mailto: info@enn.lu">mail</a>.</p>
 
		  
 
	  <h2>Mirrors</h2>
 
    <p>We are an official mirror of the <a href="https://torproject.lu/" target="_blank">Tor Project</a> and <a href="https://tails.boum.org/" target="_blank">Tails</a> - a live operating system to protect your privacy with the help of anonymity and encryption - website.</p>
 
  </div>
 
{% endblock %}
0 comments (0 inline, 0 general)