[Scummvm-cvs-logs] CVS: web documentation.php,1.11,1.12

Max Horn fingolfin at users.sourceforge.net
Thu Aug 5 11:06:14 CEST 2004


Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21043

Modified Files:
	documentation.php 
Log Message:
Add the README to the documentation page

Index: documentation.php
===================================================================
RCS file: /cvsroot/scummvm/web/documentation.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- documentation.php	25 Mar 2004 11:17:37 -0000	1.11
+++ documentation.php	5 Aug 2004 18:05:38 -0000	1.12
@@ -36,11 +36,19 @@
     // intro
     echo html_frame_tr(
                 html_frame_td(
-                              html_b("Documentation").html_br().
-                              html_line().html_br(2)
+                              "<h1>Documentation</h1>".html_br()
                              )
                       );
 
+	// Hard code link to README for now...
+	echo html_frame_tr(
+				html_frame_td(
+							  html_ahref("README 0.6.1","http://cvs.sourceforge.net/viewcvs.py/*checkout*/scummvm/scummvm/README?rev=1.256.2.13").html_br().
+							  "The ScummVM README, for version 0.6.1.".html_br(2)."\n"
+							 )
+					  );
+
+
     // get list of documentation items
     $docs = get_files($file_root."/docs","xml");
     sort($docs);





More information about the Scummvm-git-logs mailing list