forked from I2P_Developers/i2p.www
how_de.html
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
• <a href="team.html">I2P Team</a><br />
|
||||
• <a href="halloffame.html">Ruhmeshalle</a><br />
|
||||
<br /><b>Dokumentationen</b><br />
|
||||
• <a href="how.html">Wie funktioniert es?</a><br />
|
||||
• <a href="how_de.html">Wie funktioniert es?</a><br />
|
||||
• <a href="techintro.html">Tech intro</a><br />
|
||||
• <a href="howto.html">Howto Dokumente</a><br />
|
||||
• <a href="applications.html">Anwendungen</a><br />
|
||||
|
19
www.i2p2/pages/how_de.html
Normal file
19
www.i2p2/pages/how_de.html
Normal file
@ -0,0 +1,19 @@
|
||||
{% extends "_layout_de.html" %}
|
||||
{% block title %}Wie Funktioniert es?{% endblock %}
|
||||
{% block content %}
|
||||
Warning - many of the following documents are out of date and
|
||||
need to be fixed up to correctly document the current network.
|
||||
<ul>
|
||||
<li><a href="how_intro_de.html">Einleitung</a></li>
|
||||
<li><a href="how_threatmodel">Threat model</a></li>
|
||||
<li><a href="how_tunnelrouting">Tunnel routing</a></li>
|
||||
<li><a href="how_garlicrouting">Garlic routing</a></li>
|
||||
<li><a href="how_networkdatabase">Network database</a></li>
|
||||
<li><a href="how_peerselection">Peer selection</a></li>
|
||||
<li>
|
||||
<a href="how_cryptography">Cryptography</a><br />
|
||||
<ul><li><a href="how_elgamalaes">ElGamal / AES+SessionTag</a></li></ul>
|
||||
</li>
|
||||
<li><a href="how_networkcomparisons">Network comparisons</a></li>
|
||||
</ul>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user