some minor spelling stuff

This commit is contained in:
lars 2007-02-12 23:41:09 +00:00
parent 1a77077ccb
commit dad1584ecb
8 changed files with 68 additions and 61 deletions

View file

@ -6,7 +6,7 @@
file for the <i>MountDir</i> setting. Publish this directory via your
favourite fileserver (e.g. samba, webdav, nfs, ftp, ...) and tell your
users how to reach it.</p>
<p><i>CryptoBox-CD</i>: browse the network neighborhood for the CryptoBox server
<p><i>CryptoBox-CD</i>: browse the network neighborhood for the CryptoBox-Server
(windows), scan the network (KDE or Gnome) or type something like the
following into your favourite terminal to mount a volume:<br/>
<tt>smbmount //IP_OF_CRYPTOBOX/VOLUME_NAME /media/FOO</tt></p>
@ -44,12 +44,15 @@
<div class="content faq">
<a name="use_repo"></a>
<h3>How do I use the server package from the Debian Repository?</h3>
<p>The CryptoBox server package is not in the official Debian
Repository, for now. But you can use our Repository for the installation.</p>
<p>First add the following to your <i>"/etc/apt/sources.list"</i>:
<br /><tt>deb http://systemausfall.org/toolforge/debian unstable
main</tt></p>
<p>Second run: <br /><tt>apt-get update && apt-get install
cryptobox-server</tt></p>
<h3>How do I use the server package from the Debian repository?</h3>
<p>The CryptoBox-Server package is not part of the official Debian
repository, for now. But you can use our repository for the installation.</p>
<ol>
<li>Add the following to your <i>"/etc/apt/sources.list"</i>:
<br/><tt>deb http://systemausfall.org/toolforge/debian unstable
main</tt></li>
<li>Run: <br /><tt>apt-get update && apt-get install
cryptobox-server</tt></li>
</ol>
</div>