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

@ -1,5 +1,5 @@
<div class="content">
<h2>Requirements CryptoBox live-CD</h2>
<h2>Requirements for the CryptoBox live-CD</h2>
<p>The <i>CryptoBox live-CD</i> runs on any x86 compatible PC with:</p>
<ul>
<li>CPU: min. 100MHz</li>
@ -8,44 +8,44 @@
<li>a network connection</li>
<li>a harddisk for your data</li>
</ul>
<p>The harddisk doesn't need to be build inside the CryptoBox. You
can run the live-CD and use external devices only like USB-drives. All
drives supported by the Linux kernel (2.6.12) can be used: IDE,
<p>The harddisk does not need to inside the of CryptoBox computer. You
can also use external devices like USB-drives.
All drives supported by the Linux kernel (2.6.20) can be used: IDE,
SCSI, USB, FireWire, SATA, RAID, ...</p>
<p>Because of the high number of different supported storage media
we call an encrypted disk a <i>volume</i>. This includes for
example: USB-sticks, firewire-disks, flash-drives, digital cameras,
we call an encrypted disk a <i>volume</i>.
This includes (e.g.): USB-sticks, firewire-disks, flash-drives, digital cameras,
MP3-player, MMC/SD-cards.</p>
</div>
<div class="content">
<h2>Requirements CryptoBox-server</h2>
<p>The <i>CryptoBox-server</i> package can be installed on every system with at least:</p>
<h2>Requirements of the CryptoBox-Server</h2>
<p>The <i>CryptoBox-Server</i> package can be installed on any system with at least:</p>
<ul>
<li>Linux kernel 2.6</li>
<li>cryptsetup with LUKS support</li>
<li>kernel support for the <i>crypt</i> target of the <i>device mapper</i></li>
<li>Python 2.4</li>
</ul>
<p>In principle a server package should run on any Linux
distribution, but we just provide Debian packages. So you have to
<p>In general a server package should run on any Linux
distribution, but we only provide Debian packages. So you have to
install the necessary files on your own to the right places if
you're using another package management system like rpm.</p>
you are using a different linux distribution.</p>
</div>
<div class="content">
<h2>File access</h2>
<p>Once you openend an encrypted volume through the webfronted of
the <i>CryptoBox</i> you can access the volumes data in your local
network via:<p>
<p>Once you openend an encrypted volume through the web frontend of
the <i>CryptoBox</i> you can access the volume's data within your local
network via:</p>
<ul>
<li>Samba shares (also known as: <i>windows network share</i>)</li>
<!-- <li>WebDAV (aka: <i>web folder</i>)</li>
<li>nfs (*nix file sharing)</li> -->
</ul>
<p>The <i>CryptoBox-server</i> package will smoothly integrate into your existing
fileserver. It provides mount points which can be shared with your
favourite applications (e.g.: WebDAV or NFS).</p>
<p>The <i>CryptoBox-Server</i> package will smoothly integrate into your existing
fileserver. It provides mount points which can be shared via your
favourite protocols (e.g.: WebDAV or NFS).</p>
</div>
<div class="content">