some minor spelling stuff
This commit is contained in:
parent
1a77077ccb
commit
dad1584ecb
8 changed files with 68 additions and 61 deletions
|
@ -1,6 +1,7 @@
|
|||
<div class="centercontent">
|
||||
<h2>FAQ</h2>
|
||||
<p>Do you have any questions or problems?<ol>
|
||||
<p>Do you have any questions or problems?</p>
|
||||
<ol>
|
||||
<li>Read the
|
||||
<a href="http://devel.cryptobox.org/wiki/doc/0.3/CryptoBoxUserDailyUse">documentation</a>.</li>
|
||||
<li>Read the FAQ below.</li>
|
||||
|
@ -10,6 +11,6 @@
|
|||
<li>If you think you found a bug submit a <a href="http://devel.cryptobox.org/newticket">bug report</a>.</li>
|
||||
<li>Any questions left? Send a mail to <a
|
||||
href="mailto:%(mailaddress)s">%(mailaddress)s</a>!</li>
|
||||
</ol></p>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
via <i>preferences</i>. What is it good for?</a></li>
|
||||
|
||||
<li><a href="#use_repo">How do I use the server package from
|
||||
the Debian Repository?</a></li>
|
||||
the Debian repository?</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue