improved templatewrite code (ignores swap files, svn, ...)

added "details" page
added FAQ
changed a lot of text
This commit is contained in:
lars 2006-12-23 23:46:53 +00:00
parent 54559af141
commit 2daeb925a1
26 changed files with 868 additions and 334 deletions

View file

@ -12,19 +12,23 @@
<body>
<div class="container">
<div class="header"><!-- just the logo --></div>
<div id="header"><!-- just the logo --></div>
<div class="navbar">
<p><a href="index.html">Home</a>&nbsp;
<a href="download.html">Download</a>&nbsp;
<a href="screenshots.html">Screenshots</a>&nbsp;
<a href="demo.html">Demo</a>&nbsp;
<a href="project.html">Project</a>&nbsp;</p>
<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="details.html">Details</a> |
<a href="project.html">Project</a> |
<a href="faq.html">FAQ</a>
</p>
</div>
<br />
<div class="onecolumn">
<br />
<h2>Versions 0.3.x</h2>
<p>
<img src="gfx/activate_volume.png"><br />
@ -34,6 +38,9 @@
<img src="gfx/system_preferences.png"><br />
configuration<br />
</p>
</div>
<div class="onecolumn">
<h2>Versions 0.2.x</h2>
<p>
<img src="gfx/en_mount.png"><br />
@ -45,6 +52,7 @@
</p>
</div>
<div class="footer">
<!-- TODO: add real link! -->
@ -55,3 +63,4 @@
</body>
</html>