[Scummvm-cvs-logs] CVS: web compatibility.php,1.463,1.464 downloads.php,1.148,1.149 screenshots.php,1.20,1.21
Eugene Sandulenko
sev at users.sourceforge.net
Sun Nov 13 07:00:01 CET 2005
Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29610
Modified Files:
compatibility.php downloads.php screenshots.php
Log Message:
Fix more HTML errors. Now we are truly compliant.
Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.463
retrieving revision 1.464
diff -u -d -r1.463 -r1.464
--- compatibility.php 13 Nov 2005 00:29:57 -0000 1.463
+++ compatibility.php 13 Nov 2005 14:58:53 -0000 1.464
@@ -75,7 +75,7 @@
'Monkey Island 2: LeChuck\'s revenge' => array('monkey2','95'),
'Indiana Jones 4 and the Fate of Atlantis' => array('atlantis','95'),
'Day Of The Tentacle' => array('tentacle','95'),
- 'Sam & Max' => array('samnmax','95'),
+ 'Sam & Max' => array('samnmax','95'),
'Full Throttle' => array('ft','90'),
'The Dig' => array('dig','90'),
'Curse of Monkey Island' => array('comi','90'),
@@ -102,7 +102,7 @@
'Pajama Sam 1: No Need to Hide When It\'s Dark Outside' => array('pajama','70'),
'Pajama Sam 2: Thunder and Lightning Aren\'t so Frightening' => array('pajama2','90'),
'Pajama Sam 3: You Are What You Eat From Your Head to Your Feet' => array('pajama3','50'),
- 'Pajama Sam\'s Lost & Found' => array('lost','80'),
+ 'Pajama Sam\'s Lost & Found' => array('lost','80'),
'Pajama Sam\'s Sock Works' => array('socks','90'),
'Putt-Putt Enters the Race' => array('puttrace','90'),
'Putt-Putt Goes To The Moon' => array('puttmoon','95'),
@@ -113,7 +113,7 @@
'Putt-Putt and Pep\'s Balloon-O-Rama' => array('balloon','90'),
'Putt-Putt and Pep\'s Dog on a Stick' => array('dog','90'),
'Putt-Putts Fun Pack' => array('funpack','95'),
- 'Putt-Putt & Fatty Bear\'s Activity Pack' => array('activity','95'),
+ 'Putt-Putt & Fatty Bear\'s Activity Pack' => array('activity','95'),
'Spyfox 1: Dry Cereal' => array('spyfox','85'),
'Spyfox 2: Some Assembly Required' => array('spyfox2','90'),
'Spyfox 3: Operation Ozone' => array('spyozon','70'),
@@ -314,8 +314,8 @@
"simon1demo" => "No known issues, game demo is completable.",
"simon2talkie" => "No known issues, game is completable.".
"<br>- Amiga, DOS, Macintosh and Windows versions supported by this target".
- "<br>- Only the default language (English) in Amiga & Mactinosh versions is supported".
- "<br>- F10 key animation is different in Amiga & Macintosh versions",
+ "<br>- Only the default language (English) in Amiga & Mactinosh versions is supported".
+ "<br>- F10 key animation is different in Amiga & Macintosh versions",
"simon2dos" => "No known issues, game is completable."
);
Index: downloads.php
===================================================================
RCS file: /cvsroot/scummvm/web/downloads.php,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- downloads.php 13 Nov 2005 14:56:51 -0000 1.148
+++ downloads.php 13 Nov 2005 14:58:53 -0000 1.149
@@ -57,7 +57,6 @@
If you have successfully ported ScummVM to a platform not listed, please drop us a note, telling which OS, etc.
you used.
- <p>
<UL>
<LI>The latest STABLE release of ScummVM is 0.8.0, and can be downloaded below
under '<A HREF="#stable">Release Binaries</A>'. If you run Windows and are confused,
Index: screenshots.php
===================================================================
RCS file: /cvsroot/scummvm/web/screenshots.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- screenshots.php 13 Nov 2005 03:20:51 -0000 1.20
+++ screenshots.php 13 Nov 2005 14:58:53 -0000 1.21
@@ -56,7 +56,7 @@
echo "<a href=\"javascript:openWin('./screenshots/{$screenshots[$randImg]}','scummvm',640,483);\"\n";
echo " onMouseOver=\"window.status='Click to View Full Size Image';return true;\"\n";
echo " onMouseOut=\"window.status='';return true;\">";
- echo '<img align=right src="'.screenshot_thumb_from_full($screenshots[$randImg]).'" alt="Random Screenshot" /';
+ echo '<img align=right src="'.screenshot_thumb_from_full($screenshots[$randImg]).'" alt="Random Screenshot"';
echo ' title="Click to view Full Size"></a>';
?>
</td><td style="background:#a82709;" width=7 height=192 rowspan=2></td></tr>
More information about the Scummvm-git-logs
mailing list