[Scummvm-cvs-logs] CVS: web documentation.php,1.1,1.2

Max Horn fingolfin at users.sourceforge.net
Thu Feb 27 18:33:05 CET 2003


Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1:/tmp/cvs-serv19704

Modified Files:
	documentation.php 
Log Message:
added link to the inComplete SCUMM Reference Guide; added simple TOC to it

Index: documentation.php
===================================================================
RCS file: /cvsroot/scummvm/web/documentation.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- documentation.php	18 Jul 2002 00:09:44 -0000	1.1
+++ documentation.php	28 Feb 2003 02:32:12 -0000	1.2
@@ -1,4 +1,4 @@
-<?
+<?php
 
 /*
  * Documentation Page for ScummVM
@@ -51,6 +51,16 @@
                                  )
                           );
     } // end of docs loop
+
+
+	// Hard code link to specs for now...
+	echo html_frame_tr(
+				html_frame_td(
+							  html_ahref("The inComplete SCUMM Reference Guide",$file_root."/docs/specs/index.php").html_br().
+							  "being a Partially Complete and Mostly Accurate guide to the SCUMM Engine data file Format
+							   for Versions Five and Six (and above)".html_br(2)."\n"
+							 )
+					  );
     
     // outro
     echo html_frame_tr(





More information about the Scummvm-git-logs mailing list