update of website

This commit is contained in:
lars 2006-12-20 00:43:15 +00:00
parent b99abdaaf7
commit 8fde119045
24 changed files with 591 additions and 361 deletions

View file

@ -1,66 +1,88 @@
<!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="main.css" />
</head>
<!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>
<body>
<div class="navbar">
<p><a href="index.html">Home</a>&nbsp;
<a href="download.html">Download</a>&nbsp;
<a href="screenshots.html">Screenshots</a>&nbsp;
<a href="demo.html">Demo</a>&nbsp;
<a href="project.html">Project</a>&nbsp;</p>
</div>
<br />
<div class="container">
<div class="header">
</div>
<div class="navbar">
<p><a href="index.html">Home</a>&nbsp;
<a href="screenshots.html">Screenshots</a>&nbsp;
<a href="download.html">Download</a>&nbsp;
<a href="demo.html">Demo</a>&nbsp;
<a href="participate.html">Participate</a>&nbsp;
<a href="contact.html">Contact</a></p>
</div>
<br />
<div class="left">
<img border="0" src="gfx/antlogo.png">
<div class="leftcontent">
<h2>NEWS 02006-12-15</h2>
<p>Release of the cryptobox-server Debian package v0.3.0!</p>
</div>
<div class="leftcontent">
<h2>NEWS 02006-12-15</h2>
<p>today is the day</p>
</div>
<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>With the cryptobox-server package you recieve the newest
version without downloading the hole CD.</p>
<p>First add the following to your "/etc/apt/sources.list"<br />
"deb http://systemausfall.org/toolforge/debian unstable main"</p>
<p>Then run: <i>apt-get install cryptobox-server</p></i>
<br />
<p>This package may also be installable in other Debian based
distributions, maybe not without some dependency trouble.</p>
</div>
<div class="content">
<h2>WELCOME TO THE CRYPTOBOX!</h2>
<p> The CryptoBox is a Debian/Linux based live-cd. This CD boots up, starting a secure fileserver. Even non-technical users are able to store their data on its encrypted harddisk. There is no special knowledge about cryptography or servers required at all.
The CryptoBox is fully controllable via your web browser and the data
is available in your local network. Have a look at the ScreenShots or
give the demo version a try.</p>
<h2>Go with the sources</h2>
<p>Use svn for access the latest source code of the CryptoBox. Trac provides a read-only webinterface for the svn repository.</p>
<p>Full svn access is possible via commandline or your favorite
tool. For commandline the following command creates a dir
"cryptobox" and downloads the latest code. To stay bleeding edge,
just repeat the second command everytime before you start browsing
the code (once a day should be enough).</p>
<ol>
<li>svn checkout https://svn.systemausfall.org/svn/ cryptobox</li>
<li>svn up</li>
</ol>
</div>
<div class="content">
<h2>WHAT WE SHARE</h2>
<p>We do our best to help you using the CryptoBox. You can find detailed information in the user manual. For further questions write an email to info@cryptobox.org .
As we rollout the new release, some pages might be outdated for a
while. Please contact us, if you find some.</p>
</div>
<div class="content">
<h2>WHAT YOU MIGHT SHARE</h2>
<p>You are not just a consumer. You can help others with your knowledge. We are looking for more translations. Take a look at the translation center. You can register there and use the webinterface for translations. It features a nice, motivating progress bar. For any questions ask us via info@cryptobox.org . Open up a ticket for feature requests or bugs. Or leave a note with your thoughts and ideas</p>
<h2>Get the live-CD</h2>
<p>Get the newest live-CD by following <a
href="http://codecoop.org/frs/?group_id=60">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">
<p>A project by <a href="http://senselab.org">Sense.Lab</a>. <a href="">Impressum</a></p>
</div>
</div>
<div class="footer">
<p>-- a <a href="http://senselab.org">Sense.Lab</a> project -- <a href="">Impressum</a> --</p>
</div>
</div>
</body>
</html>
</body>
</html>