[Scummvm-cvs-logs] CVS: web/docs bootparam.xml,1.27,1.28 conventions.xml,1.9,1.10 datafiles.xml,1.35,1.36 maccd-howto.xml,1.2,1.3 md5.xml,1.12,1.13

Eugene Sandulenko sev at users.sourceforge.net
Sat Nov 12 16:31:01 CET 2005


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

Modified Files:
	bootparam.xml conventions.xml datafiles.xml maccd-howto.xml 
	md5.xml 
Log Message:
New website design.


Index: bootparam.xml
===================================================================
RCS file: /cvsroot/scummvm/web/docs/bootparam.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- bootparam.xml	23 Oct 2005 10:03:32 -0000	1.27
+++ bootparam.xml	13 Nov 2005 00:29:57 -0000	1.28
@@ -1,8 +1,6 @@
 <NAME>boot params</NAME>
 <DESC>A partial list of the boot params of some games.</DESC>
 <BODY>
-	<h1>boot params</h1>
-
 <h2>What are boot params?</h2>
 <p>
 A boot param is a special number which allows you (if used appropriately, see below)

Index: conventions.xml
===================================================================
RCS file: /cvsroot/scummvm/web/docs/conventions.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- conventions.xml	10 Aug 2005 18:36:20 -0000	1.9
+++ conventions.xml	13 Nov 2005 00:29:57 -0000	1.10
@@ -1,8 +1,6 @@
 <NAME>ScummVM code formatting conventions</NAME>
 <DESC>This page describes the coding style we use in ScummVM.</DESC>
 <BODY>
-		<h1>ScummVM code formatting conventions</h1>
-		
 		<h2>1. Use common sense</h2>
 		<p>
 		These are conventions which we try to follow when writing code for ScummVM.

Index: datafiles.xml
===================================================================
RCS file: /cvsroot/scummvm/web/docs/datafiles.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- datafiles.xml	21 Sep 2005 07:01:38 -0000	1.35
+++ datafiles.xml	13 Nov 2005 00:29:57 -0000	1.36
@@ -1,8 +1,6 @@
 <NAME>Game data files</NAME>
 <DESC>This page lists for many supported games which files exactly are needed by ScummVM in order to be able to play that game.</DESC>
 <BODY>
-	<h1>ScummVM games data files</h1>
-
 <p>The MONSTER.SOU files in SCUMM games and sound effects/speech files in Simon
 the Sorcerer 1/2 can also be compressed, check readme included with ScummVM for
 details.</p>

Index: maccd-howto.xml
===================================================================
RCS file: /cvsroot/scummvm/web/docs/maccd-howto.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- maccd-howto.xml	30 Jun 2005 20:50:27 -0000	1.2
+++ maccd-howto.xml	13 Nov 2005 00:29:57 -0000	1.3
@@ -2,8 +2,6 @@
 <DESC>This page describes how to copy files from Mac LEC game releases and prepare them for ScummVM.</DESC>
 <BODY>
 
-<h1>Mac CD ScummVM HOWTO</h1>
-
 <h2>Introduction:</h2>
 
 <p>This is a rough description of how to use your Macintosh CD

Index: md5.xml
===================================================================
RCS file: /cvsroot/scummvm/web/docs/md5.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- md5.xml	7 Feb 2004 17:32:38 -0000	1.12
+++ md5.xml	13 Nov 2005 00:29:57 -0000	1.13
@@ -6,7 +6,7 @@
 	print "<tr><td></td><td>$variant</td><td>$platform</td>";
 	print "<td>";
 	if ($language != "All" && $language != "All?") {
-		print "<img src='images/$language.png' alt='$language' style='vertical-align: middle; width: 20px; height: 12px'/> ";
+	  print "<img src='images/fl-$language.png' alt='$language' style='vertical-align: middle; width: 20px; height: 12px'/> ";
 	}
 	print "$language</td>";
 	print "<td class='md5'>$md5</td>";
@@ -14,9 +14,8 @@
 	print "<td>$source</td></tr>";
 }
 ?>
-<h1>Scumm Data File MD5 Checksums</h1>
-
-<blockquote>
+<div class="par-intro">
+<br />
 	<p>All the MD5 checksums listed below are computed for the canonic "first" file of each game.
 	This is usually a file like "00.lfl", "000.lfl", "*.000", "*.la0", "*.he0" etc.
 	</p>
@@ -24,19 +23,21 @@
 	<p>If you have data files not listed here, or if the MD5 of your data files
 	differs from the values listed here, please drop us a note so we can update
 	the table. Email us at <em>scummvm-devel AT lists DOT sourceforge DOT net</em>.</p>
+<br />
+</div>
 
-</blockquote>
-
-<hr />
+<div class="document-time">
+Last updated: <?php echo date("F j, Y, g:i a",filemtime("docs/md5.inc")); ?>
+</div>
+		
+<br />
+<br />
 
-<table cellspacing="3" cellpadding="3">
+<div class='md5-table'>
+<table>
 <tr><th>Game</th><th>Variant</th><th>Platform</th><th>Language</th><th>MD5</th><th>Game Target</th><th>Source of information</th></tr>
 	<?php include $file_root."/docs/"."md5.inc"; ?>
 </table>
-<hr />
-
-<div style="font-size: small; font-style: italic; ">
-Last updated: $Date$
 </div>
-		
+
 </BODY>





More information about the Scummvm-git-logs mailing list