updated latest 0.9 changes

This commit is contained in:
echelon
2012-05-03 13:37:14 +00:00
parent 0a848e3ae0
commit 75ab5ac791

View File

@ -9,34 +9,34 @@ Java Runtime 1.5 oder neuer.
<a href="http://icedtea.classpath.org/wiki/Main_Page">IcedTea6</a>
recommended)
<br>
<a href="http://java.com/de/download/installed.jsp?detect=jre&try=1">Determine your installed Java version here</a>
or type <tt>java -version</tt> at your command prompt.
<a href="http://java.com/de/download/installed.jsp?detect=jre&try=1">Bestimme hier deine Java Version</a>
oder gebe <tt>java -version</tt> in die Kommandozeile ein.
<h3>Frische Installation</h3>
<ul class="downloadlist">
<li><b>Windows Graphischer Installer:</b><br />
<li><b>Windows GUI Installer:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9_windows.exe">i2pinstall_0.9_windows.exe</a>
(SHA256
006a306a2c5a449cce6a19378da5e74b8aa216ba5a9383a4c2cb66dfead2e736
<a href="http://mirror.i2p2.de/i2pinstall_0.9_windows.exe.sig">sig</a>)<br />
Downloade die Datei und f&uuml;hre sie aus. </li>
<li><b>Linux / OS X / BSD / Solaris Graphischer Installer:</b><br />
<li><b>Linux / OS X / BSD / Solaris GUI Installer:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.jar">i2pinstall_0.9.jar</a>
(SHA256
6175c50a306cbd6ebe6eba40965408bd3f87f3ecd0f6199d7a927099c21d73c0
<a href="http://mirror.i2p2.de/i2pinstall_0.9.jar.sig">sig</a>)<br />
Download that file and double-click it (if that works) or
type <code>java -jar i2pinstall_0.9.jar</code> in a terminal to run the
installer.
On some platforms you may be able to right-click and select
&quot;Open with Java&quot;.</li>
Hole die Datei und f&uuml;hre sie mit Doppelklick aus (falls es funktioniert)
oder gebe <code>java -jar i2pinstall_0.9.jar</code> in einm Terminal ein um
die Installation zu starten.
Auf einigen Plattformen muss die Datei gegebenfall mit Rechts-Klick und der
Option "&Ouml;ffne mit Java" ge&ouml;ffnet werden.</li>
<li><b>Linux / OS X / BSD / Solaris Command line (headless) Installation:</b><br />
<li><b>Linux / OS X / BSD / Solaris Kommandozeilen (Headless) Installation:</b><br />
Downloade die normale Installationsdatei von oben und rufe
<code>java -jar i2pinstall_0.9.jar -console</code> auf der Kommandozeile auf.
<code>java -jar i2pinstall_0.9.jar -console</code> in der Kommandozeile auf.
</li>
<li><a href="/debian.html">Packages for Debian &amp; Ubuntu</a></li>
<li><a href="/debian.html">Pakete f&uuml;r Debian &amp; Ubuntu</a></li>
<li><b>Quelltext Installation:</b><br />
<a href="http://mirror.i2p2.de/i2psource_0.9.tar.bz2">i2psource_0.9.tar.bz2</a>
@ -45,12 +45,11 @@ or type <tt>java -version</tt> at your command prompt.
<a href="http://mirror.i2p2.de/i2psource_0.9.tar.bz2.sig">sig</a>)<br />
Alternativ kannst Du den Quelltext aus <a href="newdevelopers_de">Monotone</a> kopieren.
<br/>
F&uuml;hre aus: <code>(tar xjvf i2psource_0.9.tar.bz2 ; cd i2p_0.9 ; ant pkg)</code> und dann
starte den GUI installer oder die headless Installation wie oben</li>
F&uuml;hre folgendes aus: <code>(tar xjvf i2psource_0.9.tar.bz2 ; cd i2p_0.9 ; ant pkg)</code>
und starte dann den GUI Installer oder die headless Installation wie oben beschrieben</li>
</ul>
Die Dateien sind von zzz signiert,
<a href="release-signing-key.html">wessen Schl&uuml;ssel hier ist</a>.
Die Dateien sind von zzz mit <a href="release-signing-key.html">diesem Schl&uuml;ssel</a> signiert.
</br>
<h3>Arbeit nach dem Installieren</h3>