content update
templatewriter improved
This commit is contained in:
parent
9c5645e334
commit
a5bc96fb7e
16 changed files with 110 additions and 90 deletions
|
@ -5,7 +5,7 @@
|
|||
<title>CryptoBox</title>
|
||||
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" />
|
||||
<meta content="" name="keywords" />
|
||||
<meta name="description" content="a secure fileserver, live-CD, web front-end">
|
||||
<meta name="description" content="a secure fileserver, live-CD, web front-end" />
|
||||
<link rel="stylesheet" type="text/css" href="gfx/main.css" />
|
||||
</head>
|
||||
|
||||
|
@ -42,28 +42,27 @@
|
|||
</div>
|
||||
<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>
|
||||
<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> deb http://systemausfall.org/toolforge/debian unstable main"</tt></p>
|
||||
<p>Then run:<br/>
|
||||
<tt> 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>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>
|
||||
<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> svn checkout https://svn.systemausfall.org/svn/cryptobox</tt></p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
|
@ -79,7 +78,8 @@
|
|||
|
||||
|
||||
<div class="footer">
|
||||
<p>-- a <a href="http://senselab.org">Sense.Lab</a> project -- <a href="">Impressum</a> --</p>
|
||||
<!-- TODO: add real link! -->
|
||||
<p>-- a <a href="http://senselab.org">Sense.Lab</a> project -- <a href="index.html">Impressum</a> --</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue