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
1
live-cd-v0.3/placeholder/current-cd-url
Normal file
1
live-cd-v0.3/placeholder/current-cd-url
Normal file
|
@ -0,0 +1 @@
|
|||
http://codecoop.org/frs/?group_id=60&release_id=64
|
1
live-cd-v0.3/placeholder/current-cd-version
Normal file
1
live-cd-v0.3/placeholder/current-cd-version
Normal file
|
@ -0,0 +1 @@
|
|||
0.3
|
1
live-cd-v0.3/placeholder/current-server-url
Normal file
1
live-cd-v0.3/placeholder/current-server-url
Normal file
|
@ -0,0 +1 @@
|
|||
http://codecoop.org/frs/?group_id=60&release_id=66
|
1
live-cd-v0.3/placeholder/current-server-version
Normal file
1
live-cd-v0.3/placeholder/current-server-version
Normal file
|
@ -0,0 +1 @@
|
|||
0.3.4.2
|
34
live-cd-v0.3/placeholder/footer
Normal file
34
live-cd-v0.3/placeholder/footer
Normal file
|
@ -0,0 +1,34 @@
|
|||
|
||||
<div id="footer">
|
||||
<p>-- a <a href="http://senselab.org">Sense.Lab</a> project -- <a
|
||||
href="http://senselab.org/impressum.html">Impressum</a> --</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- /Creative Commons License -->
|
||||
<!--
|
||||
|
||||
<rdf:RDF xmlns="http://web.resource.org/cc/"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<Work rdf:about="">
|
||||
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
|
||||
<license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/de/" />
|
||||
</Work>
|
||||
|
||||
<License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/de/">
|
||||
<permits rdf:resource="http://web.resource.org/cc/Reproduction" />
|
||||
<permits rdf:resource="http://web.resource.org/cc/Distribution" />
|
||||
<requires rdf:resource="http://web.resource.org/cc/Notice" />
|
||||
<requires rdf:resource="http://web.resource.org/cc/Attribution" />
|
||||
<permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
|
||||
<requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
|
||||
</License>
|
||||
|
||||
</rdf:RDF>
|
||||
-->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
16
live-cd-v0.3/placeholder/header
Normal file
16
live-cd-v0.3/placeholder/header
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!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" />
|
||||
<meta name="description" content="a secure fileserver, live-CD, web front-end" />
|
||||
<link rel="stylesheet" type="text/css" href="gfx/main.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
|
||||
<div id="header"><!-- just the logo --></div>
|
||||
|
1
live-cd-v0.3/placeholder/mailaddress
Normal file
1
live-cd-v0.3/placeholder/mailaddress
Normal file
|
@ -0,0 +1 @@
|
|||
info@cryptobox.org
|
10
live-cd-v0.3/placeholder/nav
Normal file
10
live-cd-v0.3/placeholder/nav
Normal file
|
@ -0,0 +1,10 @@
|
|||
<div class="navbar">
|
||||
<p>
|
||||
<a href="index.html">Home</a> |
|
||||
<a href="news.html">News</a> |
|
||||
<a href="download.html">Download</a> |
|
||||
<a href="support.html">Support</a> |
|
||||
<a href="development.html">Development</a>
|
||||
</p>
|
||||
</div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue