[Scummvm-cvs-logs] CVS: web documentation.php,1.9,1.10
Max Horn
fingolfin at users.sourceforge.net
Thu Mar 25 03:28:17 CET 2004
Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6525
Modified Files:
documentation.php
Log Message:
There is no point in having two different TODO lists! Change the website doc section to point to the 'real' TODO list
Index: documentation.php
===================================================================
RCS file: /cvsroot/scummvm/web/documentation.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- documentation.php 27 Jan 2004 22:47:25 -0000 1.9
+++ documentation.php 25 Mar 2004 11:16:59 -0000 1.10
@@ -28,7 +28,7 @@
$html = display_xml($file_root."/docs/".$view.".xml",'BODY');
// Now evaluate any PHP code embedded into it, and output the result
echo '<tr valign="top" class="color2"><td>';
- echo eval("?>" . $html . "<?php ");
+ echo eval("?x>" . $html . "<x?php ");
echo "</td></tr>";
}
else
@@ -60,6 +60,14 @@
} // end of docs loop
+ // Hard code link to TODO for now...
+ echo html_frame_tr(
+ html_frame_td(
+ html_ahref("ScummVM current areas of focus","http://cvs.sourceforge.net/viewcvs.py/*checkout*/scummvm/scummvm/TODO?rev=HEAD").html_br().
+ "This page is the current TODO list for ScummVM.".html_br(2)."\n"
+ )
+ );
+
// Hard code link to doxygen for now...
echo html_frame_tr(
html_frame_td(
More information about the Scummvm-git-logs
mailing list