2006-12-20 01:43:15 +01:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" xml:lang = "en" lang = "en" >
< head >
< title > CryptoBox< / title >
< meta content = "text/html; charset=iso-8859-1" http-equiv = "Content-Type" / >
< meta content = "" name = "keywords" / >
2006-12-20 02:37:42 +01:00
< meta name = "description" content = "a secure fileserver, live-CD, web front-end" / >
2006-12-20 01:43:15 +01:00
< link rel = "stylesheet" type = "text/css" href = "gfx/main.css" / >
< / head >
< body >
< div class = "container" >
< div class = "header" > <!-- just the logo --> < / div >
2006-12-20 01:01:34 +01:00
2006-12-20 01:43:15 +01:00
< 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 >
< / div >
< br / >
2006-12-20 01:01:34 +01:00
2006-12-20 01:43:15 +01:00
< div class = "left" >
< div class = "leftcontent" >
< h2 > Hint< / h2 >
< p > Fetch the latest CryptoBox-server
package while it's hot!< / p >
< / div >
< div class = "leftcontent" >
< h2 > Live-CD 0.3< / h2 >
< p > Sorry, v0.3.x is not available as live-CD yet.< / p >
< / div >
< div class = "leftcontent" >
< h2 > It's tested< / h2 >
< p > The package installs fine on:< br / > < / p >
< p > Debian/sid < br / >
Ubuntu/edgy_eft< / p >
< / div >
< / div >
2006-12-20 01:01:34 +01:00
< div class = "content" >
2006-12-20 01:43:15 +01:00
< h2 > Debian, Ubuntu (cryptobox-server)< / h2 >
2006-12-20 02:37:42 +01:00
< p > Install the < i > cryptobox-server< / i > package to integrate the
features of the CryptoBox into your running server/desktop
without downloading the whole CD.< / p >
< p > First add the following line to your < b > /etc/apt/sources.list:< / b > < br / >
< tt > deb http://systemausfall.org/toolforge/debian unstable main"< / tt > < / p >
< p > Then run:< br / >
< tt > apt-get install cryptobox-server< / tt > < / p >
< br / >
< p > Mabye the package can also be installed in other Debian based
distributions: your mileage may vary.< / p >
2006-12-20 01:01:34 +01:00
< / div >
2006-12-20 01:43:15 +01:00
2006-12-20 01:01:34 +01:00
< div class = "content" >
2006-12-20 01:43:15 +01:00
< h2 > Go with the sources< / h2 >
2006-12-20 02:37:42 +01:00
< p > Download the source package of the latest release from < a href = "http://codecoop.org/frs/?group_id=60&release_id=59" > CodeCoop< / a > .
< p > You can also use the < a href = "/browser/trunk" > read-only webinterface< / a > of trac
for browsing through the < a href = "http://en.wikipedia.org/wiki/Subversion" title = "Wikipedia: Subversion" > Subversion< / a > repository.
< p > Full Subversion access access is possible via commandline tools or your
favourite < a href = "http://en.wikipedia.org/wiki/Subversion#GUI_front-ends.2Fclients" > GUI< / a > .< / p >
< p > Create your local working copy with the following command:< br >
< tt > svn checkout https://svn.systemausfall.org/svn/cryptobox< / tt > < / p >
2006-12-20 01:01:34 +01:00
< / div >
2006-12-20 01:43:15 +01:00
2006-12-20 01:01:34 +01:00
< div class = "content" >
2006-12-20 01:43:15 +01:00
< h2 > Get the live-CD< / h2 >
< p > Get the newest live-CD by following < a
href="http://codecoop.org/frs/?group_id=60">this link< / a > .
< p > We'd like to thank < a href = "http://codecoop.org" > codecoop.org< / a > for
providing bandwidth.< / p >
< p > You could 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 >
2006-12-20 01:01:34 +01:00
< / div >
2006-12-20 01:43:15 +01:00
< div class = "footer" >
2006-12-20 02:37:42 +01:00
<!-- TODO: add real link! -->
< p > -- a < a href = "http://senselab.org" > Sense.Lab< / a > project -- < a href = "index.html" > Impressum< / a > --< / p >
2006-12-20 01:43:15 +01:00
< / div >
< / div >
< / body >
< / html >
2006-12-20 01:01:34 +01:00