link fixed
minor issues fixed
This commit is contained in:
parent
bf77b60770
commit
6e58c8f274
7 changed files with 14 additions and 10 deletions
|
@ -24,11 +24,10 @@
|
||||||
<p>The encrypted disk partitions are <!-- TODO: add luks link --> LUKS
|
<p>The encrypted disk partitions are <!-- TODO: add luks link --> LUKS
|
||||||
volumes. In case of emergency you can access your data directly with every
|
volumes. In case of emergency you can access your data directly with every
|
||||||
modern linux system or via <!-- TODO: check link --><a
|
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
|
<p>Select your favourite encryption algorithm from all ciphers supported
|
||||||
by the linux kernel. Currently the default is
|
by the linux kernel. Currently the default is
|
||||||
<i>aes-cbc-essiv:sha256</i> (AES in CBC mode with ESSIV based on SHA256).</p>
|
<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>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
|
@ -10,5 +10,6 @@
|
||||||
<li>Develop plugins</li>
|
<li>Develop plugins</li>
|
||||||
<li>...</li>
|
<li>...</li>
|
||||||
<li>Spread the word ... :)</li>
|
<li>Spread the word ... :)</li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
:)</p>
|
:)</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://codecoop.org">codecoop.org</a> - webspace</li>
|
<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 & Dusan Rebolj - slovenian translation</li>
|
||||||
<li>Rike - french translation</li>
|
<li>Rike - french translation</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
<div class="onecolumn">
|
<div class="onecolumn">
|
||||||
<h2>Versions 0.3.x</h2>
|
<h2>Versions 0.3.x</h2>
|
||||||
<p>
|
<p>
|
||||||
<img src="gfx/activate_volume.png"><br />
|
<img src="gfx/activate_volume.png"
|
||||||
|
alt="screenshot v0.3: activation of encrypted filesystem" /><br />
|
||||||
activation of encrypted filesystem<br />
|
activation of encrypted filesystem<br />
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<img src="gfx/system_preferences.png"><br />
|
<img src="gfx/system_preferences.png"
|
||||||
|
alt="screenshot v0.3: configuration" /><br />
|
||||||
configuration<br />
|
configuration<br />
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -13,11 +15,13 @@
|
||||||
<div class="onecolumn">
|
<div class="onecolumn">
|
||||||
<h2>Versions 0.2.x</h2>
|
<h2>Versions 0.2.x</h2>
|
||||||
<p>
|
<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 />
|
activation of encrypted file system<br />
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<img src="gfx/en_config.png"><br />
|
<img src="gfx/en_config.png"
|
||||||
|
alt="screenshot v0.2: configuration" /><br />
|
||||||
configuration<br />
|
configuration<br />
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<ol>
|
<ol>
|
||||||
<li>Check if the FAQ below helps you to solve your problem.</li>
|
<li>Check if the FAQ below helps you to solve your problem.</li>
|
||||||
<li>Check if it is a <a
|
<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>
|
could add some information.</li>
|
||||||
<li>Submit a <a href="http://devel.cryptobox.org/newticket">bug report</a>.</li>
|
<li>Submit a <a href="http://devel.cryptobox.org/newticket">bug report</a>.</li>
|
||||||
<li>Any questions left? Send a mail to <a
|
<li>Any questions left? Send a mail to <a
|
||||||
|
|
BIN
html/favicon.ico
Normal file
BIN
html/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import os, re
|
import os, re, sys
|
||||||
try:
|
try:
|
||||||
import feedparser
|
import feedparser
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|
Loading…
Reference in a new issue