link fixed

minor issues fixed
This commit is contained in:
lars 2007-01-04 22:11:36 +00:00
parent bf77b60770
commit 6e58c8f274
7 changed files with 14 additions and 10 deletions

View File

@ -24,11 +24,10 @@
<p>The encrypted disk partitions are <!-- TODO: add luks link --> LUKS
volumes. In case of emergency you can access your data directly with every
modern linux system or via <!-- TODO: check link --><a
href="http:/freeotf.org/">FreeOTF</a> (for windows).</p>
href="http://freeotfe.org/">FreeOTFE</a> (for windows).</p>
<p>Select your favourite encryption algorithm from all ciphers supported
by the linux kernel. Currently the default is
<i>aes-cbc-essiv:sha256</i> (AES in CBC mode with ESSIV based on SHA256).</p>
<!-- TODO: check description of the cipher - especially essiv -->
</div>
<div class="content">

View File

@ -10,5 +10,6 @@
<li>Develop plugins</li>
<li>...</li>
<li>Spread the word ... :)</li>
</ul>
</div>

View File

@ -30,7 +30,7 @@
:)</p>
<ul>
<li><a href="http://codecoop.org">codecoop.org</a> - webspace</li>
<li>Clavdia Horvat, Tadej Brce & Dusan Rebolj - slovenian translation</li>
<li>Clavdia Horvat, Tadej Brce &amp; Dusan Rebolj - slovenian translation</li>
<li>Rike - french translation</li>
</ul>
</div>

View File

@ -1,11 +1,13 @@
<div class="onecolumn">
<h2>Versions 0.3.x</h2>
<p>
<img src="gfx/activate_volume.png"><br />
activation of encrypted file system<br />
<img src="gfx/activate_volume.png"
alt="screenshot v0.3: activation of encrypted filesystem" /><br />
activation of encrypted filesystem<br />
</p>
<p>
<img src="gfx/system_preferences.png"><br />
<img src="gfx/system_preferences.png"
alt="screenshot v0.3: configuration" /><br />
configuration<br />
</p>
</div>
@ -13,11 +15,13 @@
<div class="onecolumn">
<h2>Versions 0.2.x</h2>
<p>
<img src="gfx/en_mount.png"><br />
<img src="gfx/en_mount.png"
alt="screenshot v0.2: activation of encrypted file system" /><br />
activation of encrypted file system<br />
</p>
<p>
<img src="gfx/en_config.png"><br />
<img src="gfx/en_config.png"
alt="screenshot v0.2: configuration" /><br />
configuration<br />
</p>
</div>

View File

@ -3,7 +3,7 @@
<ol>
<li>Check if the FAQ below helps you to solve your problem.</li>
<li>Check if it is a <a
href="http://devel.cryptobox.org/reports/2">known issues<a>. Maybe you
href="http://devel.cryptobox.org/reports/2">known issues</a>. Maybe you
could add some information.</li>
<li>Submit a <a href="http://devel.cryptobox.org/newticket">bug report</a>.</li>
<li>Any questions left? Send a mail to <a

BIN
html/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
import os, re
import os, re, sys
try:
import feedparser
except ImportError: