improved templatewrite code (ignores swap files, svn, ...)
added "details" page added FAQ changed a lot of text
This commit is contained in:
parent
54559af141
commit
2daeb925a1
26 changed files with 868 additions and 334 deletions
95
project.html
95
project.html
|
@ -12,55 +12,73 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
|
||||
<div class="header"><!-- just the logo --></div>
|
||||
<div id="header"><!-- just the logo --></div>
|
||||
|
||||
|
||||
<div class="navbar">
|
||||
<p><a href="index.html">Home</a>
|
||||
<a href="download.html">Download</a>
|
||||
<a href="screenshots.html">Screenshots</a>
|
||||
<a href="demo.html">Demo</a>
|
||||
<a href="project.html">Project</a> </p>
|
||||
<p>
|
||||
<a href="index.html">Home</a> |
|
||||
<a href="download.html">Download</a> |
|
||||
<a href="screenshots.html">Screenshots</a> |
|
||||
<a href="demo.html">Demo</a> |
|
||||
<a href="details.html">Details</a> |
|
||||
<a href="project.html">Project</a> |
|
||||
<a href="faq.html">FAQ</a>
|
||||
</p>
|
||||
</div>
|
||||
<br />
|
||||
|
||||
|
||||
<div class="left">
|
||||
<div class="leftcontent">
|
||||
<h2>Any Questions?</h2>
|
||||
<p>Mail to <a
|
||||
href="info@cryptobox.org">info (at) cryptobox.org</a>!</p>
|
||||
<p>Or leave us a note about your thoughts and ideas via <a
|
||||
href="http://post.gmane.org/post.php?group=gmane.comp.encryption.cryptobox.devel">gmane</a>. </p>
|
||||
<h2>Issues and bugs</h2>
|
||||
<p>Open a <a
|
||||
href="http://devel.cryptobox.org/newticket">ticket</a> for feature requests, usability problems or bug reports.</p>
|
||||
</div>
|
||||
|
||||
<div class="leftcontent">
|
||||
<p> </p>
|
||||
<h2>Leave a note</h2>
|
||||
<p>Tell us your thoughts and ideas via <a
|
||||
href="http://post.gmane.org/post.php?group=gmane.comp.encryption.cryptobox.devel">gmane</a>.</p>
|
||||
</div>
|
||||
|
||||
<div class="leftcontent">
|
||||
<h2>Think about</h2>
|
||||
<p>You are not just a consumer. Not in the Open Source world.
|
||||
You can always help others with your knowledge or go and spend your
|
||||
<h2>Future release plans</h2>
|
||||
<p>CryptoBox-Server:</p>
|
||||
<ul><li>v0.4 <span class="date">04/15/02007</span></li></ul>
|
||||
<p>CryptoBox-CD:</p>
|
||||
<ul><li>v0.3.1 <span class="date">02/15/02007</span></li></ul>
|
||||
<p>Read the <a href="http://devel.cryptobox.org/roadmap">development roadmap</a>
|
||||
for more details.</p>
|
||||
</div>
|
||||
|
||||
<div class="leftcontent">
|
||||
<h2>Contribute</h2>
|
||||
<p>You are not just a consumer. At least not in the Open Source world.</p>
|
||||
<p>You can always help others with your knowledge or go and spend your
|
||||
money for lousy software. ;)</p>
|
||||
</div>
|
||||
<div class="leftcontent">
|
||||
<h2>Trac tickets</h2>
|
||||
<p>Open up a <a
|
||||
href="https://systemausfall.org/trac/cryptobox/newticket">ticket</a> for feature requests or bugs.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h2>Translation center</h2>
|
||||
<p>We are looking for more translations. This way you can help
|
||||
others accessing the CryptoBox in their native language. The <a
|
||||
href="http://translate.cryptobox.org/">translation center</a> is
|
||||
the central unit for this purpose. You can register there and use the webinterface for translations. It features a nice, motivating progress bar.
|
||||
</p>
|
||||
<p>We want <i>you</i> to translate the CryptoBox!</p>
|
||||
<p>This way you can help others to access the CryptoBox in their native language.
|
||||
The <a href="http://translate.cryptobox.org/">translation center</a> serves
|
||||
this purpose. Just register and use the webinterface for translations.
|
||||
It features a nice, motivating progress bar.</p>
|
||||
<p>For any questions ask us via <a href="mailto:info@cryptobox.org">info@cryptobox.org</a>.</p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h2>Development</h2>
|
||||
<p>If you're interested in what happens under the hood, visit the <a
|
||||
href="devel.cryptobox.org">development corner</a>. The <a href="http://devel.cryptobox.org/roadmap">roadmap</a> shows our goals for the next release and the estimated release date.</p>
|
||||
<p>Join the <a href="mailto:cryptobox-dev-subscribe@lists.systemausfall.org">development mailing list</a>. This list is also accessable via <a href="http://dir.gmane.org/gmane.comp.encryption.cryptobox.devel">gmane.</a></p>
|
||||
<p>Or browse the <a href="https://systemausfall.org/mail-archive/?0">mailing list
|
||||
archive</a>.</p>
|
||||
<p>If you are interested in what happens under the hood, visit the <a
|
||||
href="http://devel.cryptobox.org">development corner</a>. The <a
|
||||
href="http://devel.cryptobox.org/roadmap">roadmap</a> shows our goals
|
||||
for the next release and the estimated release date.</p>
|
||||
<p><a href="mailto:cryptobox-dev-subscribe@lists.systemausfall.org">Join
|
||||
the development mailing list</a> or participate via <a
|
||||
href="http://dir.gmane.org/gmane.comp.encryption.cryptobox.devel">gmane</a>.</p>
|
||||
<p>You can also just browse the <a href="https://systemausfall.org/mail-archive/?0">mailing list archive</a>.</p>
|
||||
</div>
|
||||
<div class="content">
|
||||
<p> </p>
|
||||
|
@ -68,7 +86,7 @@
|
|||
|
||||
<div class="content">
|
||||
<h2>Acknowledgements</h2>
|
||||
<p>The whole is nothing without it's parts. We would like to thank
|
||||
<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>
|
||||
<ul>
|
||||
|
@ -77,13 +95,19 @@
|
|||
<li>Rike - french translation</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h2>Legal stuff</h2>
|
||||
<ul>
|
||||
<li>All released code is under <a href="http://www.fsf.org/licensing/licenses/gpl.html">GPL</a></li>
|
||||
<li>The documentation is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/">Creative Commons License</a></li>
|
||||
<li>We do not take any warranty for the functionality or usability of the CryptoBox.</li>
|
||||
<li>All code is licensed under the <a href="http://www.fsf.org/licensing/licenses/gpl.html">GPL</a>.</li>
|
||||
<li>The documentation and this website are licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/">Creative Commons License</a>.</li>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h2>Any Questions?</h2>
|
||||
<p>Mail to <a href="mailto:info@cryptobox.org">info@cryptobox.org</a>!</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="footer">
|
||||
|
@ -95,3 +119,4 @@
|
|||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue