92 lines
2.5 KiB
HTML
92 lines
2.5 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="details.html">Details</a> |
|
|
<a href="project.html">Project</a> |
|
|
<a href="faq.html">FAQ</a>
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<div class="onecolumn">
|
|
<h2>Versions 0.3.x</h2>
|
|
<p>
|
|
<img src="gfx/activate_volume.png"><br />
|
|
activation of encrypted file system<br />
|
|
</p>
|
|
<p>
|
|
<img src="gfx/system_preferences.png"><br />
|
|
configuration<br />
|
|
</p>
|
|
</div>
|
|
|
|
<div class="onecolumn">
|
|
<h2>Versions 0.2.x</h2>
|
|
<p>
|
|
<img src="gfx/en_mount.png"><br />
|
|
activation of encrypted file system<br />
|
|
</p>
|
|
<p>
|
|
<img src="gfx/en_config.png"><br />
|
|
configuration<br />
|
|
</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>
|
|
|
|
|
|
|