88 lines
3.3 KiB
HTML
88 lines
3.3 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 class="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="project.html">Project</a> </p>
|
|
</div>
|
|
<br />
|
|
|
|
<div class="left">
|
|
<div class="leftcontent">
|
|
<h2>Hint</h2>
|
|
<p>Fetch the latest CryptoBox-server
|
|
package while it's hot!</p>
|
|
</div>
|
|
<div class="leftcontent">
|
|
<h2>Live-CD 0.3</h2>
|
|
<p>Sorry, v0.3.x is not available as live-CD yet.</p>
|
|
</div>
|
|
<div class="leftcontent">
|
|
<h2>It's tested</h2>
|
|
<p>The package installs fine on:<br /></p>
|
|
<p>Debian/sid <br />
|
|
Ubuntu/edgy_eft</p>
|
|
</div>
|
|
</div>
|
|
<div class="content">
|
|
<h2>Debian, Ubuntu (cryptobox-server)</h2>
|
|
<p>Install the <i>cryptobox-server</i> package to integrate the
|
|
features of the CryptoBox into your running server/desktop
|
|
without downloading the whole CD.</p>
|
|
<p>First add the following line to your <b>/etc/apt/sources.list:</b><br />
|
|
<tt> deb http://systemausfall.org/toolforge/debian unstable main"</tt></p>
|
|
<p>Then run:<br/>
|
|
<tt> apt-get install cryptobox-server</tt></p>
|
|
<br/>
|
|
<p>Mabye the package can also be installed in other Debian based
|
|
distributions: your mileage may vary.</p>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<h2>Go with the sources</h2>
|
|
<p>Download the source package of the latest release from <a href="http://codecoop.org/frs/?group_id=60&release_id=60">CodeCoop</a>.
|
|
<p>You can also use the <a href="/browser/trunk">read-only webinterface</a> of trac
|
|
for browsing through the <a href="http://en.wikipedia.org/wiki/Subversion" title="Wikipedia: Subversion">Subversion</a> repository.
|
|
<p>Full Subversion access access is possible via commandline tools or your
|
|
favourite <a href="http://en.wikipedia.org/wiki/Subversion#GUI_front-ends.2Fclients">GUI</a>.</p>
|
|
<p>Create your local working copy with the following command:<br>
|
|
<tt> svn checkout https://svn.systemausfall.org/svn/cryptobox</tt></p>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<h2>Get the live-CD</h2>
|
|
<p>Get the newest live-CD by following <a
|
|
href="http://codecoop.org/frs/?group_id=60&release_id=33">this link</a>.
|
|
<p>We'd like to thank <a href="http://codecoop.org">codecoop.org</a> for
|
|
providing bandwidth.</p>
|
|
<p>You could 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="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>
|
|
</body>
|
|
</html>
|
|
|