improved templatewrite code (ignores swap files, svn, ...)
added "details" page added FAQ changed a lot of text
This commit is contained in:
parent
54559af141
commit
2daeb925a1
26 changed files with 868 additions and 334 deletions
107
download.html
107
download.html
|
@ -12,55 +12,55 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
|
||||
<div class="header"><!-- just the logo --></div>
|
||||
<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="project.html">Project</a> </p>
|
||||
<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>
|
||||
<br />
|
||||
|
||||
|
||||
<div class="left">
|
||||
<div class="leftcontent">
|
||||
<h2>Hint</h2>
|
||||
<p>Fetch the latest <a href="http://codecoop.org/frs/?group_id=60">CryptoBox-server
|
||||
.deb package</a> while it's hot!</p>
|
||||
<h2>Latest releases</h2>
|
||||
<p>CryptoBox-Server: <a
|
||||
href="http://codecoop.org/frs/?group_id=60&release_id=60">0.3.1</a></p>
|
||||
<p>CryptoBox-CD: <a
|
||||
href="http://codecoop.org/frs/?group_id=60&release_id=33">0.2.1</a></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>
|
||||
<h2>Debian package</h2>
|
||||
<p>If you are a Debian/Ubuntu/??? user, then we strongly recommend to use
|
||||
the <i>cryptobox-server</i> package of our (inofficial) <a
|
||||
href="http://systemausfall.org/toolforge/debian/">debian package repository</a>
|
||||
to stay up to date.</p>
|
||||
<p><a
|
||||
href="http://devel.cryptobox.org/wiki/DebianNotes">Read more ...</a></p>
|
||||
</div>
|
||||
|
||||
<div class="leftcontent">
|
||||
<h2>Live-CD 0.3</h2>
|
||||
<p>Sorry, v0.3.x is not available as live-CD yet. It is
|
||||
going to be released in february 02007.</p>
|
||||
</div>
|
||||
<div class="leftcontent">
|
||||
<p> </p>
|
||||
<h2>Bleeding edge</h2>
|
||||
<p>The current source code of the <i>CryptoBox-Server</i> package is always
|
||||
available via our <a href="https://svn.systemausfall.org/svn/cryptobox/"
|
||||
title="browse subversion repository">Subversion repository</a>.</p>
|
||||
<p><a
|
||||
href="http://devel.cryptobox.org/wiki/SubversionNotes">Read more ...</a></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 <i>/etc/apt/sources.list:</i><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>If you're an official maintainer, you might help us to integrate the
|
||||
package into Debian upstream!</p>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h2>CryptoBox-server in Debian-based Linux Distributions</h2>
|
||||
<p>The package can also be installed in other Debian based
|
||||
distributions: your mileage may vary.</p>
|
||||
<h2>CryptoBox-Server</h2>
|
||||
<p>Install the <i>CryptoBox-Server</i> package in your favourite linux system.</p>
|
||||
<p><a href="http://codecoop.org/frs/?group_id=60&release_id=60">Download it now!</a></p>
|
||||
<p>Download the <a href="http://codecoop.org/frs/?group_id=60">
|
||||
latest cryptobox-server.deb</a> to oyur system and install it with
|
||||
the following command:<br />
|
||||
|
@ -70,28 +70,24 @@
|
|||
you probably have to install some missing packages.</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="http://devel.cryptobox.org/browser/trunk">read-only webinterface</a> of trac
|
||||
for browsing through the Subversion repository. Full Subversion access is possible via commandline tools or your
|
||||
favourite GUI.</p>
|
||||
<p>e.g.: create your local working copy with the following command:<br>
|
||||
<tt>svn checkout https://svn.systemausfall.org/svn/cryptobox</tt></p>
|
||||
<br />
|
||||
<p>Read the <a href="http://en.wikipedia.org/wiki/Subversion" title="Wikipedia: Subversion">wikipedia entry</a> for a short description of Subversion.</p>
|
||||
<h2>CryptoBox-CD</h2>
|
||||
<p>Get the latest <i>CryptoBox-CD</i> image and burn the bootable live-CD.</p>
|
||||
<p><a href="http://codecoop.org/frs/?group_id=60&release_id=33">Download it now!</a></p>
|
||||
<p>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.
|
||||
So if you ask us kindly, we might send you a CD for a better price. ;)</p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<p> </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>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -105,3 +101,4 @@
|
|||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue