uploaded the static html pages of the live-CD v0.3

This commit is contained in:
lars 2007-04-01 13:34:17 +00:00
parent 6c971bb198
commit 25b099870f
48 changed files with 1005 additions and 0 deletions

View file

@ -0,0 +1,28 @@
<div class="left">
<div class="leftcontent">
<h2>Latest releases</h2>
<p>CryptoBox live-CD: <a
href="%(current-cd-url)s">%(current-cd-version)s</a></p>
<p>CryptoBox-Server: <a
href="%(current-server-url)s">%(current-server-version)s</a></p>
</div>
<div class="leftcontent">
<h2>Planned major releases:</h2>
<p>CryptoBox-Server:</p>
<ul><li>v0.4 <span class="date">06/15/02007</span></li></ul>
<p>CryptoBox live-CD:</p>
<ul><li>v0.4.x <span class="date">09/15/02007</span></li></ul>
<p>Read the <a href="http://devel.cryptobox.org/roadmap">development roadmap</a>
for more details.</p>
</div>
<div class="leftcontent">
<h2>License</h2>
<p>All code is licensed under the <a href="http://www.fsf.org/licensing/licenses/gpl.html">GPL</a>.</p>
<p>The documentation, the graphics and this website are licensed under a <a href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons License</a>.</p>
</div>
</div>

View file

@ -0,0 +1,35 @@
<div class="content">
<h2>CryptoBox live-CD</h2>
<p>Get the latest <i>CryptoBox live-CD</i> image and burn it on a CD.</p>
<p><a href="%(current-cd-url)s">CryptoBox live-CD download</a></p>
<p><br />We would like to thank <a href="http://codecoop.org">codecoop.org</a> for
providing the necessary bandwidth.</p>
<!-- outdated versions only
<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>CryptoBox-Server Debian package</h2>
<p>Use the <i>CryptoBox-Server</i> package in your Debian/Ubuntu Linux system.</p>
<p><a href="%(current-server-url)s">CryptoBox-Server debian package
download</a><br /></p>
<p><br />Install it with: <tt>dpkg -i cryptobox-server.deb</tt></p>
<p>We strongly recommend to use the server package of our
(inofficial) debian package repository instead installing manually,
as it is much easier to maintain. Take a look at the <a
href="http://devel.cryptobox.org/wiki/faq#HowdoIusetheserverpackagefromtheDebianrepository">FAQ</a>
for details.</p>
</div>
<div class="content">
<h2>CryptoBox-Server source files</h2>
<p>Users of a non-debian-based Linux distributions are a bit
out of luck. You may try to install the source package, but you
have to adapt some paths manually.</p>
<p><a href="%(current-server-url)s">cryptobox-server source
archive download</a></p>
</div>