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
34
live-cd-v0.3/content/cartoon/02_top
Normal file
34
live-cd-v0.3/content/cartoon/02_top
Normal file
|
@ -0,0 +1,34 @@
|
|||
<div class="centercontent">
|
||||
<h2>What does the CryptoBox do?</h2>
|
||||
<p>Usually all your files like phone numbers, love letters, bank
|
||||
account data etc. are stored in plaintext on your computer's
|
||||
harddisk.
|
||||
All the data is accessible for everyone who has access to the harddisk.
|
||||
This is very bad in case someone you don't trust gets your harddisk.
|
||||
E.g. a thief that steals your notebook, or breaks into your house or company.
|
||||
If the thief has your disk he/she can also read all the files that
|
||||
where saved on it, no matter whether you have a login password or not -
|
||||
the files are always stored in plaintext.
|
||||
</p>
|
||||
|
||||
<p>The <b>CryptoBox</b> brings easy-to-use data encryption to your
|
||||
computer. This works out of the box and does not need complicated
|
||||
configuration steps.</p>
|
||||
|
||||
<p>Here comes a small usage example for the CryptoBox with an obsolete
|
||||
PC as a fileserver:</p>
|
||||
|
||||
<p>Boot up the old PC with the CryptoBox live-CD.
|
||||
Now you can access it with your browser via the network.
|
||||
Then you partition and reformat the harddisk of the old
|
||||
PC with encryption support. Therefore you provide a passphrase.
|
||||
This is all done through the user friendly webinterface.
|
||||
You can also plug in an external harddisk and use this to store
|
||||
your encrypted data.
|
||||
Afterwards you copy your sensitive data over the local
|
||||
network to the CryptoBox.
|
||||
It is stored on its harddisk in a secure way.
|
||||
Nobody can access your data without the right passphrase.
|
||||
</p>
|
||||
</div>
|
||||
|
6
live-cd-v0.3/content/demo/05_left
Normal file
6
live-cd-v0.3/content/demo/05_left
Normal file
|
@ -0,0 +1,6 @@
|
|||
<div class="left">
|
||||
<div class="leftcontent">
|
||||
<h2>Pardon in advance</h2>
|
||||
<p>Please do not worry if the <a href="http://demo.cryptobox.org">demo</a> may be out for lunch right now. It surely will be back soon.</p>
|
||||
</div>
|
||||
</div>
|
17
live-cd-v0.3/content/demo/10_center
Normal file
17
live-cd-v0.3/content/demo/10_center
Normal file
|
@ -0,0 +1,17 @@
|
|||
<div class="content">
|
||||
<h2>Demonstration</h2>
|
||||
<p>With the new release, we proudly present an online demonstration
|
||||
of the webinterface of a CryptoBox. At the moment the server is quite
|
||||
slow, but at least you will get a feeling of how the CryptoBox works.</p>
|
||||
|
||||
<p>If you notice any strange behaviour then please do not hesitate to tell
|
||||
it to us, as we are sometimes blind even for the most obvious problems ...</p>
|
||||
<p>Try: <a href="http://demo.cryptobox.org">http://demo.cryptobox.org</a>.</p>
|
||||
<p>The necessary access credentials for restricted parts of the demo are:</p>
|
||||
<ul>
|
||||
<li>Username: admin</li>
|
||||
<li>Password: admin</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
13
live-cd-v0.3/content/details/05_left
Normal file
13
live-cd-v0.3/content/details/05_left
Normal file
|
@ -0,0 +1,13 @@
|
|||
<div class="left">
|
||||
|
||||
<div class="leftcontent">
|
||||
<h2>You are server admin?</h2>
|
||||
<p>Take a look at the <a
|
||||
href="http://devel.cryptobox.org/file/trunk/README">README
|
||||
file</a>. There you find more detailed information about the
|
||||
installation and configuration of the CryptoBox-Server
|
||||
package.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
63
live-cd-v0.3/content/details/10_content
Normal file
63
live-cd-v0.3/content/details/10_content
Normal file
|
@ -0,0 +1,63 @@
|
|||
<div class="content">
|
||||
<h2>Requirements for the CryptoBox live-CD</h2>
|
||||
<p>The <i>CryptoBox live-CD</i> runs on any x86 compatible PC with:</p>
|
||||
<ul>
|
||||
<li>CPU: min. 200MHz</li>
|
||||
<li>RAM: 64 MB</li>
|
||||
<li>CD-ROM drive</li>
|
||||
<li>a network connection</li>
|
||||
<li>a harddisk for your data</li>
|
||||
</ul>
|
||||
<p>The harddisk does not need to inside the of CryptoBox computer. You
|
||||
can also use external devices like USB-drives.
|
||||
All drives supported by the Linux kernel (2.6.20) can be used: IDE,
|
||||
SCSI, USB, FireWire, SATA, RAID, ...</p>
|
||||
<p>Because of the high number of different supported storage media
|
||||
we call an encrypted disk a <i>volume</i>.
|
||||
This includes (e.g.): USB-sticks, firewire-disks, flash-drives, digital cameras,
|
||||
MP3-player, MMC/SD-cards.</p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h2>Requirements of the CryptoBox-Server</h2>
|
||||
<p>The <i>CryptoBox-Server</i> package can be installed on any system with at least:</p>
|
||||
<ul>
|
||||
<li>Linux kernel 2.6</li>
|
||||
<li>cryptsetup with LUKS support</li>
|
||||
<li>kernel support for the <i>crypt</i> target of the <i>device mapper</i></li>
|
||||
<li>Python 2.4</li>
|
||||
</ul>
|
||||
<p>In general a server package should run on any Linux
|
||||
distribution, but we only provide Debian packages. So you have to
|
||||
install the necessary files on your own to the right places if
|
||||
you are using a different linux distribution.</p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h2>File access</h2>
|
||||
<p>Once you openend an encrypted volume through the web frontend of
|
||||
the <i>CryptoBox</i> you can access the volume's data within your local
|
||||
network via:</p>
|
||||
<ul>
|
||||
<li>Samba shares (also known as: <i>windows network share</i>)</li>
|
||||
<!-- <li>WebDAV (aka: <i>web folder</i>)</li>
|
||||
<li>nfs (*nix file sharing)</li> -->
|
||||
</ul>
|
||||
<p>The <i>CryptoBox-Server</i> package will smoothly integrate into your existing
|
||||
fileserver. It provides mount points which can be shared via your
|
||||
favourite protocols (e.g.: WebDAV or NFS).</p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h2>Encryption</h2>
|
||||
<p>The encrypted disk partitions are <a href="http://luks.endorphin.org/">LUKS</a>
|
||||
volumes. This makes it also possible to access your data directly with
|
||||
every modern linux system or via <a href="http://freeotfe.org/">FreeOTFE</a>
|
||||
(for Microsoft products).</p>
|
||||
<p>You can select your favourite encryption algorithm from all
|
||||
ciphers supported by the linux kernel. The default is
|
||||
<i>aes-cbc-essiv:sha256</i> (AES in CBC mode with ESSIV based on
|
||||
SHA256).</p>
|
||||
</div>
|
||||
|
||||
|
7
live-cd-v0.3/content/development/02_top
Normal file
7
live-cd-v0.3/content/development/02_top
Normal file
|
@ -0,0 +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 CryptoBox
|
||||
for all of us ...</p>
|
||||
</div>
|
||||
|
21
live-cd-v0.3/content/development/05_left
Normal file
21
live-cd-v0.3/content/development/05_left
Normal file
|
@ -0,0 +1,21 @@
|
|||
<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/en">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>
|
||||
|
||||
|
69
live-cd-v0.3/content/development/10_center
Normal file
69
live-cd-v0.3/content/development/10_center
Normal file
|
@ -0,0 +1,69 @@
|
|||
<div class="content">
|
||||
<h2>Translation center</h2>
|
||||
<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/projects/cryptobox/">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 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>. 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>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h2>Bleeding edge source code</h2>
|
||||
<p>The current source code of the <i>CryptoBox-Server</i> package is always
|
||||
available via our <a href="https://svn.systemausfall.org/svn/cryptobox/"
|
||||
title="browse subversion repository">Subversion repository</a>.</p>
|
||||
<p><a href="http://devel.cryptobox.org/wiki/SvnNotes">Read more ...</a></p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<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>
|
||||
<ul>
|
||||
<li><a href="http://codecoop.org">codecoop.org</a> - webspace</li>
|
||||
<li>Clavdia Horvat, Tadej Brce & Dusan Rebolj - Slovenian translation</li>
|
||||
<li>Rike - French translation</li>
|
||||
<li>Fabrizio Tarizzo - Italian translation</li>
|
||||
<li>Kinneko - Japanese translation</li>
|
||||
</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><a href="http://www.voidspace.org.uk/python/configobj.html">ConfigObj</a></li>
|
||||
<li>...</li>
|
||||
</ul>
|
||||
<p>This list is by far incomplete - so: thanks to everyone involved in
|
||||
improving Free Software!</p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
28
live-cd-v0.3/content/download/05_left
Normal file
28
live-cd-v0.3/content/download/05_left
Normal file
|
@ -0,0 +1,28 @@
|
|||
<div class="left">
|
||||
|
||||
<div class="leftcontent">
|
||||
<h2>Latest releases</h2>
|
||||
<p>CryptoBox live-CD: <a
|
||||
href="%(current-cd-url)s">%(current-cd-version)s</a></p>
|
||||
<p>CryptoBox-Server: <a
|
||||
href="%(current-server-url)s">%(current-server-version)s</a></p>
|
||||
</div>
|
||||
|
||||
<div class="leftcontent">
|
||||
<h2>Planned major releases:</h2>
|
||||
<p>CryptoBox-Server:</p>
|
||||
<ul><li>v0.4 <span class="date">06/15/02007</span></li></ul>
|
||||
<p>CryptoBox live-CD:</p>
|
||||
<ul><li>v0.4.x <span class="date">09/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>License</h2>
|
||||
<p>All code is licensed under the <a href="http://www.fsf.org/licensing/licenses/gpl.html">GPL</a>.</p>
|
||||
<p>The documentation, the graphics and this website are licensed under a <a href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons License</a>.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
35
live-cd-v0.3/content/download/10_center
Normal file
35
live-cd-v0.3/content/download/10_center
Normal file
|
@ -0,0 +1,35 @@
|
|||
<div class="content">
|
||||
<h2>CryptoBox live-CD</h2>
|
||||
<p>Get the latest <i>CryptoBox live-CD</i> image and burn it on a CD.</p>
|
||||
<p><a href="%(current-cd-url)s">CryptoBox live-CD download</a></p>
|
||||
<p><br />We would like to thank <a href="http://codecoop.org">codecoop.org</a> for
|
||||
providing the necessary bandwidth.</p>
|
||||
<!-- outdated versions only
|
||||
<p>Alternatively you can buy a live-CD at <a href="http://www.opensoft.nl/cdshop/product_info.php/manufacturers_id/28/products_id/71">OpenSoft.nl</a>
|
||||
for 5.95 european bugs. Note: this is an unpaid advertisement link.
|
||||
So if you ask us kindly, we might send you a CD for a better price. ;)</p>
|
||||
-->
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h2>CryptoBox-Server Debian package</h2>
|
||||
<p>Use the <i>CryptoBox-Server</i> package in your Debian/Ubuntu Linux system.</p>
|
||||
<p><a href="%(current-server-url)s">CryptoBox-Server debian package
|
||||
download</a><br /></p>
|
||||
<p><br />Install it with: <tt>dpkg -i cryptobox-server.deb</tt></p>
|
||||
<p>We strongly recommend to use the server package of our
|
||||
(inofficial) debian package repository instead installing manually,
|
||||
as it is much easier to maintain. Take a look at the <a
|
||||
href="http://devel.cryptobox.org/wiki/faq#HowdoIusetheserverpackagefromtheDebianrepository">FAQ</a>
|
||||
for details.</p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h2>CryptoBox-Server source files</h2>
|
||||
<p>Users of a non-debian-based Linux distributions are a bit
|
||||
out of luck. You may try to install the source package, but you
|
||||
have to adapt some paths manually.</p>
|
||||
<p><a href="%(current-server-url)s">cryptobox-server source
|
||||
archive download</a></p>
|
||||
</div>
|
||||
|
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>
|
127
live-cd-v0.3/content/news/10_center
Normal file
127
live-cd-v0.3/content/news/10_center
Normal file
|
@ -0,0 +1,127 @@
|
|||
<div class="centercontent">
|
||||
<h2>NEWS: <a href="http://codecoop.org/frs/?group_id=60&release_id=66">CryptoBox-Server v0.3.4.2 released</a></h2>
|
||||
<p class="date">21/03/02007</p>
|
||||
<p>This is a translation update release.</p>
|
||||
<p>An Italian translation was added by Fabrizio Tarizzo - thanks a lot!</p>
|
||||
</div>
|
||||
|
||||
<div class="centercontent">
|
||||
<h2>NEWS: <a href="http://codecoop.org/frs/?group_id=60&release_id=65">CryptoBox-Server v0.3.4.1 released</a></h2>
|
||||
<p class="date">27/02/02007</p>
|
||||
<p>This is a translation update release.</p>
|
||||
<p>A Japanese translation was added by kinneko - thanks a lot!</p>
|
||||
</div>
|
||||
|
||||
<div class="centercontent">
|
||||
<h2>NEWS: <a href="http://codecoop.org/frs/?group_id=60&release_id=64">CryptoBox live-CD v0.3 released</a></h2>
|
||||
<p class="date">25/02/02007</p>
|
||||
<p>This is a major release.</p>
|
||||
<p>The following list contains only the most important improvements:</p>
|
||||
<ul>
|
||||
<li>manage multiple disks</li>
|
||||
<li>support custom partitioning</li>
|
||||
<li>support plaintext (non-encrypted) partitions</li>
|
||||
<li>use standard compliant <a href="http://luks.endorphin.org">LUKS</a> encryption header</li>
|
||||
<li>change of encryption passphrase without data losses</li>
|
||||
<li>allow to change time and date</li>
|
||||
<li>improved network settings</li>
|
||||
<li>support for hotplug devices</li>
|
||||
</ul>
|
||||
<p>BEWARE: As the CryptoBox live-CD v0.3 uses a standard compliant encryption
|
||||
header (LUKS), it does not support the old format of the harddisks that you
|
||||
used with the CryptoBox live-CD v0.2.1 release. Please move all you encrypted
|
||||
data somewhere else before migrating to the new version of the CryptoBox
|
||||
live-CD. We are very sorry for any inconvenience!</p>
|
||||
</div>
|
||||
|
||||
<div class="centercontent">
|
||||
<h2>NEWS: <a href="http://codecoop.org/frs/?group_id=60&release_id=63">CryptoBox-Server v0.3.4 released</a></h2>
|
||||
<p class="date">19/02/02007</p>
|
||||
<p>This is a bugfix release.</p>
|
||||
<p>The following bug was fixed:</p>
|
||||
<ul>
|
||||
<li>incorrect uid handling during bootup (Closes: <a
|
||||
href="http://devel.cryptobox.org/ticket/139">#139</a>)</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="centercontent">
|
||||
<h2>NEWS: <a href="http://codecoop.org/frs/?group_id=60&release_id=62">CryptoBox-Server v0.3.3 released</a></h2>
|
||||
<p class="date">10/02/02007</p>
|
||||
<p>This release fixes some small bugs:</p>
|
||||
<ul>
|
||||
<li>group membership of the webserver</li>
|
||||
<li>disc usage statistics</li>
|
||||
</ul>
|
||||
<p>Additionally the following features were added:</p>
|
||||
<ul>
|
||||
<li>embedded help</li>
|
||||
<li>improved network plugin</li>
|
||||
<li>...</li>
|
||||
</ul>
|
||||
<p>The Slovenian and German translations are complete.</p>
|
||||
<p>This release is planned to be the base for the next live-cd, which will be
|
||||
published within the next week.</p>
|
||||
</div>
|
||||
|
||||
<div class="centercontent">
|
||||
<h2>NEWS: <a href="http://codecoop.org/frs/?group_id=60&release_id=61">CryptoBox-Server v0.3.2 released</a></h2>
|
||||
<p class="date">08/01/02007</p>
|
||||
<p>This release contains some important bugfixes:</p>
|
||||
<ul>
|
||||
<li>fixed bug causing lack of permissions</li>
|
||||
<li>fixed bug in Plugin manager (breaks interface)</li>
|
||||
<li>fixed setting committing delay of Plugin manager</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="centercontent">
|
||||
<h2>NEWS: <a href="http://codecoop.org/frs/?group_id=60&release_id=60">CryptoBox-Server v0.3.1 released</a></h2>
|
||||
<p class="date">20/12/02006</p>
|
||||
<p>This release contains some usability fixes for users of the Internet Explorer,
|
||||
as well as some additional translations and more convenient default settings.</p>
|
||||
</div>
|
||||
|
||||
<div class="centercontent">
|
||||
<h2>NEWS: <a href="http://codecoop.org/frs/?group_id=60&release_id=59">CryptoBox-Server v0.3.0 released</a></h2>
|
||||
<p class="date">15/12/02006</p>
|
||||
<p>Here it comes - the earliest x-mas present 02006: the
|
||||
CryptoBox-Server 0.3.0 package. It is not a live-cd, but a software package
|
||||
that you can just install on your favourite linux system.</p>
|
||||
<p> Take a look at the <a href="screenshots.html">screenshots</a>.</p>
|
||||
<p>It was a long ride and this is the first milestone we reached. Be prepared
|
||||
fo another 1000 miles of code.</p>
|
||||
<p>The live-CD based on this new version will be released in February 02007.</p>
|
||||
</div>
|
||||
|
||||
<div class="centercontent">
|
||||
<h2>NEWS: Python rewrite progress</h2>
|
||||
<p class="date">19/08/02006</p>
|
||||
<p>Finally the cryptobox-python-rewrite-process is in progress.
|
||||
From now on you can follow discussions and participate at the
|
||||
<a href="http://blog.gmane.org/gmane.comp.encryption.cryptobox.devel">development mailinglist via gmane</a>.</p>
|
||||
</div>
|
||||
|
||||
<div class="centercontent">
|
||||
<h2>NEWS: Download interception</h2>
|
||||
<p class="date">14/04/02006</p>
|
||||
<p>Sorry folks, <i>codecoop.org</i> is temporarily down.</p>
|
||||
<p>UPDATE: It is up and running again. Fetch the latest version <a href="http://codecoop.org/frs/?group_id=60&release_id=33">here</a>.</p>
|
||||
</div>
|
||||
|
||||
<div class="centercontent">
|
||||
<h2>NEWS: CryptoBox code splitting</h2>
|
||||
<p class="date">07/03/02006</p>
|
||||
<p>We are currently splitting the CryptoBox into the
|
||||
CryptoBox-Server and the Cryptobox-CD. This will let you use
|
||||
the CryptoBox-Server in your favourite Linux installation.</p>
|
||||
<p>Stay tuned ...</p>
|
||||
</div>
|
||||
|
||||
<div class="centercontent">
|
||||
<h2>NEWS: CryptoBox-CD v0.2.1 released</h2>
|
||||
<p class="date">30/10/02005</p>
|
||||
<p>The latest CryptoBox version 0.2.1 is available at
|
||||
<a href="http://codecoop.org/frs/?group_id=60&release_id=33">codecoop.org</a>!</p>
|
||||
</div>
|
||||
|
28
live-cd-v0.3/content/screenshots/10_center
Normal file
28
live-cd-v0.3/content/screenshots/10_center
Normal file
|
@ -0,0 +1,28 @@
|
|||
<div class="onecolumn">
|
||||
<h2>Versions 0.3.x</h2>
|
||||
<p>
|
||||
<img src="gfx/activate_volume.png"
|
||||
alt="screenshot v0.3: activation of encrypted filesystem" /><br />
|
||||
activation of encrypted filesystem<br />
|
||||
</p>
|
||||
<p>
|
||||
<img src="gfx/system_preferences.png"
|
||||
alt="screenshot v0.3: configuration" /><br />
|
||||
configuration<br />
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="onecolumn">
|
||||
<h2>Versions 0.2.x</h2>
|
||||
<p>
|
||||
<img src="gfx/en_mount.png"
|
||||
alt="screenshot v0.2: activation of encrypted file system" /><br />
|
||||
activation of encrypted file system<br />
|
||||
</p>
|
||||
<p>
|
||||
<img src="gfx/en_config.png"
|
||||
alt="screenshot v0.2: configuration" /><br />
|
||||
configuration<br />
|
||||
</p>
|
||||
</div>
|
||||
|
14
live-cd-v0.3/content/support/02_top
Normal file
14
live-cd-v0.3/content/support/02_top
Normal file
|
@ -0,0 +1,14 @@
|
|||
<div class="centercontent">
|
||||
<h2>Any problems?</h2>
|
||||
<ol>
|
||||
<li>Please read the <a href="http://devel.cryptobox.org/wiki/CryptoBoxUser/en">user
|
||||
documentation</a>.</li>
|
||||
<li>Check if the <a href="http://devel.cryptobox.org/wiki/faq">FAQ</a> helps you to solve your problem.</li>
|
||||
<li>Check if it is a <a
|
||||
href="http://devel.cryptobox.org/report/2">known
|
||||
issue</a>. If so, provide some detailed information
|
||||
there.</li>
|
||||
<li>Submit a new <a href="http://devel.cryptobox.org/newticket">bug report</a>.</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
11
live-cd-v0.3/content/support/05_left
Normal file
11
live-cd-v0.3/content/support/05_left
Normal file
|
@ -0,0 +1,11 @@
|
|||
<div class="left">
|
||||
|
||||
<div class="leftcontent">
|
||||
<h2>Missing your language?</h2>
|
||||
<p>The CryptoBox is easily extensible via plugins. It also has
|
||||
support for multiple languages. You can help us with some
|
||||
<a href="http://translate.cryptobox.org/projects/cryptobox/">translations</a>.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
7
live-cd-v0.3/content/support/10_center
Normal file
7
live-cd-v0.3/content/support/10_center
Normal file
|
@ -0,0 +1,7 @@
|
|||
<div class="content">
|
||||
<h2>Further questions</h2>
|
||||
<p>If you have more questions or if you want better answers, just send a mail
|
||||
to <a href="mailto:%(mailaddress)s">%(mailaddress)s</a>. Thanks!</p>
|
||||
<p>And no, we don't sit on any irc channel. There's a life to live. :)</p>
|
||||
</div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue