cleaned up the main navigation bar moved some text aroundmaster
parent
bbe38e4649
commit
e6eec6a97c
@ -1,19 +1,12 @@
|
||||
<div class="left">
|
||||
<div class="leftcontent">
|
||||
<h2>Screenshots</h2>
|
||||
<p style="text-align:center"><a href="screenshots.html"><img border="0" alt="img: screenshot" src="gfx/screen_mini.png"/><br/>
|
||||
More screenshots</a></p>
|
||||
</div>
|
||||
|
||||
<div class="leftcontent">
|
||||
<h2>Download</h2>
|
||||
<p>Fetch the latest release of the <a href="download.html">CryptoBox-server
|
||||
package v0.3.1</a>.</p>
|
||||
</div>
|
||||
|
||||
<div class="leftcontent">
|
||||
<h2>Recent changes</h2>
|
||||
%(rss_content)s
|
||||
<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>
|
||||
|
||||
|
@ -0,0 +1,13 @@
|
||||
<div class="centercontent">
|
||||
<h2>Any problems?</h2>
|
||||
<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
|
||||
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
|
||||
href="mailto:%(mailaddress)s">%(mailaddress)s</a>!</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<div class="content">
|
||||
<h2>Frequently asked questions</h2>
|
||||
<p>If you have more questions or if you want better answers, just send a mail
|
||||
to <i>info(at)cryptobox.org</i>. Thanks!</p>
|
||||
to <a href="mailto:%(mailaddress)s">%(mailaddress)s</a>. Thanks!</p>
|
||||
</div>
|
||||
|
||||
<div class="content faq">
|
@ -0,0 +1 @@
|
||||
info@cryptobox.org
|
Loading…
Reference in new issue