* reordered website (support is now faq)

* detailed description of what the box does
This commit is contained in:
age 2007-02-11 20:25:17 +00:00
parent a319089017
commit 1f87fb2500
12 changed files with 208 additions and 67 deletions

View file

@ -1,17 +1,7 @@
<div class="centercontent">
<h2>Contribute</h2>
<p>You are not just a consumer. At least not in the Open Source world.</p>
<p>There are various ways to take part in improving the <i>CryptoBox</i>
for all of us:</p>
<ul>
<li><a href="http://translate.cryptobox.org">Translate</a>
it into your native language</li>
<li>Review the documentation</li>
<li><a href="http://devel.cryptobox.org/newticket">Submit</a>
bug reports or feature requests</li>
<li>Develop plugins</li>
<li>...</li>
<li>Spread the word ... :)</li>
</ul>
<p>There are various ways to take part in improving the CryptoBox
for all of us ...</p>
</div>

View file

@ -1,7 +1,20 @@
<div class="left">
<div class="leftcontent">
<h2>Overview</h2>
<ul>
<li><a href="http://translate.cryptobox.org/projects/cryptobox/">Translation</a></li>
<li><a href="http://devel.cryptobox.org/newticket">Bug Reports</a></li>
<li><a href="http://devel.cryptobox.org/wiki/CryptoBoxUser">User Documentation</a></li>
<li><a href="http://devel.cryptobox.org/">Development corner</a></li>
<li><a href="https://systemausfall.org/mail-archive/?0">Mailing list archive</a>
<li><a href="http://devel.cryptobox.org/file/trunk/README">README</a></li>
</ul>
</div>
<div class="leftcontent">
<h2>Recent changes</h2>
%(rss_content)s
</div>
</div>

View file

@ -32,7 +32,7 @@
</div>
<div class="content">
<h2>Acknowledgements</h2>
<h2>Thank you!</h2>
<p>The whole is nothing without its parts. We would like to thank
all the people for their help (in order of appearance). So, thank you!
:)</p>
@ -43,3 +43,24 @@
</ul>
</div>
<div class="content">
<h2>Acknowledgements</h2>
<p>The CryptoBox project heavily depends on the following Free Software
projects. Thanks for your hard work!</p>
<ul>
<li><a href="http://kernel.org">Linux kernel</a></li>
<li><a href="http://debian.org">Debian GNU/Linux</a></li>
<li><a href="http://python.org">Python</a></li>
<li><a href="http://cherrypy.org">CherryPy</a></li>
<li><a href="http://clearsilver.net">ClearSilver</a></li>
<li><a href="http://www.saout.de/misc/dm-crypt">DM-crypt</a></li>
<li><a href="http://luks.endorphin.org">CryptSetup LUKS</a></li>
<li>...</li>
</ul>
<p>This list is by far incomplete - so: thanks to everyone involved in
improving Free Software!</p>
</div>
</div>