[Scummvm-cvs-logs] CVS: web compatibility.php,1.254,1.255 compatibility_stable.php,1.1,1.2 contact.php,1.26,1.27 credits.php,1.5,1.6 demos.php,1.18,1.19 downloads.php,1.53,1.54 index.php,1.10,1.11 links.php,1.35,1.36 screenshots.php,1.3,1.4 status.php,1.5,1.6 styles.css,1.9,1.10

Max Horn fingolfin at users.sourceforge.net
Sun Oct 12 16:26:03 CEST 2003


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

Modified Files:
	compatibility.php compatibility_stable.php contact.php 
	credits.php demos.php downloads.php index.php links.php 
	screenshots.php status.php styles.css 
Log Message:
working on 'HTML 4.01 strict' compliance

Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -d -r1.254 -r1.255
--- compatibility.php	12 Oct 2003 00:02:10 -0000	1.254
+++ compatibility.php	12 Oct 2003 23:24:24 -0000	1.255
@@ -20,10 +20,7 @@
 
 
 ?>
-	<p>
-	  <big><b>Compatibility</b></big><br>
-	  <? echo html_line(); ?>
-	</p>
+	<h1>Compatibility</h1>
 <?
 if ($details)
 {

Index: compatibility_stable.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility_stable.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- compatibility_stable.php	2 Aug 2003 05:26:55 -0000	1.1
+++ compatibility_stable.php	12 Oct 2003 23:24:24 -0000	1.2
@@ -20,10 +20,7 @@
 
 
 ?>
-	<p>
-	  <big><b>Compatibility</b></big><br>
-	  <? echo html_line(); ?>
-	</p>
+	<h1>Compatibility</h1>
 <?
 if ($details)
 {

Index: contact.php
===================================================================
RCS file: /cvsroot/scummvm/web/contact.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- contact.php	12 May 2003 10:46:42 -0000	1.26
+++ contact.php	12 Oct 2003 23:24:24 -0000	1.27
@@ -20,31 +20,31 @@
 echo html_round_frame_start("Contact","98%","",20);
 
 ?>
-	<p>
-	  <big><b>Contact</b></big><br>
-	  <? echo html_line(); ?>
-	</p>
+	<h1>Contact</h1>
 	<p>
 		<b>Please do not contact the team for questions about using ScummVM. Instead use the
 		<a href="http://sourceforge.net/forum/?group_id=37116">forums</a> or the
 		<a href="http://sourceforge.net/tracker/?group_id=37116&atid=418820">bug reporting system</a>!</b><br>
 	</p>
+	<br>
 
-	<br><b>IRC channel</b><? echo html_line(); ?>
+	<h2>IRC channel</h2>
 	<p>
 		The #scummvm IRC channel on <a href="http://freenode.net/irc_servers.shtml">irc.freenode.net</a> is also a good
 		place to ask questions. Many ScummVM developers hang out there regularly, as well as many ScummVM users.
 	</p>
+	<br>
 	
-	<br><b>Forums</b><? echo html_line(); ?>
+	<h2>Forums</h2>
 	<p>
 	We offer two <a href="http://sourceforge.net/forum/?group_id=37116">forums</a> hosted by SourceForge.net.
 	Use the <a href="http://sourceforge.net/forum/forum.php?forum_id=115757">help forum</a> if you encounter problems using ScummVM.
 	The <a href="http://sourceforge.net/forum/forum.php?forum_id=115756">open discussion forum</a> is, as the name suggests,
 	meant for open discussion of any topics somehow related to ScummVM.
 	</p>
+	<br>
 	
-	<br><b>Bug reports, feature requests, patches</b><? echo html_line(); ?>
+	<h2>Bug reports, feature requests, patches</h2>
 	<p>
 	If you think you found a bug, take a look at our <a href="http://sourceforge.net/tracker/?group_id=37116&atid=418820">bug tracker</a>.
 	Maybe a similar bug has already been filed, in which case you can add a comment to that bug report. If not, you can submit a new
@@ -58,13 +58,13 @@
 	Finally, if you have made a modification to the ScummVM source code and want to see it merged back into the ScummVM main line,
 	you can use our <a href="http://sourceforge.net/tracker/?group_id=37116&atid=418822">patch tracker</a> for that. 
 	</p>
+	<br>
     
-	<br><b>Mailing list</b><? echo html_line(); ?>
+	<h2>Mailing list</h2>
 	<p>
 	There are three ScummVM related  <a href="http://sourceforge.net/mail/?group_id=37116">mailing lists</a>.
 	Two of them are for automated content only. The one where you can send emails to yourself is scummvm-devel.
 	</p>
-	
 
 <?
 

Index: credits.php
===================================================================
RCS file: /cvsroot/scummvm/web/credits.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- credits.php	28 Sep 2003 03:48:13 -0000	1.5
+++ credits.php	12 Oct 2003 23:24:24 -0000	1.6
@@ -21,7 +21,6 @@
 	else
 		echo "<td></td>";
 	echo "<td>- ".$desc."</td>";
-	return do_indent("<b>$str</b><br>\n".html_line());
 }
 
 
@@ -33,15 +32,12 @@
 echo html_round_frame_start("Credits","98%","",20);
 
 ?>
-	<p>
-	  <big><b>Credits</b></big><br>
-	  <? echo html_line(); ?>
-	</p>
+	<h1>Credits</h1>
     
 	<blockquote>
 	<table border=0 cellpadding=5 cellspacing=0>
 	  
-      <tr><td colspan=3><b>The ScummVM team:</b><? echo html_line(); ?></td></tr>
+      <tr><td colspan=3><h2>The ScummVM team:</h2></td></tr>
       
 	  <?php
 	  add_person('<a href="http://sourceforge.net/sendmessage.php?touser=2715" target="_blank">James Brown</a>',
@@ -69,7 +65,7 @@
 	  ?>
   
       <tr><td colspan=3> </td></tr>
-      <tr><td colspan=3><b>Retired Team Members:</b><? echo html_line(); ?></td></tr>
+      <tr><td colspan=3><h2>Retired Team Members:</h2></td></tr>
       
 	  <?php
 	  add_person("Ralph Brorsen", "painelf", "Help with GUI Implementation");
@@ -81,7 +77,7 @@
 	  ?>
 
       <tr><td colspan=3> </td></tr>
-      <tr><td colspan=3><b>Contributors:</b><? echo html_line(); ?></td></tr>
+      <tr><td colspan=3><h2>Contributors:</h2></td></tr>
 
 	  <?php
 	  add_person("Janne Huttunen", "", "V3 actor mask support, Dig/FT SMUSH audio");
@@ -103,7 +99,7 @@
       <tr><td colspan=3>And to all the contributors, users, and beta testers we've missed. Thanks!</td></tr>
       
       <tr><td colspan=3> </td></tr>
-      <tr><td colspan=3><b>Special thanks to:</b><? echo html_line(); ?></td></tr>
+      <tr><td colspan=3><h2>Special thanks to:</h2></td></tr>
       
 	  <?php
 	  add_person("Sander Buskens", "", "For his work on the initial reversing of Monkey2");

Index: demos.php
===================================================================
RCS file: /cvsroot/scummvm/web/demos.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- demos.php	27 Sep 2003 03:42:36 -0000	1.18
+++ demos.php	12 Oct 2003 23:24:24 -0000	1.19
@@ -20,10 +20,7 @@
 
 
 ?>
-	<p>
-	  <big><b>Game Demos</b></big><br>
-	  <? echo html_line(); ?>
-	</p>
+	<h1>Game Demos</h1>
 	<p>
 	  This page lists some links to demos of various games, that in general don't work as well as the
 	  full versions. Full Throttle, The Dig, and the Curse of Monkey Island in particular.<br><br>

Index: downloads.php
===================================================================
RCS file: /cvsroot/scummvm/web/downloads.php,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- downloads.php	10 Aug 2003 07:29:13 -0000	1.53
+++ downloads.php	12 Oct 2003 23:24:25 -0000	1.54
@@ -20,10 +20,7 @@
 echo html_round_frame_start("Downloads","98%","",20);
 
 ?>
-	<p>
-	  <big><b>Downloads for ScummVM</b> version 0.5.1</big><br>
-	  <? echo html_line(); ?>
-	</p>
+	<h1>Downloads for ScummVM <span style="color: gray;">version 0.5.1</span></h1>
 
 	<p>
 	  Downloads are hosted with SourceForge.net. If you have one of the supported systems, you can directly download

Index: index.php
===================================================================
RCS file: /cvsroot/scummvm/web/index.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- index.php	7 Aug 2003 13:34:43 -0000	1.10
+++ index.php	12 Oct 2003 23:24:25 -0000	1.11
@@ -41,19 +41,16 @@
 ?>
 	<table width="100%" border=0 cellpadding=10 cellspacing=0>
 	<tr valign="top">
-	  <td width="100%">
-		<p>
-		  <big><b>What is <font color=green>Scumm</font>VM?</b></big><br>
-		  <? echo html_line(); ?>
-		</p>
+	  <td>
+		<h1>What is <span style="color: green">Scumm</span>VM?</h1>
 
 		<p>
 		ScummVM is a 'virtual machine' for several classic graphical point-and-click adventure
 		games. It is designed to run <a href="http://www.adventuresoft.com">Adventure Soft</a>'s
 		<i>Simon the Sorcerer</i> 1 and 2, <a href="http://www.revolution.co.uk">Revolution</a>'s
-		<i>Beneath A Steel Sky</i>, and games based on <a href="http://www.lucasarts.com">LucasArts</a>' <font
-		color="green">SCUMM</font> <font color="#666666">(<i>Script Creation Utility for Maniac
-		Mansion</i>)</font> system. <font color="green">SCUMM</font> is used for many games,
+		<i>Beneath A Steel Sky</i>, and games based on <a href="http://www.lucasarts.com">LucasArts</a>'
+		<span style="color: green">SCUMM</span> <span style="color: #666666">(<i>Script Creation Utility for Maniac
+		Mansion</i>)</span> system. <span style="color: green">SCUMM</span> is used for many games,
 		including <i>Monkey Island</i>, <i>Day of the Tentacle</i>, <i>Sam and Max</i> and more.
 		Compatibility with supported games is continually improving, so check back often.
 		</p>
@@ -70,19 +67,20 @@
 			<a href="javascript:openWin('./screenshots/big_scummvm_'+i_jn+'.png','scummvm',640,400);"
 			onMouseOver="window.status='Click to View Full Size Image';return true;"
 			onMouseOut="window.status='';return true;"><img
-			src="./screenshots/scummvm_<?=$randImg?>.png" border=0 hspace=5 width=256 height=160
-			vspace=5 name="img_jn" alt="Click to view Full Size"></a>
+			src="./screenshots/scummvm_<?=$randImg?>.png" width=256 height=160
+			style="margin: 5px"
+			name="img_jn" alt="Click to view Full Size"></a>
 		</td></tr>
 		<tr><td>
 			<table width="100%" border=0 cellpadding=0 cellspacing=0>
 			<tr>
 				<td align=left>
 				  <a href="javascript:scrshot_jn(<?=$total?>,0);"><img
-				  src="./images/back.gif" border=0 width=43 height=23 alt="back"></a>
+				  src="./images/back.gif" width=43 height=23 alt="back"></a>
 				</td>
 				<td align=right>
 				  <a href="javascript:scrshot_jn(<?=$total?>,1);"><img
-				  src="./images/next.gif" border=0 width=38 height=23 alt="next"></a>
+				  src="./images/next.gif" width=38 height=23 alt="next"></a>
 				</td>
 			</tr>
 			</table>
@@ -115,12 +113,14 @@
 	
 	echo html_frame_tr(
 			    html_frame_td(
-			    		   display_xml($file_root."/news/".$item,'IMG').
-					   "<p><big><b><font color=\"#666666\">".display_xml($file_root."/news/".$item,'DATE')."</font>: ".
-					   display_xml($file_root."/news/".$item,'NAME')."</b></big><br>\n".
-					   html_line()."</p>\n"."<blockquote>\n".
-					   display_xml($file_root."/news/".$item,'BODY')."</blockquote>\n".
-					   html_p()
+								'<div class="news-item">'.
+									'<div class="news-header">'.
+										'<span class="date">'.display_xml($file_root."/news/".$item,'DATE')."</span>: ".
+										display_xml($file_root."/news/".$item,'NAME').
+									'</div>'.
+									display_xml($file_root."/news/".$item,'IMG').
+									'<div class="news-body">'.display_xml($file_root."/news/".$item,'BODY').'</div>'.
+								'</div>'
 			                 )
 	                  );
 	

Index: links.php
===================================================================
RCS file: /cvsroot/scummvm/web/links.php,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- links.php	12 Oct 2003 21:38:32 -0000	1.35
+++ links.php	12 Oct 2003 23:24:25 -0000	1.36
@@ -19,12 +19,9 @@
 echo html_round_frame_start("Links","98%","",20);
 
 ?>
-	<p>
-	  <big><b>Links</b></big><br>
-	  <? echo html_line(); ?>
-	</p>
+	<h1>Links</h1>
 	
-	<b>Official ports</b><? echo html_line(); ?>
+	<h2>Official ports</h2>
 	<p>Some additional links for ports that have been merged into our CVS</p>
 
 	<blockquote>
@@ -63,7 +60,7 @@
 	
 	<!-- -->
 
-	<b>Unofficial ports</b><? echo html_line(); ?>
+	<h2>Unofficial ports</h2>
 	<p>There are a few unofficial ports of ScummVM floating around. Usually we prefer to merge any ports into our official
 	CVS, but for the following this has not (yet) happened for various reasons. Note that the ScummVM team does not endorse
 	any of these ports. We did not test them, and we do not guarantee that they work properly. <span style="color: red">Use at your own risk!</span></p>
@@ -89,7 +86,7 @@
 
 	<!-- -->
 
-	<b>Libraries & Technologies</b><? echo html_line(); ?>
+	<h2>Libraries & Technologies</h2>
 	<p>The following lists some libraries and technologies ScummVM makes use of
 	(depending on which system your run it and which configuration is chosen).</p>
 
@@ -141,7 +138,7 @@
 
 	<!-- -->
 
-	<b>Other sites of interest</b><? echo html_line(); ?>
+	<h2>Other sites of interest</h2>
 	<p>The following are links to sites that provide news and help on retro-gaming or are otherwise of interest.</p>
 
 	<blockquote>
@@ -195,7 +192,7 @@
 	
 	<!-- -->
 
-	<b>Other classic game engine open source projects</b><? echo html_line(); ?>
+	<h2>Other classic game engine open source projects</h2>
 	<p>The following are links to other classic game engine open source projects similar to ScummVM. 
       Know any other classic game projects that should be linked here?
       <a href="http://sourceforge.net/sendmessage.php?touser=339357" target="_blank">Let me know!</a>
@@ -256,7 +253,7 @@
     
 	<!-- -->
 
-	<b>Technical information about SCUMM</b><? echo html_line(); ?>
+	<h2>Technical information about SCUMM</h2>
 	<p>SCUMM is a complex system that grew over many years. Understanding it can
 	be quite difficult at times. Luckily there are some sites that provide you
 	with a bunch of information about SCUMM; here are some of them.
@@ -290,7 +287,7 @@
 	</table>
 	</blockquote>
 
-	<b>GUI frontends for ScummVM</b><? echo html_line(); ?>
+	<h2>GUI frontends for ScummVM</h2>
 	<p>
 Although ScummVM now includes a basic graphical user interface for adding and configuring basic game options, it is new and fairly
 incomplete. For those whom are not comfortable using the command line to access the more advanced options, here are some other

Index: screenshots.php
===================================================================
RCS file: /cvsroot/scummvm/web/screenshots.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- screenshots.php	12 Oct 2003 21:24:01 -0000	1.3
+++ screenshots.php	12 Oct 2003 23:24:25 -0000	1.4
@@ -19,10 +19,7 @@
 echo html_round_frame_start("Screenshots","98%","",20);
 
 ?>
-	<p>
-	  <big><b>Screenshots</b></big><br>
-	  <? echo html_line(); ?>
-	</p>
+	<h1>Screenshots</h1>
 
 <?
 

Index: status.php
===================================================================
RCS file: /cvsroot/scummvm/web/status.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- status.php	17 Oct 2002 12:50:27 -0000	1.5
+++ status.php	12 Oct 2003 23:24:25 -0000	1.6
@@ -25,10 +25,7 @@
 echo html_round_frame_start("State of the SCUMM","98%","",20);
 
 ?>
-	<p>
-	  <? echo html_headline("<big>State of the SCUMM - 17th October 2002</big>"); ?>
-	</p>
-	<p>
+	<h1>State of the SCUMM - 17th October 2002</h1>
 	<h3 align="center"><a href="http://sourceforge.net/mailarchive/forum.php?thread_id=1199086&forum_id=7223">
 Link to the e-mail thread archive</a></h3>
 

Index: styles.css
===================================================================
RCS file: /cvsroot/scummvm/web/styles.css,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- styles.css	12 Oct 2003 21:22:37 -0000	1.9
+++ styles.css	12 Oct 2003 23:24:25 -0000	1.10
@@ -9,14 +9,48 @@
 /* General Colors */
 OL,UL,P,BODY	{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
 TD,TR,TH,FORM	{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
-SPAN		{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
-H1,H2,H3	{ font-family: Arial, Helvetica, sans-serif; font-size: 14pt; }
-H4,H5,H6	{ font-family: Arial, Helvetica, sans-serif; font-size: 12pt; }
+H1		{ font-family: Arial, Helvetica, sans-serif; font-size: 12pt; }
+H2		{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
+H3,H4,H5,H6	{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
 INPUT		{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
 T1			{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
 PRE			{ font-family: Lucida Console, monospace; font-size: 10pt; }
 SMALL		{ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; }
 
+/* no borders for images */
+img { border: 0px; }
+
+/* draw a line below the h1/h2/h3 elements */
+h1,h2
+{
+	background-image: url(images/grey_pixel.gif);
+	background-repeat: repeat-x;
+	background-position: left bottom;
+	padding-bottom: 1px;
+}
+
+/* news items */
+.news-item .news-header
+{
+	font-weight: bold;
+	font-size: medium;
+	background-image: url(images/grey_pixel.gif);
+	background-repeat: repeat-x;
+	background-position: left bottom;
+	padding-bottom: 1px;
+}
+
+.news-item  .news-header .date
+{
+	font-style: normal;
+	color: #666666;
+}
+
+.news-item .news-body
+{
+	margin: 1em 40px 2em 40px;
+}
+
 /* query row colors */
 .color0		{ background-color: #E0E0E0 }
 .color1		{ background-color: #C0C0C0 }
@@ -40,7 +74,7 @@
 TD.label	{ font-weight: bold }
 
 /* Copyright */
-.copyright	{ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF; }
+.copyright	{ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF; text-align: right; }
 
 /* Percentage Colors */
 .pct0   	{ background-color: #ff5050; }
@@ -140,7 +174,3 @@
         font-family: Arial, Helvetica, sans-serif;
         font-size: smaller;
 }
-
-/* no borders for images */
-img { border: 0px; }
-





More information about the Scummvm-git-logs mailing list