Update of /cvsroot/super-tux/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24037
Modified Files:
Makefile submenu.xml
Added Files:
screenshots.xml
Log Message:
Added a screenshots section!
Ingo, please reflect the changes into the webpage.
--- NEW FILE: screenshots.xml ---
<?xml version="1.0"?>
<page title="SuperTux">
<section title="Screenshots">
<p>
Welcome to our SuperTux screenshots album!
</p>
<p>
Milestone1(0.1) shots will be here pretty soon! This version will be released any time now ;)
</p>
<p>
Some shots from our lastest work (0.0.6), released at March 15, 2004.
Basically this was a code clean-up version. Features a leveleditor and an OpenGL front-end. Menu as improved a lot, and fonts were also remade.
</p>
<screenshot file="images/menu-006" />
<screenshot file="images/game-006" />
<screenshot file="images/leveleditor-006" />
<p>
A couple of shots from our 0.0.5 release, released at December 29, 2003.
Graphics were improved a lot. Also this version features a menu, and internal clean-ups have started.
</p>
<screenshot file="images/intro-005" />
<screenshot file="images/game-005" />
<p>
Wow! These are really ancients shots from versions prior to 0.0.5.
Graphics were a bit ugly, but it was already playble and had a SuperMario1 feel.
</p>
<screenshot file="images/game1-004" />
<screenshot file="images/game2-004" />
<screenshot file="images/game3-004" />
</section>
</page>
Index: Makefile
===================================================================
RCS file: /cvsroot/super-tux/htdocs/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile 28 Apr 2004 21:32:31 -0000 1.10
+++ Makefile 29 Apr 2004 00:11:43 -0000 1.11
@@ -2,6 +2,7 @@
welcome.html \
download.html \
authors.html \
+ screemshots.html \
\
development/index.html \
development/map.html \
Index: submenu.xml
===================================================================
RCS file: /cvsroot/super-tux/htdocs/submenu.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- submenu.xml 28 Apr 2004 14:34:05 -0000 1.3
+++ submenu.xml 29 Apr 2004 00:11:44 -0000 1.4
@@ -3,5 +3,6 @@
<submenu>
<item file="index.html">Intro</item>
<item file="authors.html">Authors</item>
+ <item file="screenshots.html">Screenshots</item>
<item file="download.html">Download</item>
</submenu>
|