|
From: <the...@us...> - 2006-03-18 19:48:18
|
Revision: 3 Author: thekingant Date: 2006-03-18 11:48:07 -0800 (Sat, 18 Mar 2006) ViewCVS: http://svn.sourceforge.net/fceultra/?rev=3&view=rev Log Message: ----------- Try to cleanup the download page Modified Paths: -------------- web/htdocs/docs.php web/htdocs/links.php Added Paths: ----------- web/htdocs/download.php Removed Paths: ------------- web/htdocs/releases.php Modified: web/htdocs/docs.php =================================================================== --- web/htdocs/docs.php 2006-03-18 19:17:32 UTC (rev 2) +++ web/htdocs/docs.php 2006-03-18 19:48:07 UTC (rev 3) @@ -3,10 +3,11 @@ include("header.php"); ?> - <body> - <center><h1>FCE Ultra General Documentation</h1></center> - <center><i>Last updated August 11, 2004<br />Valid as of FCE Ultra 0.98.11</i></center> - <p> +<h1 class="center">FCE Ultra General Documentation</h1> +<i>Last updated August 11, 2004</i><br/> +<i>Valid as of FCE Ultra 0.98.11</i> + +<p> <b>Table of Contents:</b> <ul> <li /><a href="#intro">Introduction</a> Added: web/htdocs/download.php =================================================================== --- web/htdocs/download.php (rev 0) +++ web/htdocs/download.php 2006-03-18 19:48:07 UTC (rev 3) @@ -0,0 +1,49 @@ +<?php + $title = "Download"; + include("header.php"); +?> + +<div class="mainbox"> +<h2 class="boxhead">Download</h2> +<div class="boxbody"> +<p> +Source code tarballs and binary (precompiled) releases are on this page. +</p> +</div> +</div> + + +<table class="mainbox" cellpadding="5" cellspacing="0" border="1"> + +<tr><th class="boxhead" colspan="2">"1.0 finale"</th></tr> + +<tr><td colspan="2"> +<ul> +<li>Currently, only the UN*X(Linux, FreeBSD), Mac OS X, and Win32 ports will compile and run, mainly using SDL.</li> +<li>Network play <u>is</u> functional as of 0.98.10.</li> +<li>An alternate native Win32 + DirectX GUI'd target is available starting with version 0.98.6.</li> +<li>Uses autotools(autoconf, automake).</li> +<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="fceu-0.98.12.src.tar.bz2">0.98.12</a></td><td>August 28, 2004</td></tr> +<tr><td><a href="fceu-0.98.11.src.tar.bz2">0.98.11</a></td><td>August 12, 2004</td></tr> +<tr><td><a href="fceu-0.98.10.src.tar.bz2">0.98.10</a></td><td>May 17, 2004</td></tr> +<tr><td colspan="2"><hr /></td></tr> +<tr><td><a href="fceu-0.98.2.src.tar.gz">0.98.2</a></td><td>March 9, 2004</td></tr> + +<tr><th class="boxhead" colspan="2">"Classic"</th></tr> +<tr><td colspan="2"> +<li>The latest version is compilable on Linux(SVGAlib or SDL), Mac OS X, BeOS, Win32, and DOS.</li> +<li>Uses premade makefiles.</li> +</td></tr> + +<tr><th class="boxhead">Version:</th><th class="boxhead">Date:</th></tr> + +<tr><td><a href="fceu-0.97.5.src.tar.gz">0.97.5</td><td>November 12, 2003</td></tr> + +</table> + +<?php include("footer.php"); ?> Property changes on: web/htdocs/download.php ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + native Modified: web/htdocs/links.php =================================================================== --- web/htdocs/links.php 2006-03-18 19:17:32 UTC (rev 2) +++ web/htdocs/links.php 2006-03-18 19:48:07 UTC (rev 3) @@ -10,19 +10,9 @@ <ul> <li><a href="http://fakenes.sourceforge.net/">FakeNES</a> - FakeNES is a quite portable NES emulator with an internal GUI.</li> -<li><a href="http://sourceforge.net/projects/nestopia/">Nestopia</a> - Nestopia has fairly accurate emulation, and is written for MS Windows.</li> -<li><a href="http://virtuanes.s1.xrea.com/">VirtuaNES</a> - VirtuaNES is a multi-language, frequently updated emulator for MS Windows.</li> -<li><a href="http://nessie.321.cn/">Nessie</a> - Nessie is written in assembly for MS Windows</li> +<li><a href="http://nestopia.sourceforge.net/">Nestopia</a> - Nestopia has fairly accurate emulation, and is written for MS Windows.</li> </ul> - -<p>Other:</p> - -<ul> -<li><a href="http://festalon.sourceforge.net/">Festalon</a> - Festalon is an open-source, accurate NSF player.</li> -<li><a href="http://fudforum.org/">FUDforum</a> - FUDforum is an open-source forum software with many features.</li> -</ul> - </div> </div> Deleted: web/htdocs/releases.php =================================================================== --- web/htdocs/releases.php 2006-03-18 19:17:32 UTC (rev 2) +++ web/htdocs/releases.php 2006-03-18 19:48:07 UTC (rev 3) @@ -1,62 +0,0 @@ -<?php - $title = "Releases"; - include("header.php"); -?> - -<p> - <div class="mainbox"> - <h2 class="boxhead"> - Releases </h2> - <div class="boxbody"> - <p>Source code tarballs and binary(precompiled) releases are on this page. -</p> - </div> -</div> - - <br /> - <table border="0"> -<tr> -<td width="50%" valign="top"> -<table class="mainbox" cellpadding="5" cellspacing="0" border="1"> - <tr><th class="boxhead" colspan="2">"1.0 finale"</th></tr> - <tr><td colspan="2"><li />Currently, only the UN*X(Linux, FreeBSD), Mac OS X, and Win32 ports will compile -and run, mainly using SDL. -<li />Network play <u>is</u> functional as of 0.98.10. -<li />An alternate native Win32 + DirectX GUI'd target is available starting with version 0.98.6. -<li />Uses autotools(autoconf, automake). -<li />Dependencies: DirectX(Win32), SDL, OpenGL(optional, recommended), zlib -</td></tr> - <tr><th class="boxhead">Version:</th><th class="boxhead">Date:</th></tr> - <tr><td><a href="fceu-0.98.12.src.tar.bz2">0.98.12</a></td><td>August 28, 2004</td></tr> - <tr><td><a href="fceu-0.98.11.src.tar.bz2">0.98.11</a></td><td>August 12, 2004</td></tr> - <tr><td><a href="fceu-0.98.10.src.tar.bz2">0.98.10</a></td><td>May 17, 2004</td></tr> - <tr><td colspan="2"><hr /></td></tr> - <tr><td><a href="fceu-0.98.2.src.tar.gz">0.98.2</a></td><td>March 9, 2004</td></tr> - <tr><th class="boxhead" colspan="2">"Classic"</th></tr> - <tr><td colspan="2"><li />The latest version is compilable on Linux(SVGAlib or SDL), - Mac OS X, BeOS, Win32, and DOS. -<li />Uses premade makefiles.</td></tr> - <tr><th class="boxhead">Version:</th><th class="boxhead">Date:</th></tr> - <tr><td><a href="fceu-0.97.5.src.tar.gz">0.97.5</td><td>November 12, 2003</td></tr> -</table> -</td> -<td width="50%" valign="top"> -<table width="100%" class="mainbox" cellpadding="5" cellspacing="0" border="1"> -<tr><th class="boxhead" colspan="2">Binary Releases</th></tr> -<tr><th class="boxhead" colspan="2">0.98.12</th></tr> -<tr><td>MS Windows</td><td><a href="fceu-0.98.12.win.zip">ZIP</td></tr> -<tr><td colspan="2" bgcolor="white"> </td></tr> -<tr><th class="boxhead" colspan="2">0.98.10</th></tr> -<tr><td>MS Windows</td><td><a href="fceu-0.98.10.win.zip">ZIP</td></tr> -<tr><td colspan="2" bgcolor="white"> </td></tr> -<tr><th class="boxhead" colspan="2">0.97.5</th></tr> -<tr><td>MS Windows</td><td><a href="fceu-0.97.5.win.zip">ZIP</td></tr> -<tr><td bgcolor="white" colspan="2"> </td></tr> -</table> -</td> -</tr> -</table> - -</p> - -<?php include("footer.php"); ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |