[Super-tux-commit] htdocs news.xml,NONE,1.1 Makefile,1.14,1.15 default.css,1.3,1.4 download.xml,1.5,
Brought to you by:
wkendrick
From: Ingo R. <gr...@us...> - 2004-05-03 15:41:04
|
Update of /cvsroot/super-tux/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23297 Modified Files: Makefile default.css download.xml submenu.xml Added Files: news.xml Log Message: - added news, fixed typo --- NEW FILE: news.xml --- <?xml version="1.0"?> <page title="SuperTux"> <section title="News"> <news> <item date="3. May 2004"> Windows Binary for SuperTux is released, go to the <a href="download.html">download section</a> to download it. </item> <item date="2. May 2004"> SuperTux Milestone1, aka 0.1.0 as been released, featuring 26 levels, a worldmap and completly reworked graphics, go to the <a href="download.html">download section</a> to download it. </item> </news> </section> </page> Index: download.xml =================================================================== RCS file: /cvsroot/super-tux/htdocs/download.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- download.xml 2 May 2004 21:36:11 -0000 1.5 +++ download.xml 3 May 2004 15:40:22 -0000 1.6 @@ -3,7 +3,8 @@ <section title="Download"> <subsection title="SuperTux (Milestone1) 0.1.0 - May 2, 2004"> <ul> - <li>Source: <a href="http://prdownloads.sourceforge.net/super-tux/supertux-0.1.0.tar.bz2?download">supertux-0.1.0.tar.bz2</a></li> + <li>Source: <a href="http://pingus.seul.org/~grumbel/tmp/supertux-0.1.0.tar.bz2">supertux-0.1.0.tar.bz2</a></li> + <li>Windows Binary: <a href="http://www.stud.uni-karlsruhe.de/~uxsm/supertux-0.1.0-setup.exe">supertux-0.1.0-setup.exe</a></li> </ul> </subsection> @@ -15,8 +16,8 @@ <subsection title="CVS"> <p> - The development version can be getted via CVS with the following - command: + The development version can be received via CVS with the + following command: </p> <p> Index: Makefile =================================================================== RCS file: /cvsroot/super-tux/htdocs/Makefile,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- Makefile 2 May 2004 21:35:56 -0000 1.14 +++ Makefile 3 May 2004 15:40:19 -0000 1.15 @@ -1,4 +1,5 @@ HTMLOUT = \ + news.html \ welcome.html \ download.html \ authors.html \ Index: submenu.xml =================================================================== RCS file: /cvsroot/super-tux/htdocs/submenu.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- submenu.xml 2 May 2004 21:36:11 -0000 1.5 +++ submenu.xml 3 May 2004 15:40:22 -0000 1.6 @@ -1,6 +1,7 @@ <?xml version="1.0"?> <submenu> + <item file="news.html">News</item> <item file="welcome.html">About</item> <item file="screenshots.html">Screenshots</item> <item file="authors.html">Authors</item> Index: default.css =================================================================== RCS file: /cvsroot/super-tux/htdocs/default.css,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- default.css 2 May 2004 21:36:11 -0000 1.3 +++ default.css 3 May 2004 15:40:19 -0000 1.4 @@ -46,7 +46,7 @@ margin: 0em; padding: 0em; margin-bottom: .5em; - background-color: #d2d2e9; /* #f2f2f9;*/ + background-color: #dddde0; /*#b2d2f9;*/ border-bottom-style: solid; border-top-style: solid; } |