uploaded the static html pages of the live-CD v0.3
This commit is contained in:
parent
6c971bb198
commit
25b099870f
48 changed files with 1005 additions and 0 deletions
18
live-cd-v0.3/content/index/02_top
Normal file
18
live-cd-v0.3/content/index/02_top
Normal file
|
@ -0,0 +1,18 @@
|
|||
<div class="centercontent">
|
||||
<h2>What is it about?</h2>
|
||||
<p>The CryptoBox project aims to bring data encryption to the masses.</p>
|
||||
<p>Therefore we develop two Free Software packages:</p>
|
||||
<ul>
|
||||
<li>The <b>CryptoBox live-CD</b> is made for people who want to encrypt
|
||||
their data without bothering about complicated technical issues.<br/>
|
||||
A computer running the CryptoBox live-CD works as a fileserver/NAS
|
||||
and encrypts your private data.</li>
|
||||
<br/>
|
||||
<li>The <b>CryptoBox-Server package</b> adds a user friendly,
|
||||
web-based frontend for harddisk encryption to a fileserver.</li>
|
||||
</ul>
|
||||
<p>Take a look at the <a href="cartoon.html">CryptoBox usage example</a>!<br />
|
||||
It may give you a better understanding of what the CryptoBox does and how it
|
||||
works. </p>
|
||||
</div>
|
||||
|
37
live-cd-v0.3/content/index/05_left
Normal file
37
live-cd-v0.3/content/index/05_left
Normal file
|
@ -0,0 +1,37 @@
|
|||
<div class="left">
|
||||
|
||||
<div class="leftcontent">
|
||||
<h2>Demo</h2>
|
||||
<p>See the CryptoBox <a href="http://demo.cryptobox.org">in action</a>.</p>
|
||||
<ul>
|
||||
<li>user: admin</li>
|
||||
<li>password: admin</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="leftcontent">
|
||||
<h2>Documentation</h2>
|
||||
<p>Browse through the online <a
|
||||
href="http://devel.cryptobox.org/wiki/CryptoBoxUser/en">user
|
||||
documentation</a> site</a>.</p>
|
||||
</div>
|
||||
|
||||
<div class="leftcontent">
|
||||
<h2>Details</h2>
|
||||
<p>Read what's <a href="details.html">under the hood</a>.</p>
|
||||
</div>
|
||||
|
||||
<div class="leftcontent">
|
||||
<h2>Translations</h2>
|
||||
<p>The following languages are currently fully supported:</p>
|
||||
<ul>
|
||||
<!-- in alphabetical order -->
|
||||
<li>English</li>
|
||||
<li>German</li>
|
||||
<li>Japanese</li>
|
||||
<li>Slovenian</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
6
live-cd-v0.3/content/index/10_center
Normal file
6
live-cd-v0.3/content/index/10_center
Normal file
|
@ -0,0 +1,6 @@
|
|||
<div class="content">
|
||||
<h2>Screenshots</h2>
|
||||
<p>Everybody wants some <a href="screenshots.html">screenshots</a>.
|
||||
Here we go:</p>
|
||||
<p><a href="screenshots.html"><img border="0" src="gfx/mini_screenshot.png"></a></p>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue