|
From: <the...@us...> - 2006-03-18 22:57:24
|
Revision: 9 Author: thekingant Date: 2006-03-18 14:57:20 -0800 (Sat, 18 Mar 2006) ViewCVS: http://svn.sourceforge.net/fceultra/?rev=9&view=rev Log Message: ----------- Get rid of "1.0 finale" Modified Paths: -------------- web/htdocs/download.php Modified: web/htdocs/download.php =================================================================== --- web/htdocs/download.php 2006-03-18 22:56:31 UTC (rev 8) +++ web/htdocs/download.php 2006-03-18 22:57:20 UTC (rev 9) @@ -3,17 +3,8 @@ 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><th class="boxhead" colspan="2">Download</th></tr> <tr><td colspan="2"> <ul> <li>Currently, only the Unix (Linux, FreeBSD, etc), Mac OS X, and Win32 ports will compile and run, mainly using SDL.</li> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |