|
From: <the...@us...> - 2006-03-19 23:03:10
|
Revision: 19 Author: thekingant Date: 2006-03-19 15:02:58 -0800 (Sun, 19 Mar 2006) ViewCVS: http://svn.sourceforge.net/fceultra/?rev=19&view=rev Log Message: ----------- Two small tweaks Modified Paths: -------------- web/htdocs/download.php web/htdocs/index.php Modified: web/htdocs/download.php =================================================================== --- web/htdocs/download.php 2006-03-19 23:01:17 UTC (rev 18) +++ web/htdocs/download.php 2006-03-19 23:02:58 UTC (rev 19) @@ -14,7 +14,7 @@ <li>Dependencies: DirectX (Win32), SDL, OpenGL (optional, recommended), zlib</li> </ul> </td></tr> -<tr><th class="boxhead">Version</th><th class="boxhead">Date</th><th>Description</th></tr> +<tr><th class="boxhead">Version</th><th class="boxhead">Date</th><th class="boxhead">Description</th></tr> <tr><td><a href="http://prdownloads.sourceforge.net/fceultra/fceu-0.98.12.src.tar.bz2?download">0.98.12 source</a></td><td>28 August 2004</td><td>This is the last official stable release by the author.</td></tr> <tr><td><a href="http://prdownloads.sourceforge.net/fceultra/fceu-0.98.13-pre.src.tar.bz2?download">0.98.13-pre source</a></td><td>29 October 2004</td><td>This is the most recent source code we have from the original author. It works, but was not tested for regressions and was therefore not an official release.</td></tr> <tr><td><a href="http://prdownloads.sourceforge.net/fceultra/fceu-0.98.15-src.7z?download">0.98.15 source</a></td><td>Unknown</td><td>Unknown</td></tr> Modified: web/htdocs/index.php =================================================================== --- web/htdocs/index.php 2006-03-19 23:01:17 UTC (rev 18) +++ web/htdocs/index.php 2006-03-19 23:02:58 UTC (rev 19) @@ -47,7 +47,7 @@ </p> <p> -If you're not much of a coder you could always update the man page, +If you're not much of a coder you could always work on documentation, or improve the web page (which is checked into Subversion at https://svn.sourceforge.net/svnroot/fceultra/web). </p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |