* reorganised the website
* added cartoon dir (the cartoon is missing) * mini screenshot on startpage * startpage has some underpages, which aren't in the menu * news have a menu link now
This commit is contained in:
parent
dad1584ecb
commit
d02060b06f
19 changed files with 155 additions and 295 deletions
|
@ -1,4 +1,5 @@
|
|||
<div class="left">
|
||||
|
||||
<div class="leftcontent">
|
||||
<h2>Latest releases</h2>
|
||||
<p>CryptoBox-CD: <a
|
||||
|
@ -6,5 +7,22 @@
|
|||
<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-CD:</p>
|
||||
<ul><li>v0.3.x <span class="date">02/15/02007</span></li></ul>
|
||||
<p>CryptoBox-Server:</p>
|
||||
<ul><li>v0.4 <span class="date">06/01/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>
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<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="%(current-cd-url)s">download CryptoBox-CD</a></p>
|
||||
<p>We would like to thank <a href="http://codecoop.org">codecoop.org</a> for
|
||||
<h2>CryptoBox live-CD</h2>
|
||||
<p>Get the latest <i>CryptoBox live-CD</i> image and burn it on 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>
|
||||
<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.
|
||||
|
@ -11,13 +11,14 @@
|
|||
|
||||
<div class="content">
|
||||
<h2>CryptoBox-Server Debian package</h2>
|
||||
<p>Install the <i>CryptoBox-Server</i> package in your Debian/Ubuntu Linux distribution.</p>
|
||||
<p><a href="%(current-server-url)s">download CryptoBox-Server debian package</a></p>
|
||||
<p>Then install it: <tt>dpkg -i cryptobox-server.deb</tt></p>
|
||||
<p>Use the <i>CryptoBox-Server</i> package in your Debian/Ubuntu Linux distribution.</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, which is easier to maintain. <a
|
||||
href="http://devel.cryptobox.org/wiki/RepositoryNotes">Read
|
||||
more ...</a></p>
|
||||
(inofficial) debian package repository, which is easier to
|
||||
maintain. How to do that ist written in the <a
|
||||
href="http://devel.cryptobox.org/wiki/faq#HowdoIusetheserverpackagefromtheDebianrepository">FAQ</a>.</p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
|
@ -25,16 +26,7 @@
|
|||
<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">download cryptobox-server source archive</a></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>
|
||||
<p><a href="%(current-server-url)s">cryptobox-server source
|
||||
archive download</a></p>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue