update commented section of archive's index.html

This commit is contained in:
kytv
2013-02-03 18:53:04 +00:00
parent 7a6734135d
commit 95b8677831

View File

@ -127,49 +127,75 @@ put your finger in the dyke, if it makes you feel better.</p>
<!-- Uncomment this section if you have placed the relevant files in $HOME/.syndie/dist
<h3>Download Syndie</h3>
<h4>Standalone installers: <font size="-3">grab <i>one</i></font></h3>
<ul>
<li><b><a href="dist/syndie-1.101a-mf6.bin.win32.exe">Windows - syndie-1.101a-mf6.bin.win32.exe</a></b>
(<a href="dist/syndie-1.101a-mf6.bin.win32.exe.sig">GPG signature</a>) - 7.3MB<br />
Download and run the installer. Launch Syndie with the desktop or start
menu icons, or with <code>syndie.exe</code></li>
<li><b><a href="dist/syndie-1.101a-mf6.bin.linux32.exe">Linux - syndie-1.101a-mf6.bin.linux32.exe</a></b>
(<a href="dist/syndie-1.101a-mf6.bin.linux32.exe.sig">GPG signature</a>) - 6.5MB<br />
Download and run the installer via
"<code>java -jar syndie-1.101a-mf6.bin.linux32.exe</code>" (yes, really).
Launch Syndie with the desktop or KDE menu icons, or with
"<code>java -jar bin/syndie.exe</code>".</li>
<li><b><a href="dist/syndie-1.101a-mf6.bin.osx.exe">OSX - syndie-1.101a-mf6.bin.osx.exe</a></b>
(<a href="dist/syndie-1.101a-mf6.bin.osx.exe.sig">GPG signature</a>) - 7.2MB<br />
Download and run the installer via
"<code>java -jar syndie-1.101a-mf6.bin.osx.exe</code>".</li>
<li>Prerequisites:
<a href="http://java.sun.com/javase/downloads/index.jsp">jre1.4+</a>,
<a href="http://gcc.gnu.org/java/">GCJ/GIJ 4.0+</a>, or
<a href="http://www.kaffe.org/">Kaffe 1.1.7+</a>
(other JVMs may suffice)</li>
Windows installers:<ul>
<li><a href="files/syndie-installer-1.103b.bin.win32.exe">syndie-installer-1.103b.bin.win32.exe</a>
(<a href="files/syndie-installer-1.103b.bin.win32.exe.sig">GPG signature</a>)
(<a href="files/syndie-installer-1.103b.bin.win32.exe.sha256">checksum</a>)
</li>
<li><a href="files/syndie-installer-1.103b.bin.win64.exe">syndie-installer-1.103b.bin.win64.exe</a>
(<a href="files/syndie-installer-1.103b.bin.win64.exe.sig">GPG signature</a>)
(<a href="files/syndie-installer-1.103b.bin.win64.exe.sha256">checksum</a>)</li>
<li>Download and run the executable installer.</li>
<li>Prerequisites: None, other than Java 1.5+.</li>
</ul>
Linux installers:<ul>
<li><a href="files/syndie-installer-1.103b.bin.linux32.jar">syndie-installer-1.103b.bin.linux32.jar</a>
(<a href="files/syndie-installer-1.103b.bin.linux32.jar.sig">GPG signature</a>)
(<a href="files/syndie-installer-1.103b.bin.linux32.jar.sha256">checksum</a>)</li>
<li><a href="files/syndie-installer-1.103b.bin.linux64.jar">syndie-installer-1.103b.bin.linux64.jar</a>
(<a href="files/syndie-installer-1.103b.bin.linux64.jar.sig">GPG signature</a>)
(<a href="files/syndie-installer-1.103b.bin.linux64.jar.sha256">checksum</a>)</li>
<li>Download and run the executable installer (e.g. <code>java -jar syndie-installer-1.103b.bin.linuxXX.jar</code>).</li>
<li>Prerequisites: None other than Java 1.5+</li>
</ul>
OSX installers:<ul>
<li><a href="files/syndie-installer-1.103b.bin.osx32.jar">syndie-installer-1.103b.bin.osx32.jar</a>
(<a href="files/syndie-installer-1.103b.bin.osx32.jar.sig">GPG signature</a>)
(<a href="files/syndie-installer-1.103b.bin.osx32.jar.sha256">checksum</a>)</li>
<li><a href="files/syndie-installer-1.103b.bin.osx64.jar">syndie-installer-1.103b.bin.osx64.jar</a>
(<a href="files/syndie-installer-1.103b.bin.osx64.jar.sig">GPG signature</a>)
(<a href="files/syndie-installer-1.103b.bin.osx64.jar.sha256">checksum</a>)</li>
<li>Download and run the executable installer (e.g. <code>java -jar syndie-installer-1.103b.bin.osxXX.jar</code>).</li>
<li>Prerequisites: None other than Java 1.5+</li>
</ul>
CLI <ul>
<li><a href="files/syndie-cli-1.103b.bin.tar.bz2">syndie-cli-1.103b.bin.tar.bz2</a>
(<a href="files/syndie-cli-1.103b.bin.tar.bz2.sig">GPG signature</a>)
(<a href="files/syndie-cli-1.103b.bin.tar.bz2.sha256">checksum</a>)</li>
<li>Download, extract, and and run (e.g. <code>java -jar bin/syndie-cli.jar</code>).</li>
<li>Prerequisites: None other than Java 1.5+</li>
</ul>
<h4>Source:</h4>
Debian package
<ul>
<li><a href="dist/syndie-1.101a-mf6.src.nodeps.tar.bz2">syndie-1.101a-mf6.src.nodeps.tar.bz2</a>
(<a href="dist/syndie-1.101a-mf6.src.nodeps.tar.bz2.sig">GPG signature</a>) - 2.4MB</li>
<li> You will need to provide the hsqldb.jar and swt.jar for your platform (place them
in the lib/ directory). <b>Be sure to read the INSTALL</b> for instructions.</li>
<li>Prerequisites:
<a href="http://ant.apache.org/">ant 1.6.5</a>,
<a href="http://java.sun.com/javase/downloads/index.jsp">jdk1.4+</a>/
<a href="http://gcc.gnu.org/java/">GCJ/GIJ 4.0+</a>/ or
<a href="http://www.kaffe.org/">Kaffe 1.1.7+</a>
(other JDKs may suffice),
<a href="http://www.eclipse.org/swt/">SWT 3.2+</a> (3.3M4 or newer includes
useful features),
<a href="http://www.hsqldb.org/">HSQLDB 1.8.0.7+</a> (older releases may
work)</li>
<li>Packages are available via the Internet at the <a href="https://launchpad.net/~i2p-maintainers/+archive/i2p">I2P PPA</a>
and within I2P from <a href="http://killyourtv.i2p/debian/pool/main/s/syndie">KillYourTV's Debian Repository</a>.</li>
</ul>
<p>The GPG public key used to sign the distributed files is <code>395C4CED</code> (fingerprint <code>278A 514C EFDA AE9D B864 C44B 67A4 8338 395C 4CED</code>)</p>
<p> The GPG public key used to sign the distributed files is
<a href="http://pgpkeys.mit.edu:11371/pks/lookup?op=vindex&exact=on&search=0xDF0A0A1A">0xDF0A0A1A</a>
<code>(fingerprint 97C6 EEFB 60D3 8EA4 C1BE 33FF ABE0 C319 DF0A 0A1A)</code>.
</p>
<h4>Development source:</h4>
<ul>
<li>Tarball: <a href="files/syndie-1.103b.src.tar.bz2">syndie-1.103b.src.tar.bz2</a>
(<a href="files/syndie-1.103b.src.tar.bz2.sig">GPG signature</a>)
(<a href="files/syndie-1.103b.src.tar.bz2.sha256">checksum</a>)</li>
<li> You will need to provide <code>swt.jar</code> for your platform and <code>i2p.jar</code> to build Syndie. We provide <code>hsqldb.jar</code> in the Syndie source.
<b>Be sure to read the file <code>INSTALL</code></b> for instructions.</li>
<li>Prerequisites:
<a href="http://ant.apache.org/">ant 1.7.0</a>+,
<a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">jdk1.6+</a>/
<a href="http://www.eclipse.org/swt/">SWT 3.4</a>+
</li>
<li>A public <a href="http://www.monotone.ca">monotone</a> repository of the
syndie code is available on the netsync server <code>mtn.i2p2.de</code>
in the <code>i2p.syndie</code> branch.<br />
<i>Not familiar with monotone? See this <a href="monotone_howto.html">howto</a></i></li>
<li>Developers are granted write permission to that repository, and everyone
is granted read permission.</li>
</ul>
<p>Older releases are <a href="dist/">archived</a>.</p>
<p><b>To upgrade or reinstall</b>, simply install Syndie again on top of itself.
Upgrading or reinstalling does not affect your content or keys, just the
@ -179,13 +205,14 @@ software. To completely wipe any old data, identities, or keys, delete the
<p><b>To uninstall</b>, if you used the installer and created desktop icons or
start menu shortcuts, simply launch the included uninstaller. Otherwise, just
remove the directory you installed Syndie into (e.g. <code>$HOME/syndie</code> or
<code>C:\Documents and Settings\User\syndie</code>).</p>
<code>C:\Program Files\Syndie</code>).</p>
<p>The Syndie content is stored in <code>$HOME/.syndie</code> or
<code>%HOME%\.syndie</code> by default, so you should delete that directory as
well if you want to remove the content (and private keys!). To use another
location (or to run multiple instances at once), simply pass another root
directory on the command line (e.g. <code>syndie.exe C:\nym1</code>)</p>
directory on the command line (e.g. <code>java -jar syndie.jar %HOME%\nym1</code>)</p>
</div>
-->
</div>
</body>