|
From: <the...@us...> - 2006-03-19 23:01:24
|
Revision: 18 Author: thekingant Date: 2006-03-19 15:01:17 -0800 (Sun, 19 Mar 2006) ViewCVS: http://svn.sourceforge.net/fceultra/?rev=18&view=rev Log Message: ----------- Fix up the news post some and add descriptions to the files on the download page Modified Paths: -------------- web/htdocs/download.php web/htdocs/index.php Modified: web/htdocs/download.php =================================================================== --- web/htdocs/download.php 2006-03-19 16:31:38 UTC (rev 17) +++ web/htdocs/download.php 2006-03-19 23:01:17 UTC (rev 18) @@ -5,7 +5,7 @@ <table class="mainbox" cellpadding="5" cellspacing="0" border="1"> <tr><th class="boxhead" colspan="2">Download</th></tr> -<tr><td colspan="2"> +<tr><td colspan="3"> <ul> <li>Currently, only the Unix (Linux, FreeBSD, etc), Mac OS X, and Win32 ports will compile and run, mainly using SDL.</li> <li>Network play is functional as of 0.98.10.</li> @@ -14,10 +14,11 @@ <li>Dependencies: DirectX (Win32), SDL, OpenGL (optional, recommended), zlib</li> </ul> </td></tr> -<tr><th class="boxhead">Version:</th><th class="boxhead">Date:</th></tr> -<tr><td><a href="http://prdownloads.sourceforge.net/fceultra/fceu-0.98.15-src.7z?download">0.98.15</a></td><td>Unknown</td></tr> -<tr><td><a href="http://prdownloads.sourceforge.net/fceultra/fceu-0.98.13-pre.src.tar.bz2?download">0.98.13-pre</a></td><td>29 October 2004</td></tr> -<tr><td><a href="http://prdownloads.sourceforge.net/fceultra/fceu-0.98.12.src.tar.bz2?download">0.98.12</a></td><td>28 August 2004</td></tr> +<tr><th class="boxhead">Version</th><th class="boxhead">Date</th><th>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> +<tr><td><a href="http://prdownloads.sourceforge.net/fceultra/fceu-0.98.15-rerecording.zip?download">0.98.15 Windows binary</a></td><td>Unknown</td><td>Unknown</td></tr> </table> <?php include("footer.php"); ?> Modified: web/htdocs/index.php =================================================================== --- web/htdocs/index.php 2006-03-19 16:31:38 UTC (rev 17) +++ web/htdocs/index.php 2006-03-19 23:01:17 UTC (rev 18) @@ -27,18 +27,9 @@ <h3 class="boxsubhead">19 March 2006</h3> <p> -Alright, we've uploaded some files: -</p> - -<ul> -<li><a href="http://prdownloads.sourceforge.net/fceultra/fceu-0.98.12.src.tar.bz2?download">0.98.12 source</a> - This is the last official stable release by the author.</li> -<li><a href="http://prdownloads.sourceforge.net/fceultra/fceu-0.98.13-pre.src.tar.bz2?download">0.98.13-pre source</a> - 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.</li> -<li><a href="http://prdownloads.sourceforge.net/fceultra/fceu-0.98.15-src.7z?download">0.98.15 source</a> - Unknown</li> -<li><a href="http://prdownloads.sourceforge.net/fceultra/fceu-0.98.15-rerecording.zip?download">0.98.15 Linux binary</a> - Unknown</li> -</ul> - -<p> -Who are "we," you ask? +Alright, we've uploaded some files--please see +<a href="download.php">the download page</a>. Who are "we," +you ask? <a href="mailto:agiorgio a.t users d.o.t sourceforge">Anthony Giorgio</a> and <a href="mailto:thekingant a.t users d.o.t sourceforge">Mark @@ -50,22 +41,30 @@ What happens now? Well I'm not sure either of us has very much free time to spend working on things, so if you're interested in working on the source, by all means drop us a line. We have checked -the 0.98.13-pre source code into sourceforge's Subversion server -at https://svn.sourceforge.net/svnroot/fceultra. Feel free to -grab a copy and start hacking. +the 0.98.13-pre source code into SourceForge's Subversion server +at https://svn.sourceforge.net/svnroot/fceultra/fceultra. Feel +free to grab a copy and start hacking. </p> <p> -I can't speak for Anthony, but there are some things I'd like to see: +If you're not much of a coder you could always update the man page, +or improve the web page (which is checked into Subversion at +https://svn.sourceforge.net/svnroot/fceultra/web). </p> +<p> +I can't speak for Anthony, but here are some things I would work +on if I had the time: +</p> + <ul> <li>Configuration file written as plain-text instead of binary</li> +<li>Better joystick configuration (currently with my Logitech +controller I think I'm forced to use the joystick rather than the +joypad)</li> <li>Play sound in Linux using ALSA instead of OSS (this isn't already possible when compiled with SDL, is it?)</li> <li>Slighty better command line interface (a -h/--help switch)</li> -<li>Better joystick (currently with my Logitech controller I think -I'm forced to use the joystick rather than the joypad)</li> </ul> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |