[Scummvm-cvs-logs] CVS: web/docs/specs aary.php,1.3,1.4 char.php,1.2,1.3 glossary.php,1.3,1.4 index.php,1.3,1.4 introduction.php,1.6,1.7 scrp-v5.php,1.3,1.4 scrp-v6.php,1.4,1.5 scrp.php,1.3,1.4 sidebar_specs.php,1.9,NONE

Max Horn fingolfin at users.sourceforge.net
Mon Oct 13 07:29:12 CEST 2003


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

Modified Files:
	aary.php char.php glossary.php index.php introduction.php 
	scrp-v5.php scrp-v6.php scrp.php 
Removed Files:
	sidebar_specs.php 
Log Message:
get rid of docs/specs/sidebar_specs.php -> reduce code duplication

Index: aary.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/aary.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- aary.php	12 Oct 2003 23:50:36 -0000	1.3
+++ aary.php	13 Oct 2003 14:28:41 -0000	1.4
@@ -3,11 +3,10 @@
 $file_root = "../..";
 // load libs
 require($file_root."/include/"."incl.php");
-require($file_root."/docs/specs/"."sidebar_specs.php");
 
 // start of html
 html_header("SCUMM Reference Guide :: AARY Arrays and Strings");
-sidebar_specs_start();
+sidebar_start(true);
     
 //display welcome table
 echo html_round_frame_start("AARY: Arrays and Strings","98%","",20);

Index: char.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/char.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- char.php	12 Oct 2003 23:50:36 -0000	1.2
+++ char.php	13 Oct 2003 14:28:41 -0000	1.3
@@ -3,11 +3,10 @@
 $file_root = "../..";
 // load libs
 require($file_root."/include/"."incl.php");
-require($file_root."/docs/specs/"."sidebar_specs.php");
 
 // start of html
 html_header("SCUMM Reference Guide :: CHAR Character Sets");
-sidebar_specs_start();
+sidebar_start(true);
 
 //display welcome table
 echo html_round_frame_start("CHAR: Character Sets","98%","",20);

Index: glossary.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/glossary.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- glossary.php	12 Oct 2003 23:50:36 -0000	1.3
+++ glossary.php	13 Oct 2003 14:28:41 -0000	1.4
@@ -3,11 +3,10 @@
 $file_root = "../..";
 // load libs
 require($file_root."/include/"."incl.php");
-require($file_root."/docs/specs/"."sidebar_specs.php");
 
 // start of html
 html_header("SCUMM Reference Guide :: Glossary");
-sidebar_specs_start();
+sidebar_start(true);
 
 //display welcome table
 echo html_round_frame_start("Glossary","98%","",20);

Index: index.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/index.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- index.php	12 Oct 2003 23:50:36 -0000	1.3
+++ index.php	13 Oct 2003 14:28:41 -0000	1.4
@@ -3,11 +3,10 @@
 $file_root = "../..";
 // load libs
 require($file_root."/include/"."incl.php");
-require($file_root."/docs/specs/"."sidebar_specs.php");
 
 // start of html
 html_header("The inComplete SCUMM Reference Guide");
-sidebar_specs_start();
+sidebar_start(true);
 
 // add 
 

Index: introduction.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/introduction.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- introduction.php	12 Oct 2003 23:50:36 -0000	1.6
+++ introduction.php	13 Oct 2003 14:28:41 -0000	1.7
@@ -3,11 +3,10 @@
 $file_root = "../..";
 // load libs
 require($file_root."/include/"."incl.php");
-require($file_root."/docs/specs/"."sidebar_specs.php");
 
 // start of html
 html_header("SCUMM Reference Guide :: Introduction");
-sidebar_specs_start();
+sidebar_start(true);
 
 //display welcome table
 echo html_round_frame_start("Introduction","98%","",20);

Index: scrp-v5.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/scrp-v5.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- scrp-v5.php	12 Oct 2003 23:50:36 -0000	1.3
+++ scrp-v5.php	13 Oct 2003 14:28:41 -0000	1.4
@@ -3,11 +3,10 @@
 $file_root = "../..";
 // load libs
 require($file_root."/include/"."incl.php");
-require($file_root."/docs/specs/"."sidebar_specs.php");
 
 // start of html
 html_header("SCUMM Reference Guide :: V5 opcode list");
-sidebar_specs_start();
+sidebar_start(true);
 
 //display welcome table 
 echo html_round_frame_start("V5 opcode list","98%","",20);

Index: scrp-v6.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/scrp-v6.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- scrp-v6.php	12 Oct 2003 23:50:36 -0000	1.4
+++ scrp-v6.php	13 Oct 2003 14:28:41 -0000	1.5
@@ -3,11 +3,10 @@
 $file_root = "../..";
 // load libs
 require($file_root."/include/"."incl.php");
-require($file_root."/docs/specs/"."sidebar_specs.php");
 
 // start of html
 html_header("SCUMM Reference Guide :: V6 opcode list");
-sidebar_specs_start();
+sidebar_start(true);
 
 //display welcome table
 echo html_round_frame_start("V6 opcode list","98%","",20);

Index: scrp.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/scrp.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- scrp.php	12 Oct 2003 23:50:36 -0000	1.3
+++ scrp.php	13 Oct 2003 14:28:41 -0000	1.4
@@ -3,11 +3,10 @@
 $file_root = "../..";
 // load libs
 require($file_root."/include/"."incl.php");
-require($file_root."/docs/specs/"."sidebar_specs.php");
 
 // start of html
 html_header("SCUMM Reference Guide :: SCRP Scripts");
-sidebar_specs_start();
+sidebar_start(true);
 
 //display welcome table
 echo html_round_frame_start("SCRP: Scripts","98%","",20);

--- sidebar_specs.php DELETED ---





More information about the Scummvm-git-logs mailing list