content update

templatewriter improved
This commit is contained in:
lars 2006-12-20 01:37:42 +00:00
parent 9c5645e334
commit a5bc96fb7e
16 changed files with 110 additions and 90 deletions

View file

@ -0,0 +1,35 @@
<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 <b>/etc/apt/sources.list:</b><br />
<tt>&nbsp;&nbsp;deb http://systemausfall.org/toolforge/debian unstable main"</tt></p>
<p>Then run:<br/>
<tt>&nbsp;&nbsp;apt-get install cryptobox-server</tt></p>
<br/>
<p>Mabye the package can also be installed in other Debian based
distributions: your mileage may vary.</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=59">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>
<tt>&nbsp;&nbsp;svn checkout https://svn.systemausfall.org/svn/cryptobox</tt></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">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>
</div>

View file

@ -1,36 +0,0 @@
<div class="content">
<h2>Debian, Ubuntu (cryptobox-server)</h2>
<p>With the cryptobox-server package you recieve the newest
version without downloading the hole CD.</p>
<p>First add the following to your "/etc/apt/sources.list"<br />
"deb http://systemausfall.org/toolforge/debian unstable main"</p>
<p>Then run: <i>apt-get install cryptobox-server</p></i>
<br />
<p>This package may also be installable in other Debian based
distributions, maybe not without some dependency trouble.</p>
</div>
<div class="content">
<h2>Go with the sources</h2>
<p>Use svn for access the latest source code of the CryptoBox. Trac provides a read-only webinterface for the svn repository.</p>
<p>Full svn access is possible via commandline or your favorite
tool. For commandline the following command creates a dir
"cryptobox" and downloads the latest code. To stay bleeding edge,
just repeat the second command everytime before you start browsing
the code (once a day should be enough).</p>
<ol>
<li>svn checkout https://svn.systemausfall.org/svn/ cryptobox</li>
<li>svn up</li>
</ol>
</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">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>
</div>