[Super-tux-commit] htdocs authors.xml,NONE,1.1 Makefile,1.8,1.9 submenu.xml,1.2,1.3
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-04-28 14:34:16
|
Update of /cvsroot/super-tux/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24083 Modified Files: Makefile submenu.xml Added Files: authors.xml Log Message: Added an Authors section. Ingo, please type make. Also add breaklines, I wasn't sure if you could do <br> or not, so I leave it. Thx Index: Makefile =================================================================== RCS file: /cvsroot/super-tux/htdocs/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile 16 Mar 2004 14:12:52 -0000 1.8 +++ Makefile 28 Apr 2004 14:34:05 -0000 1.9 @@ -1,6 +1,7 @@ HTMLOUT = \ index.html \ download.html \ + authors.html \ \ development/index.html \ development/map.html \ Index: submenu.xml =================================================================== RCS file: /cvsroot/super-tux/htdocs/submenu.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- submenu.xml 7 Mar 2004 23:20:27 -0000 1.2 +++ submenu.xml 28 Apr 2004 14:34:05 -0000 1.3 @@ -2,5 +2,6 @@ <submenu> <item file="index.html">Intro</item> + <item file="authors.html">Authors</item> <item file="download.html">Download</item> </submenu> --- NEW FILE: authors.xml --- <?xml version="1.0"?> <page title="SuperTux"> <section title="Authors"> <p> Here goes the list of the people behind this project: (as a note, noone earns money by making this game, our only incentivation is the amusement of doing it.) </p> <b>Project leader</b> Tobias (Tobgle) Glaesser tob...@gm... <b>Original author</b> Bill Kendrick nb...@so... http://www.newbreedsoftware.com/ <b>Programmers</b> Tobias (Tobgle) Glaesser tob...@gm... Ricardo (Blacksheep) Cruz ri...@ae... / http://rpmcruz.planetaclix.pt/ Ingo (Grumbel) Ruhnke gr...@gm... / http://pingus.seul.org/~grumbel/ Matthias (MatzeB) Braun ma...@br... <b>Contrib Programming</b> Ryan Flegel xxd...@ho... / http://digitalhell.cjb.net/~ryan/ Duong-Khang NGUYEN neo...@us... <b>Graphics</b> Ingo (Grumbel) Ruhnke gr...@gm... / http://pingus.seul.org/~grumbel/ Christopher A. (Paroneayea) Webber cr...@li... <b>Level Design</b> Marek (Wansti) Moeckel wa...@gm... Ingo (Grumbel) Ruhnke gr...@gm... / http://pingus.seul.org/~grumbel/ <b>Music</b> Marek (Wansti) Moeckel wa...@gm... Mystical Mortimer Twang <b>Sounds</b> Royalty free sound effects from CDROMs and FTP sites <b>Thanks to</b> Larry Ewing Creator of Tux, the Linux penguin SDL and OpenGL For giving such a great gaming experience possible in Linux We hope you enjoy our work. - SuperTux team </section> </page> |