moved output to './html/'
renamed template improved 'development' page
This commit is contained in:
parent
e6eec6a97c
commit
bf77b60770
23 changed files with 59 additions and 913 deletions
14
content/development/02_top
Normal file
14
content/development/02_top
Normal file
|
@ -0,0 +1,14 @@
|
|||
<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>Translate it into your native language</li>
|
||||
<li>Review the documentation</li>
|
||||
<li>Submit bug report or feature requests</li>
|
||||
<li>Develop plugins</li>
|
||||
<li>...</li>
|
||||
<li>Spread the word ... :)</li>
|
||||
</div>
|
||||
|
|
@ -1,23 +1,4 @@
|
|||
<div class="left">
|
||||
<div class="leftcontent">
|
||||
<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">
|
||||
<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>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>Recent changes</h2>
|
||||
%(rss_content)s
|
||||
|
|
|
@ -5,19 +5,22 @@
|
|||
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 <i>info(at)cryptobox.org</i>.</p>
|
||||
<p>For any questions send a mail to <a
|
||||
href="mailto:%(mailaddress)s">%(mailaddress)s</a>.</p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h2>Development</h2>
|
||||
<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>
|
||||
href="http://devel.cryptobox.org">development corner</a>. You can also report
|
||||
bugs there.</p>
|
||||
<p>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>
|
||||
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">
|
||||
|
@ -32,15 +35,3 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h2>Legal stuff</h2>
|
||||
<ul>
|
||||
<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 <i>info(at)cryptobox.org</i>!</p>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue