forked from I2P_Developers/i2p.www
Added <h1> tags to main div on most pages for consistency.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "_layout.html" %}
|
||||
{% block title %}Announcements{% endblock %}
|
||||
{% block content %}
|
||||
<h3>Past announcements</h3>
|
||||
<h1>Past I2P Release Announcements</h1>
|
||||
<h4>2009</h4>
|
||||
<ul class="infolist">
|
||||
<li>2009-06-13 - <a href="release-0.7.4.html">0.7.4</a></li>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{% extends "_layout_de.html" %}
|
||||
{% block title %}Ankündigungen{% endblock %}
|
||||
{% block content %}
|
||||
<h3>Alte Ankündigungen</h3>
|
||||
<h1>Alte Ankündigungen</h1>
|
||||
<p>Hinweis: Da i2p.net nicht erreichbar ist, sind viele Verweise nicht funktional</p>
|
||||
<h4>2009</h4>
|
||||
<ul class="infolist">
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{% extends "_layout.html" %}
|
||||
{% block title %}API{% endblock %}
|
||||
{% block content %}
|
||||
<h1>API for I2P</h1>
|
||||
<p>Application developers should review the <a href="applications">application
|
||||
development guide</a> for ideas about the four basic protocols for writing an
|
||||
application to run over I2P:</p>
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{% extends "_layout_de.html" %}
|
||||
{% block title %}API{% endblock %}
|
||||
{% block content %}
|
||||
<h1>API für I2P</h1>
|
||||
<p>Anwendungsentwickler sollten die <a href="applications_de">Anleitung zum Entwickeln von
|
||||
Anwendungen</a> nach Ideen über die 4 Grundprotokolle durchlesen, um eine Idee zum Schreiben
|
||||
einer Anwendung auf I2P zu bekommen:</p>
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{% extends "_layout.html" %}
|
||||
{% block title %}Bounties{% endblock %}
|
||||
{% block content %}
|
||||
<h1>Bounties for I2P</h1>
|
||||
<p>While we always gratefully accept any contributions of code,
|
||||
documentation, and the like, there are other ways to help I2P move
|
||||
forward. As with any open source project, our goals would be achieved more
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{% extends "_layout_de.html" %}
|
||||
{% block title %}Belohnungen{% endblock %}
|
||||
{% block content %}
|
||||
<h1>Belohnungen f<>r I2P</h1>
|
||||
<p>Während wir jederzeit dankbar jeglichen Beitrag an Quelltext,
|
||||
Dokumentationen und ähnlichen entgegennehmen, gibt es noch
|
||||
andere Wege um I2P zu helfen, vorran zu kommen.
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{% extends "_layout.html" %}
|
||||
{% block title %}Download{% endblock %}
|
||||
{% block content %}
|
||||
<h1>Download I2P</h1>
|
||||
<h3>Dependency</h3>
|
||||
<a href="http://java.com/download/">Sun Java</a> 1.5 or higher, or equivalent JRE.
|
||||
(<a href="http://java.com/download/">Sun Java 1.6</a> recommended)
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{% extends "_layout_de.html" %}
|
||||
{% block title %}Download{% endblock %}
|
||||
{% block content %}
|
||||
<h1>Download I2P</h1>
|
||||
<h3>Abhängigkeiten</h3>
|
||||
<a href="http://java.com/de/download/">Sun Java</a> 1.5 oder neuer, oder equivalent JRE.
|
||||
(<a href="http://java.com/de/download/">Sun Java 1.6</a> recommended)
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{% extends "_layout.html" %}
|
||||
{% block title %}halloffame{% endblock %}
|
||||
{% block content %}
|
||||
<h1>I2P'<font size=-1>s</font> Hall of Fame</h1>
|
||||
<b>Current balance: as of 2009-05-01</b><br />
|
||||
<b>General fund: 115.0 €</b><br />
|
||||
<b><a href="bounty_datastore">Datastorage bounty</a>: 500.0 €</b><br />
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{% extends "_layout_de.html" %}
|
||||
{% block title %}Ruhmeshalle{% endblock %}
|
||||
{% block content %}
|
||||
<h1>I2P'<font size=-1>s</font> Ruhmeshalle</h1>
|
||||
<b>Derzeitiger Stand zum 21.04.2009:</b><br />
|
||||
<b>Generelles Konto: 115.0 €</b><br />
|
||||
<b><a href="bounty_datastore_de">Datencontainer Belohnung</a>: 500.0 €</b><br />
|
||||
|
@@ -1,8 +1,7 @@
|
||||
{% extends "_layout.html" %}
|
||||
{% block title %}How Does It Work{% 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.
|
||||
<h1>How does I2P work?</h1>
|
||||
<ul class="helplist">
|
||||
<li><a href="how_intro">Intro</a></li>
|
||||
<li><a href="how_threatmodel">Threat model</a></li>
|
||||
@@ -15,4 +14,8 @@ need to be fixed up to correctly document the current network.
|
||||
</li>
|
||||
<li><a href="how_networkcomparisons">Network comparisons</a></li>
|
||||
</ul>
|
||||
<center><div class="underline"></div>
|
||||
<font color="#c00"><b>Warning!</b> Some of the documents linked here are out of date and
|
||||
need to be updated to correctly document the current network operation. If you'd like to help bring them up to date, please see the <a href="getinvolved.html">getting involved</a> page!</font>
|
||||
</center>
|
||||
{% endblock %}
|
||||
|
@@ -1,9 +1,7 @@
|
||||
{% extends "_layout_de.html" %}
|
||||
{% block title %}Wie Funktioniert es?{% endblock %}
|
||||
{% block content %}
|
||||
Warnung - viele der folgenden Dokumente sind veraltet
|
||||
und müssen korrigiert werden um das aktuelle Netzwerk
|
||||
korrekt zu beschreiben.
|
||||
<h1>Wie Funktioniert es?</h1>
|
||||
<ul class="helplist">
|
||||
<li><a href="how_intro_de.html">Einleitung</a></li>
|
||||
<li><a href="how_threatmodel">Angriffsszenario</a></li>
|
||||
@@ -16,4 +14,10 @@ korrekt zu beschreiben.
|
||||
</li>
|
||||
<li><a href="how_networkcomparisons">Netzwerk Vergleiche</a></li>
|
||||
</ul>
|
||||
<div class="underline"></div><font color="#c00">
|
||||
<center>
|
||||
<b>Warnung!</b> Viele der folgenden Dokumente sind veraltet
|
||||
und müssen korrigiert werden um das aktuelle Netzwerk
|
||||
korrekt zu beschreiben.
|
||||
</center>
|
||||
{% endblock %}
|
||||
|
@@ -1,6 +1,8 @@
|
||||
{% extends "_layout.html" %}
|
||||
{% block title %}Howto{% endblock %}
|
||||
{% block content %}<ul class="helplist">
|
||||
{% block content %}
|
||||
<h1>I2P Howto Documents</h1>
|
||||
<ul class="helplist">
|
||||
<li><a href="http://forum.i2p2.de/viewtopic.php?t=54">Installing Java for I2P on FreeBSD</a></li>
|
||||
<li><a href="howto_blojsom">Installing blojsom for an eepsite</a></li>
|
||||
<li><a href="http://forum.i2p2.de/viewtopic.php?t=194#578">Run eepsite(s) with Apache</a></li>
|
||||
|
@@ -1,6 +1,8 @@
|
||||
{% extends "_layout_de.html" %}
|
||||
{% block title %}Howto{% endblock %}
|
||||
{% block content %}<ul class="helplist">
|
||||
{% block content %}
|
||||
<h1>I2P Howto Documents</h1>
|
||||
<ul class="helplist">
|
||||
<li><a href="http://forum.i2p2.de/viewtopic.php?t=54">Installieren von Java für I2P auf FreeBSD</a></li>
|
||||
<li><a href="howto_blojsom">Installieren von blojsom für eine eepsite</a></li>
|
||||
<li><a href="http://forum.i2p2.de/viewtopic.php?t=194#578">Betrieb von eepsite(s) mit dem Apache</a></li>
|
||||
|
@@ -1,6 +1,8 @@
|
||||
{% extends "_layout.html" %}
|
||||
{% block title %}Licenses{% endblock %}
|
||||
{% block content %}<p>
|
||||
{% block content %}
|
||||
<h1>I2P Software Licenses</h1>
|
||||
<p>
|
||||
As required by our
|
||||
<a href="how_threatmodel.html">threat model</a> (among other reasons), the
|
||||
software developed to support the anonymous communication
|
||||
|
@@ -1,6 +1,8 @@
|
||||
{% extends "_layout_de.html" %}
|
||||
{% block title %}Lizenzen{% endblock %}
|
||||
{% block content %}<p>
|
||||
{% block content %}
|
||||
<h1>I2P Lizenzen</h1>
|
||||
<p>
|
||||
Wie von unserem
|
||||
<a href="how_threatmodel.html">threat model</a> (neben anderen Gründen)
|
||||
gefordert, muss die entwickelte Software, die wir I2P nennen, zum
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{% extends "_layout.html" %}
|
||||
{% block title %}Links{% endblock %}
|
||||
{% block content %}
|
||||
<h1>Recommended Links & Resources</h1>
|
||||
<div class="links">
|
||||
<ul>
|
||||
<h4>Friends of I2P</h4>
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{% extends "_layout_de.html" %}
|
||||
{% block title %}Verweise{% endblock %}
|
||||
{% block content %}
|
||||
<h1>Recommended Links & Resources</h1>
|
||||
<div class="links">
|
||||
<ul>
|
||||
<h4>Friends of I2P</h4>
|
||||
|
@@ -1,11 +1,11 @@
|
||||
{% extends "_layout.html" %}
|
||||
{% block title %}Meetings{% endblock %}
|
||||
{% block content %}<p>Regularly scheduled meetings are not being held at this time.
|
||||
{% block content %}
|
||||
<h1>Logs of past I2P meetings</h1>
|
||||
<p>Regularly scheduled meetings are not being held at this time.
|
||||
If you have somthing to discuss, please find the developers on IRC #i2p.
|
||||
See also <a href="statusnotes.html">the old weekly status notes</a>.
|
||||
</p>
|
||||
|
||||
<h3>Logs of past meetings</h3>
|
||||
</p><div class="underline"></div>
|
||||
<ul class="infolist">
|
||||
<li><a href="meeting207">Meeting 207</a> - February 10, 2009</li>
|
||||
<li><a href="meeting206">Meeting 206</a> - April 10, 2007</li>
|
||||
|
@@ -1,11 +1,11 @@
|
||||
{% extends "_layout.html" %}
|
||||
{% block title %}Entwicklertreffen{% endblock %}
|
||||
{% block content %}<p>Regularly scheduled meetings are not being held at this time.
|
||||
{% block content %}
|
||||
<h1>Logs of past I2P meetings</h1>
|
||||
<p>Regularly scheduled meetings are not being held at this time.
|
||||
If you have somthing to discuss, please find the developers on IRC #i2p.
|
||||
See also <a href="statusnotes.html">the old weekly status notes</a>.
|
||||
</p>
|
||||
|
||||
<h3>Logs of past meetings</h3>
|
||||
</p><div class="underline"></div>
|
||||
<ul class="infolist">
|
||||
<li><a href="meeting207">Meeting 207</a> - February 10, 2009</li>
|
||||
<li><a href="meeting206">Meeting 206</a> - April 10, 2007</li>
|
||||
|
@@ -2,7 +2,7 @@
|
||||
{% block title %}Status Notes{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<h3>Past Weekly Status Notes</h3>
|
||||
<h1>Past I2P Weekly Status Notes</h1>
|
||||
<ul>
|
||||
<li><a href="status-2004-07-13.html">Status Notes for 2004-07-13</a>
|
||||
<li><a href="status-2004-07-20.html">Status Notes for 2004-07-20</a>
|
||||
|
@@ -1,6 +1,8 @@
|
||||
{% extends "_layout.html" %}
|
||||
{% block title %}Team{% endblock %}
|
||||
{% block content %}<p>We are a small group of people spread around several continents, working to
|
||||
{% block content %}
|
||||
<h1>I2P Project Members</h1>
|
||||
<p>We are a small group of people spread around several continents, working to
|
||||
advance different aspects of the project and discussing the design of the
|
||||
network.</p>
|
||||
|
||||
|
@@ -1,6 +1,8 @@
|
||||
{% extends "_layout_de.html" %}
|
||||
{% block title %}Team{% endblock %}
|
||||
{% block content %}<p>Wir sind eine kleine Gruppe von Leuten, die über verschiedene
|
||||
{% block content %}
|
||||
<h1>I2P Project Members</h1>
|
||||
<p>Wir sind eine kleine Gruppe von Leuten, die über verschiedene
|
||||
Kontinente verteilt ist, die an verschiedenen Aspekten des Projektes arbeiten und
|
||||
das Design des Netzwerkes diskutieren.</p>
|
||||
|
||||
|
@@ -1,6 +1,8 @@
|
||||
{% extends "_layout.html" %}
|
||||
{% block title %}To Do List{% endblock %}
|
||||
{% block content %}<p>Below is a more detailed (yet still incomplete) discussion of the major areas
|
||||
{% block content %}
|
||||
<h1>I2P Project Targets</h1>
|
||||
<p>Below is a more detailed (yet still incomplete) discussion of the major areas
|
||||
of future development on the core I2P network, spanning the plausibly planned
|
||||
releases. This does not include stego transports, porting to wireless devices,
|
||||
or tools to secure the local machine, nor does it include client applications that
|
||||
|
@@ -1,6 +1,8 @@
|
||||
{% extends "_layout_de.html" %}
|
||||
{% block title %}To Do Liste{% endblock %}
|
||||
{% block content %}<p>Hier ist eine detaillietere (und dennoch unvollständige)
|
||||
{% block content %}
|
||||
<h1>I2P Project Targets</h1>
|
||||
<p>Hier ist eine detaillietere (und dennoch unvollständige)
|
||||
Diskussion der wichigsten Gebiete zur zukünftigen Entwicklung des grundlegenden
|
||||
I2P Netzwerkes, übergreifend über die zukünftigen geplanten Versionen.
|
||||
Dieses beinhaltet nicht steganographische Transporte, anpassen auf kabellose Geräte
|
||||
|
Reference in New Issue
Block a user