cryptonas-website/download.html

125 lines
4.7 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CryptoBox</title>
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" />
<meta content="" name="keywords" />
<meta name="description" content="a secure fileserver, live-CD, web front-end" />
<link rel="stylesheet" type="text/css" href="gfx/main.css" />
</head>
<body>
<div class="container">
<div id="header"><!-- just the logo --></div>
<div class="navbar">
<p>
<a href="index.html">Home</a> |
<a href="download.html">Download</a> |
<a href="screenshots.html">Screenshots</a> |
<a href="demo.html">Demo</a> |
<a href="support.html">Support</a> |
<a href="development.html">Development</a>
</p>
</div>
<div class="left">
<div class="leftcontent">
<h2>Latest releases</h2>
<p>CryptoBox-Server: <a
href="http://codecoop.org/frs/?group_id=60&amp;release_id=60">0.3.1</a></p>
<p>CryptoBox-CD: <a
href="http://codecoop.org/frs/?group_id=60&amp;release_id=33">0.2.1</a></p>
</div>
<div class="leftcontent">
<h2>Debian package</h2>
<p>If you are a Debian/Ubuntu/??? user, then we strongly recommend to use
the <i>cryptobox-server</i> package of our (inofficial) <a
href="http://systemausfall.org/toolforge/debian/">debian package repository</a>
to stay up to date.</p>
<p><a
href="http://devel.cryptobox.org/wiki/RepositoryNotes">Read more ...</a></p>
</div>
<div class="leftcontent">
<h2>Bleeding edge</h2>
<p>The current source code of the <i>CryptoBox-Server</i> package is always
available via our <a href="https://svn.systemausfall.org/svn/cryptobox/"
title="browse subversion repository">Subversion repository</a>.</p>
<p><a
href="http://devel.cryptobox.org/wiki/SvnNotes">Read more ...</a></p>
</div>
</div>
<div class="content">
<h2>CryptoBox-Server</h2>
<p>Install the <i>CryptoBox-Server</i> package in your favourite linux system.</p>
<p><a href="http://codecoop.org/frs/?group_id=60&amp;release_id=60">Download it now!</a></p>
<!-- if this is necessary then it should be on a seperate page
<p>Download the <a href="http://codecoop.org/frs/?group_id=60">
latest cryptobox-server.deb</a> to oyur system and install it with
the following command:<br />
<tt>dpkg -i cryptobox-server_0.3.1-1_i386.deb</tt>
(Replace the filename with the one you downloaded.)</p>
<p>A modern actual system should meet most of the dependencies, but
you probably have to install some missing packages.</p>
-->
</div>
<div class="content">
<h2>CryptoBox-CD</h2>
<p>Get the latest <i>CryptoBox-CD</i> image and burn the bootable live-CD.</p>
<p><a href="http://codecoop.org/frs/?group_id=60&amp;release_id=33">Download it now!</a></p>
<p>We would like to thank <a href="http://codecoop.org">codecoop.org</a> for
providing the necessary bandwidth.</p>
<p>Alternatively you can buy a live-CD at <a href="http://www.opensoft.nl/cdshop/product_info.php/manufacturers_id/28/products_id/71">OpenSoft.nl</a>
for 5.95 european bugs. Note: this is an unpaid advertisement link.
So if you ask us kindly, we might send you a CD for a better price. ;)</p>
</div>
<div class="content">
<h2>License</h2>
<p>The code of the CryptoBox-Server and the CryptoBox-CD is licensed under the
<i>GNU General Public License (GPL)</i>.</p>
<p>In short: you are free to change the code and to distribute it, as long
as you do not change the license. <a
href="http://www.fsf.org/licensing/licenses/gpl.html">Read the license
in detail</a>.</p>
</div>
<div class="footer">
<!-- TODO: add real link! -->
<p>-- a <a href="http://senselab.org">Sense.Lab</a> project -- <a href="index.html">Impressum</a> --</p>
</div>
</div>
<!-- /Creative Commons License -->
<!--
<rdf:RDF xmlns="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
<license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.0/de/" />
</Work>
<License rdf:about="http://creativecommons.org/licenses/by-nc-sa/2.0/de/">
<permits rdf:resource="http://web.resource.org/cc/Reproduction" />
<permits rdf:resource="http://web.resource.org/cc/Distribution" />
<requires rdf:resource="http://web.resource.org/cc/Notice" />
<requires rdf:resource="http://web.resource.org/cc/Attribution" />
<prohibits rdf:resource="http://web.resource.org/cc/CommercialUse" />
<permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
</License>
</rdf:RDF>
-->
</body>
</html>