Anpassen an _layout_de, translate _menu_de
This commit is contained in:
@ -3,28 +3,28 @@
|
||||
<b><a href="index.html">Welcome to I2P</a></b><br />
|
||||
<br /><b><a href="download.html">Download</a></b><br />
|
||||
<br /><b>News</b><br />
|
||||
• <a href="announcements.html">Announcements</a><br />
|
||||
• <a href="announcements.html">Ankündigungen</a><br />
|
||||
|
||||
• <a href="meetings.html">Meetings</a><br />
|
||||
• <a href="roadmap.html">Roadmap</a><br />
|
||||
• <a href="todo.html">Task list</a><br />
|
||||
<br /><b><a href="intro.html">About I2P</a></b><br />
|
||||
• <a href="meetings.html">Entwicklertreffen</a><br />
|
||||
• <a href="roadmap.html">Zeitplan</a><br />
|
||||
• <a href="todo.html">Aufgabenliste</a><br />
|
||||
<br /><b><a href="intro.html">Über I2P</a></b><br />
|
||||
• <a href="faq.html">FAQ</a><br />
|
||||
• <a href="http://forum.i2p2.de/">Forums</a><br />
|
||||
• <a href="bounties.html">Bounties</a><br />
|
||||
• <a href="getinvolved.html">Get involved</a><br />
|
||||
• <a href="donate.html">Donate!</a><br />
|
||||
• <a href="http://forum.i2p2.de/">Forum</a><br />
|
||||
• <a href="bounties.html">Prämien</a><br />
|
||||
• <a href="getinvolved.html">Beteilige dich</a><br />
|
||||
• <a href="donate.html">Spende!</a><br />
|
||||
|
||||
• <a href="team.html">I2P Team</a><br />
|
||||
• <a href="halloffame.html">Hall of Fame</a><br />
|
||||
<br /><b>Documentation</b><br />
|
||||
• <a href="how.html">How does it work?</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="techintro.html">Tech intro</a><br />
|
||||
• <a href="howto.html">Howto docs</a><br />
|
||||
• <a href="applications.html">Applications</a><br />
|
||||
<br /><b>Development</b><br />
|
||||
• <a href="howto.html">Howto Dokumente</a><br />
|
||||
• <a href="applications.html">Anwendungen</a><br />
|
||||
<br /><b>Entwickeln</b><br />
|
||||
• <a href="api.html">API</a><br />
|
||||
• <a href="licenses.html">Licenses</a><br />
|
||||
• <a href="licenses.html">Lizenses</a><br />
|
||||
• <a href="http://trac.i2p2.i2p/">Trac</a>
|
||||
|
||||
<br /><br /><b><a href="http://syndie.i2p2.de/">Syndie</a></b><br />
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends "_layout.html" %}
|
||||
{% extends "_layout_de.html" %}
|
||||
{% block title %}Einführung in die Arbeitsweise von I2P{% endblock %}
|
||||
{% block content %}<i>Hinweis: Dieses "How" Dokument ist noch nicht vollständig aktualisiert
|
||||
und enthält noch nicht die diversen Änderungen wie di neuen <a href="tunnel-alt.html">Tunnel
|
||||
|
@ -52,7 +52,7 @@ genutzt werden.
|
||||
|
||||
<p>
|
||||
I2P basiert darauf, dass es Daten durch andere Peers schickt, wie es in folgendem Bild dargestellt
|
||||
wird. Für Information zur Arbeitsweise von I2P, schaue in die <a href="how_intro">Einleitung</a>.
|
||||
wird. Für Information zur Arbeitsweise von I2P, schaue in die <a href="how_intro_de">Einleitung</a>.
|
||||
</p><p>
|
||||
<center>
|
||||
<img src="/_static/images/net.png" alt="Network topology example" />
|
||||
|
Reference in New Issue
Block a user