[Scummvm-cvs-logs] CVS: web/docs/specs index.php,1.1,1.2

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


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

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

Index: index.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/index.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- index.php	13 Sep 2002 14:42:20 -0000	1.1
+++ index.php	28 Feb 2003 02:32:12 -0000	1.2
@@ -1,4 +1,4 @@
-<?
+<?php
 
 $file_root = "../..";
 // load libs
@@ -24,6 +24,15 @@
 
 	<i>being a Partially Complete and Mostly Accurate guide to the SCUMM Engine data file Format for Versions Five and Six (and above)</i>
 
+<ul>
+	<li><?php echo html_ahref("Introduction", $file_root."/docs/specs/"."introduction.php"); ?></li>
+	<li><?php echo html_ahref("CHAR", $file_root."/docs/specs/"."char.php"); ?></li>
+	<li><?php echo html_ahref("AARY", $file_root."/docs/specs/"."aary.php"); ?></li>
+	<li><?php echo html_ahref("SCRP", $file_root."/docs/specs/"."scrp.php"); ?></li>
+	<li><?php echo html_ahref("V5 opcode list", $file_root."/docs/specs/"."scrp-v5.php"); ?></li>
+	<li><?php echo html_ahref("V6 opcode list", $file_root."/docs/specs/"."scrp-v6.php"); ?></li>
+	<li><?php echo html_ahref("Glossary", $file_root."/docs/specs/"."glossary.php"); ?></li>
+</ul>
 
 <HR><P STYLE="font-size: smaller; text-align: center">
 All material © 2000-2002 David Given, unless where stated otherwise.





More information about the Scummvm-git-logs mailing list