some minor changes on the website
This commit is contained in:
parent
a3a4db0cdb
commit
54559af141
8 changed files with 86 additions and 66 deletions
|
@ -1,12 +1,8 @@
|
|||
<div class="left">
|
||||
<div class="leftcontent">
|
||||
<h2>Hint</h2>
|
||||
<p>Fetch the latest <a href="http://codecoop.org/frs/?group_id=60">CryptoBox-server</a>
|
||||
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>
|
||||
<p>Fetch the latest <a href="http://codecoop.org/frs/?group_id=60">CryptoBox-server
|
||||
.deb package</a> while it's hot!</p>
|
||||
</div>
|
||||
<div class="leftcontent">
|
||||
<h2>It's tested</h2>
|
||||
|
@ -14,6 +10,11 @@
|
|||
<p>Debian/sid <br />
|
||||
Ubuntu/edgy_eft</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>
|
||||
</div>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<div class="content">
|
||||
<h2>Debian, Ubuntu (cryptobox-server)</h2>
|
||||
<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>
|
||||
|
@ -7,20 +7,32 @@
|
|||
<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>Maybe the package can also be installed in other Debian based
|
||||
distributions: your mileage may vary.</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>
|
||||
<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 />
|
||||
<tt>dpkg -i cryptobox-server_0.3.1-1_i386.deb</tt>
|
||||
(Replace the filename with the one you downloaded.)</p>
|
||||
<p>A modern actual system should meet most of the dependencies, but
|
||||
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="/browser/trunk">read-only webinterface</a> of trac
|
||||
for browsing through the <a href="http://en.wikipedia.org/wiki/Subversion" title="Wikipedia: Subversion">Subversion</a> repository.
|
||||
<p>Full Subversion access access is possible via commandline tools or your
|
||||
favourite <a href="http://en.wikipedia.org/wiki/Subversion#GUI_front-ends.2Fclients">GUI</a>.</p>
|
||||
<p>Create your local working copy with the following command:<br>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue