[Scummvm-cvs-logs] SF.net SVN: scummvm:[34591] web/trunk

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Sep 17 19:52:56 CEST 2008


Revision: 34591
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34591&view=rev
Author:   fingolfin
Date:     2008-09-17 17:52:55 +0000 (Wed, 17 Sep 2008)

Log Message:
-----------
WEB: Changed <? to <?php everywhere (I hope)

Modified Paths:
--------------
    web/trunk/compatibility.php
    web/trunk/contact.php
    web/trunk/credits.php
    web/trunk/demos.php
    web/trunk/docs/md5.xml
    web/trunk/docs/specs/aary.php
    web/trunk/docs/specs/char.php
    web/trunk/docs/specs/glossary.php
    web/trunk/docs/specs/index.php
    web/trunk/docs/specs/introduction.php
    web/trunk/docs/specs/scrp-v5.php
    web/trunk/docs/specs/scrp-v6.php
    web/trunk/docs/specs/scrp.php
    web/trunk/documentation.php
    web/trunk/downloads.php
    web/trunk/faq.php
    web/trunk/feed-atom.php
    web/trunk/include/compatibility/compat-0.10.0.inc
    web/trunk/include/compatibility/compat-0.9.1.inc
    web/trunk/include/html.php
    web/trunk/include/menu.php
    web/trunk/include/sidebar.php
    web/trunk/links.php
    web/trunk/poll/index.php
    web/trunk/press.php
    web/trunk/screenshots.php
    web/trunk/subprojects.php

Modified: web/trunk/compatibility.php
===================================================================
--- web/trunk/compatibility.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/compatibility.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 /*
  * ScummVM Compatibility Page
@@ -51,7 +51,7 @@
 	  This page lists the progress of ScummVM as it relates to individual game compatibility.
 	  Please note this list applies to the English versions of games. We attempt to test many versions of games, however there are occasionally problems with other languages.<br><br>
 	  Click on the game name to view the complete notes of a game.<br><br>
-<?
+<?php
 
 // Get the available versions of compatibility information
 $versions = array();
@@ -76,8 +76,7 @@
 ?>
 	  This is the compatibility of the current WIP SVN version, <B>not of a stable release</B>
 	  (Please see one of the following for the Compatibility charts of the stable releases:
-<?
-
+<?php
 foreach ($versions as $ver)
 	echo " <a href=\"compatibility.php?version=".$ver."\">".$ver."</a>";
 
@@ -85,13 +84,13 @@
 	  As this is the status of the Work In Progress version, occasional temporary bugs
 	  may be introduced with new changes, thus this list refects the 'best case' scenario. 
 	  It is highly recommended to use the latest stable release, where possible.
-<?
+<?php
 } else {
 ?>
-	  Also, this is the compatibility of the <? echo $version; ?> stable release, <B>not
+	  Also, this is the compatibility of the <?php echo $version; ?> stable release, <B>not
 	  of SVN snapshots/daily builds</B>. The status of these can be found on the <a href="compatibility.php">SVN Compatibility</A> chart.<br>
 	  You can also see the Compatibility chart for these releases:
-<?
+<?php
 
 foreach ($versions as $ver)
 	if ($ver != $version)
@@ -100,14 +99,14 @@
 }
 ?>
 	  <br><br>
-	  <small>Last Updated: <? echo date("F d, Y",filemtime($file_root."/include/compatibility/compat-".$version.".inc")); ?></small>
+	  <small>Last Updated: <?php echo date("F d, Y",filemtime($file_root."/include/compatibility/compat-".$version.".inc")); ?></small>
 <br>
 <br>
     </div>
 <br>
     <div class="par-content">
 
-<?
+<?php
 	// Display the Color Key Table
 	echo html_frame_start("Color Key","85%",1,1,"color4");
 	$pcts = array(0,5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100);

Modified: web/trunk/contact.php
===================================================================
--- web/trunk/contact.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/contact.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 // set this for position of this file relative
 $file_root = ".";
@@ -79,7 +79,7 @@
     </div>
   </div>
 
-<?
+<?php
 
 html_content_end();
 html_page_footer();

Modified: web/trunk/credits.php
===================================================================
--- web/trunk/credits.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/credits.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 /*
  * Credits Page for ScummVM

Modified: web/trunk/demos.php
===================================================================
--- web/trunk/demos.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/demos.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 /*
  * Links to Demo downloads
@@ -58,7 +58,7 @@
 
   <div class="par-content">
 
-<?
+<?php
 
 $LEC_demos = array(
 	'Day of the Tentacle (DOS demo - Non interactive)'

Modified: web/trunk/docs/md5.xml
===================================================================
--- web/trunk/docs/md5.xml	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/docs/md5.xml	2008-09-17 17:52:55 UTC (rev 34591)
@@ -33,7 +33,7 @@
 	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>
 
-	<p>Note: If a game appears here, this does <b>not</b> imply that it is officially supported by ScummVM or even playable. If you want to find out whether a game is supported, please consult the <a href="<?=$file_root?>/compatibility.php">compatibility page</a>.
+	<p>Note: If a game appears here, this does <b>not</b> imply that it is officially supported by ScummVM or even playable. If you want to find out whether a game is supported, please consult the <a href="<?php echo $file_root; ?>/compatibility.php">compatibility page</a>.
 </p>
 <br>
 </div>

Modified: web/trunk/docs/specs/aary.php
===================================================================
--- web/trunk/docs/specs/aary.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/docs/specs/aary.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 $file_root = "../..";
 // load libs
@@ -105,7 +105,7 @@
   </div>
 </div>
 
-<?
+<?php
 
 // end of html
 html_content_end();

Modified: web/trunk/docs/specs/char.php
===================================================================
--- web/trunk/docs/specs/char.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/docs/specs/char.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 $file_root = "../..";
 // load libs
@@ -107,7 +107,7 @@
   </div>
 </div>
 
-<?
+<?php
 
 // end of html
 html_content_end();

Modified: web/trunk/docs/specs/glossary.php
===================================================================
--- web/trunk/docs/specs/glossary.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/docs/specs/glossary.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 $file_root = "../..";
 // load libs
@@ -69,7 +69,7 @@
   </div>
 </div>
 
-<?
+<?php
 
 // end of html
 html_content_end();

Modified: web/trunk/docs/specs/index.php
===================================================================
--- web/trunk/docs/specs/index.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/docs/specs/index.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -40,7 +40,7 @@
   </div>
 </div>
 
-<?
+<?php
 
 // end of html
 html_content_end();

Modified: web/trunk/docs/specs/introduction.php
===================================================================
--- web/trunk/docs/specs/introduction.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/docs/specs/introduction.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 $file_root = "../..";
 // load libs
@@ -174,7 +174,7 @@
 
 <p>The full list of games and versions follows.
 
-<?
+<?php
 
 $games = array(
 		'Maniac Mansion (c64)'                                  => array('1'),
@@ -267,7 +267,7 @@
   </div>
 </div>
 
-<?
+<?php
 html_content_end();
 html_page_footer();
 ?>

Modified: web/trunk/docs/specs/scrp-v5.php
===================================================================
--- web/trunk/docs/specs/scrp-v5.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/docs/specs/scrp-v5.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 $file_root = "../..";
 // load libs
@@ -934,7 +934,7 @@
   </div>
 </div>
 
-<?
+<?php
 
 // end of html
 html_content_end();

Modified: web/trunk/docs/specs/scrp-v6.php
===================================================================
--- web/trunk/docs/specs/scrp-v6.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/docs/specs/scrp-v6.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 $file_root = "../..";
 // load libs
@@ -2011,7 +2011,7 @@
   </div>
 </div>
 
-<?
+<?php
 
 // end of html
 html_content_end();

Modified: web/trunk/docs/specs/scrp.php
===================================================================
--- web/trunk/docs/specs/scrp.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/docs/specs/scrp.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 $file_root = "../..";
 // load libs
@@ -264,7 +264,7 @@
   </div>
 </div>
 
-<?
+<?php
 
 // end of html
 html_content_end();

Modified: web/trunk/documentation.php
===================================================================
--- web/trunk/documentation.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/documentation.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -49,8 +49,8 @@
   <br>
   <br>
 
-  <a href='http://scummvm.svn.sourceforge.net/viewvc/scummvm/scummvm/tags/<? echo $current_release_tag; ?>/README?view=markup'>README <? echo $current_release; ?></a><br>
-  The ScummVM README, for version <? echo $current_release; ?><br><br>
+  <a href='http://scummvm.svn.sourceforge.net/viewvc/scummvm/scummvm/tags/<?php echo $current_release_tag; ?>/README?view=markup'>README <?php echo $current_release; ?></a><br>
+  The ScummVM README, for version <?php echo $current_release; ?><br><br>
 
   <a href='http://wiki.scummvm.org/index.php/Documentation'>Documentation on Wiki</a><br>
     Assorted documentation on our Wiki, several important HOWTO's<br><br>

Modified: web/trunk/downloads.php
===================================================================
--- web/trunk/downloads.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/downloads.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 /*
  * Downloads Page for ScummVM
@@ -20,7 +20,7 @@
 ?>
   <div class="par-item">
     <div class="par-head">
-       Downloads for ScummVM <span style="color: #aaaaaa;">version <? echo $current_release; ?></span>
+       Downloads for ScummVM <span style="color: #aaaaaa;">version <?php echo $current_release; ?></span>
     </div>
 
     <div class="par-intro">
@@ -54,13 +54,13 @@
 <td>
 	  Downloads are mostly hosted with SourceForge.net. If you have one of the supported systems, you can directly
 	  download the appropriate binary distribution. If you have another system, download the source and read the
-	  <a href="http://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/<? echo $current_release_tag; ?>/README">README</a>
+	  <a href="http://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/<?php echo $current_release_tag; ?>/README">README</a>
 	  file for directions on how to build ScummVM.
 	  If you have successfully ported ScummVM to a platform not listed, please drop us a note, telling which OS, etc.
 	  you used.
 
 	<UL>
-		<LI>The latest STABLE release of ScummVM is <? echo $current_release; ?>, and can be downloaded below
+		<LI>The latest STABLE release of ScummVM is <?php echo $current_release; ?>, and can be downloaded below
 	under '<A HREF="#stable">Release Binaries</A>'. If you run Windows and are confused,
 	download the 'Windows Installer'</LI>
 
@@ -167,10 +167,10 @@
 
     <div class="par-subhead-content">
 	<table>
-	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-<? echo $current_release; ?>.tar.bz2?download">ScummVM - Source .tar.bz2</a> <font class='cat-count'>(5.7M)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-<? echo $current_release; ?>.tar.gz?download">ScummVM - Source .tar.gz</a> <font class='cat-count'>(7.0M)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-<? echo $current_release; ?>.zip?download">ScummVM - Source .zip</a> <font class='cat-count'>(8.7M)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-<? echo $current_release; ?>-1.src.rpm?download">ScummVM - Source RPM</a> <font class='cat-count'>(6.4M RPM)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-<?php echo $current_release; ?>.tar.bz2?download">ScummVM - Source .tar.bz2</a> <font class='cat-count'>(5.7M)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-<?php echo $current_release; ?>.tar.gz?download">ScummVM - Source .tar.gz</a> <font class='cat-count'>(7.0M)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-<?php echo $current_release; ?>.zip?download">ScummVM - Source .zip</a> <font class='cat-count'>(8.7M)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-<?php echo $current_release; ?>-1.src.rpm?download">ScummVM - Source RPM</a> <font class='cat-count'>(6.4M RPM)</font></td></tr>
 	</table>
 
 
@@ -265,7 +265,7 @@
     <div class="par-content">
 
 	<table>
-	  <tr><td class='cat-bullet'><img src='images/cat-sky.png' alt="" width=24 height=24></td><td class='cat-link'><a href="https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/<? echo $current_release_tag; ?>/dists/engine-data/sky.cpt">Beneath a Steel Sky, SKY.CPT - required to run the game with a post-0.7.* ScummVM</a> <font class='cat-count'>(410k)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/cat-sky.png' alt="" width=24 height=24></td><td class='cat-link'><a href="https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/<?php echo $current_release_tag; ?>/dists/engine-data/sky.cpt">Beneath a Steel Sky, SKY.CPT - required to run the game with a post-0.7.* ScummVM</a> <font class='cat-count'>(410k)</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/cat-sky.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/bass-cd-1.2.zip?download">Beneath a Steel Sky, Freeware CD Version</a> <font class='cat-count'>(67M)</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/cat-sky.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/BASS-Floppy-1.3.zip?download">Beneath a Steel Sky, Freeware Floppy Version</a> <font class='cat-count'>(7.3M)</font></td></tr>
 
@@ -280,7 +280,7 @@
 	  <tr><td class='cat-bullet'><img src='images/cat-queen.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/FOTAQ_Heb_talkie.zip?download">Flight of the Amazon Queen, Freeware CD Version (<i>Hebrew</i> subtitles, English voices, ogg compressed sfx/speech)</a> <font class='cat-count'>(63.1M)</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/cat-queen.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/FOTAQ_Floppy.zip?download">Flight of the Amazon Queen, Freeware Floppy Version</a> <font class='cat-count'>(6.7M)</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/cat-queen.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://mikemth.de:1337/modules.php?name=Downloads&d_op=getit&lid=827">Flight of the Amazon Queen, Freeware Floppy Version</a> - <a href="http://www.mthN.de">hosted by Snoke Media and Tech Hosting Network</a> <font class='cat-count'>(6.7M)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/cat-queen.png' alt="" width=24 height=24></td><td class='cat-link'><a href="https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/<? echo $current_release_tag; ?>/dists/engine-data/queen.tbl">Flight of the Amazon Queen, queen.tbl - required to run original versions of FOTAQ</a> <font class='cat-count'>(1.0M)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/cat-queen.png' alt="" width=24 height=24></td><td class='cat-link'><a href="https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/<?php echo $current_release_tag; ?>/dists/engine-data/queen.tbl">Flight of the Amazon Queen, queen.tbl - required to run original versions of FOTAQ</a> <font class='cat-count'>(1.0M)</font></td></tr>
 
 	  <tr><td></td><td> </td></tr>
 
@@ -289,14 +289,14 @@
 	  <tr><td class='cat-bullet'><img src='images/cat-lure.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/lure-de-1.1.zip?download">Lure of the Temptress, Freeware Version (German)</a> <font class='cat-count'>(3.5M)</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/cat-lure.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/lure-it-1.1.zip?download">Lure of the Temptress, Freeware Version (Italian)</a> <font class='cat-count'>(3.0M)</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/cat-lure.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/lure-es-1.1.zip?download">Lure of the Temptress, Freeware Version (Spanish)</a> <font class='cat-count'>(2.1M)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/cat-lure.png' alt="" width=24 height=24></td><td class='cat-link'><a href="https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/<? echo $current_release_tag; ?>/dists/engine-data/lure.dat">Lure of the Temptress, lure.dat - required to run original versions of Lure of the Temptress</a> <font class='cat-count'>(623k) - Requires ScummVM <? echo $current_release; ?></font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/cat-lure.png' alt="" width=24 height=24></td><td class='cat-link'><a href="https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/<?php echo $current_release_tag; ?>/dists/engine-data/lure.dat">Lure of the Temptress, lure.dat - required to run original versions of Lure of the Temptress</a> <font class='cat-count'>(623k) - Requires ScummVM <?php echo $current_release; ?></font></td></tr>
 
 	  <tr><td></td><td> </td></tr>
 
 	  <tr><td class='cat-bullet'><img src='images/cat-drascula.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/drascula-1.0.zip?download">Drascula: The Vampire Strikes Back, Freeware Version (English)</a> <font class='cat-count'>(31.3M)</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/cat-drascula.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/drascula-audio-1.0.zip?download">Drascula: The Vampire Strikes Back, Freeware Version (Music AddOn, OGG format)</a> <font class='cat-count'>(34.4M)</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/cat-drascula.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/drascula-int-1.0.zip?download">Drascula: The Vampire Strikes Back, Freeware Version (Spanish, German, French and Italian AddOn)</a> <font class='cat-count'>(33.2M)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/cat-drascula.png' alt="" width=24 height=24></td><td class='cat-link'><a href="https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/<? echo $current_release_tag; ?>/dists/engine-data/drascula.dat">Drascula: The Vampire Strikes Back, DRASCULA.DAT - required for all versions of the game</a> <font class='cat-count'>(211k) - Requires ScummVM <? echo $current_release; ?></font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/cat-drascula.png' alt="" width=24 height=24></td><td class='cat-link'><a href="https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/<?php echo $current_release_tag; ?>/dists/engine-data/drascula.dat">Drascula: The Vampire Strikes Back, DRASCULA.DAT - required for all versions of the game</a> <font class='cat-count'>(211k) - Requires ScummVM <?php echo $current_release; ?></font></td></tr>
 
 	  <tr><td></td><td> </td></tr>
 
@@ -322,7 +322,7 @@
 
 	  <tr><td></td><td> </td></tr>
 
-	  <tr><td class='cat-bullet'><img src='images/cat-kyra.png' alt="" width=24 height=24></td><td class='cat-link'><a href="https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/<? echo $current_release_tag; ?>/dists/engine-data/kyra.dat">The Legend of Kyrandia, KYRA.DAT - required for all versions of the game</a> <font class='cat-count'>(182k)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/cat-kyra.png' alt="" width=24 height=24></td><td class='cat-link'><a href="https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/<?php echo $current_release_tag; ?>/dists/engine-data/kyra.dat">The Legend of Kyrandia, KYRA.DAT - required for all versions of the game</a> <font class='cat-count'>(182k)</font></td></tr>
 
 	</table>
 
@@ -356,8 +356,8 @@
 	</p>
 
 	<table>
-	  <tr><td class='cat-bullet'><img src='images/catpl-windows.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://scummvm.sourceforge.net/downloads/scummvm-win32.exe">Win32 ScummVM Daily Snapshot</a> <font class='cat-count'> (<? echo intval(filesize("downloads/scummvm-win32.exe")/1024) ?>K exe file, last update: <? echo date("F j, Y, g:i a",filemtime("downloads/scummvm-win32.exe")); ?>)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-windows.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://scummvm.sourceforge.net/downloads/scummvm-tools-win32.exe">Win32 ScummVM Tools Daily Snapshot</a> <font class='cat-count'> (<? echo intval(filesize("downloads/scummvm-tools-win32.exe")/1024) ?>K exe file, last update: <? echo date("F j, Y, g:i a",filemtime("downloads/scummvm-tools-win32.exe")); ?>)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-windows.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://scummvm.sourceforge.net/downloads/scummvm-win32.exe">Win32 ScummVM Daily Snapshot</a> <font class='cat-count'> (<?php echo intval(filesize("downloads/scummvm-win32.exe")/1024) ?>K exe file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/scummvm-win32.exe")); ?>)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-windows.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://scummvm.sourceforge.net/downloads/scummvm-tools-win32.exe">Win32 ScummVM Tools Daily Snapshot</a> <font class='cat-count'> (<?php echo intval(filesize("downloads/scummvm-tools-win32.exe")/1024) ?>K exe file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/scummvm-tools-win32.exe")); ?>)</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/catpl-macos.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://worldsmainorganization.org/scummvm/">Mac OS X Snapshots</a> <font class='cat-count'> (infrequently from Subversion trunk)</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/catpl-gp2x.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://www.distant-earth.com/scummvm/">GP2X Builds</a> <font class='cat-count'> (infrequent builds from Subversion trunk)</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/catpl-wince.png' alt="" width=24 height=24></td><td class='cat-link'><a href="http://arisme.free.fr/PocketScumm/daily/">Old PocketPC Builds</a> <font class='cat-count'> (infrequent snapshots of the PocketPC binaries)</font></td></tr>
@@ -396,7 +396,7 @@
 	</ul>
     </div>
   </div>
-<?
+<?php
 
 html_content_end();
 html_page_footer();

Modified: web/trunk/faq.php
===================================================================
--- web/trunk/faq.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/faq.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -22,7 +22,7 @@
        FAQ
     </div>
     <div class="par-content">
-    <div class="news-author">last updated: <? echo date("F d, Y",filemtime("faq.inc")); ?></div>
+    <div class="news-author">last updated: <?php echo date("F d, Y",filemtime("faq.inc")); ?></div>
 <?php
 include $file_root."/faq.inc";
 

Modified: web/trunk/feed-atom.php
===================================================================
--- web/trunk/feed-atom.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/feed-atom.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -12,9 +12,9 @@
 
 ?>
 <feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom">
-	<id>http://<?=$uri?></id>
+	<id>http://<?php echo $uri; ?></id>
 	<link rel="alternate" type="text/html" href="http://www.scummvm.org" />
-	<link rel="self" type="application/atom+xml" href="http://<?=$uri?>" />
+	<link rel="self" type="application/atom+xml" href="http://<?php echo $uri; ?>" />
 	<title type="text">ScummVM news</title>
 	<subtitle type="html"><![CDATA[ScummVM is a cross-platform interpreter for several point-and-click adventure engines. This includes all SCUMM-based adventures by LucasArts, Simon the Sorcerer 1&2 by AdventureSoft, Beneath a Steel Sky and Broken Sword 1&2 by Revolution, and many more.]]></subtitle>
 	<author>

Modified: web/trunk/include/compatibility/compat-0.10.0.inc
===================================================================
--- web/trunk/include/compatibility/compat-0.10.0.inc	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/include/compatibility/compat-0.10.0.inc	2008-09-17 17:52:55 UTC (rev 34591)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 // This array defines the games and their ratings, etc.
 $gamesLucas = array(

Modified: web/trunk/include/compatibility/compat-0.9.1.inc
===================================================================
--- web/trunk/include/compatibility/compat-0.9.1.inc	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/include/compatibility/compat-0.9.1.inc	2008-09-17 17:52:55 UTC (rev 34591)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 // This array defines the games and their ratings, etc.
 $gamesLucas = array(

Modified: web/trunk/include/html.php
===================================================================
--- web/trunk/include/html.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/include/html.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -11,7 +11,7 @@
 		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 		<meta http-equiv="Content-Script-Type" content="text/javascript">
    		<meta http-equiv="Content-Style-Type" content="text/css">
-		<link rel="stylesheet" href="<?=$file_root?>/style.css" type="text/css">
+		<link rel="stylesheet" href="<?php echo $file_root; ?>/style.css" type="text/css">
 
 <?php
   foreach ($extra_css as $css_file) {
@@ -30,8 +30,8 @@
 	<table class="main-container" width="90%" cellspacing="0" cellpadding="0" align="center">
 		<tr>
 			<td colspan="2"><table cellspacing="0" cellpadding="0" style="width:100%;">
-	    <tr><td rowspan="2" width="287"><img alt="ScummVM logo" src="<?=$file_root?>/images/scummvm_logo.jpg" width="287" height="118" border="0"></td>
-	    <td rowspan="2" style="background:url('<?=$file_root?>/images/bg-upper.gif')"> </td>
+	    <tr><td rowspan="2" width="287"><img alt="ScummVM logo" src="<?php echo $file_root; ?>/images/scummvm_logo.jpg" width="287" height="118" border="0"></td>
+	    <td rowspan="2" style="background:url('<?php echo $file_root; ?>/images/bg-upper.gif')"> </td>
 
 					<td width="483">
 
@@ -46,7 +46,7 @@
 ?>
 </td>
 					</tr>
-    <tr><td width="483"><img alt="Script creation utility for Maniac Mansion Virtual Machine" src="<?=$file_root?>/images/scummvm-caption.png" width="482" height="29"></td>
+    <tr><td width="483"><img alt="Script creation utility for Maniac Mansion Virtual Machine" src="<?php echo $file_root; ?>/images/scummvm-caption.png" width="482" height="29"></td>
 					<td width="24"> </td></tr>
 				</table>
 			</td>
@@ -66,15 +66,15 @@
 <tr><td style="padding-left:8px;padding-right:8px;">
 	<table width="100%" cellspacing="0" cellpadding="0">
 		<tr>
-    <td width="8" style="background:url('<?=$file_root?>/images/header-left-corner.gif');height:28px;"> </td>
-    <td style="background:url('<?=$file_root?>/images/header-background.gif')"><h2 style="margin:0px;color:#356a02;font-weight:bold;padding-left:1em;
+    <td width="8" style="background:url('<?php echo $file_root; ?>/images/header-left-corner.gif');height:28px;"> </td>
+    <td style="background:url('<?php echo $file_root; ?>/images/header-background.gif')"><h2 style="margin:0px;color:#356a02;font-weight:bold;padding-left:1em;
 			font-family:Trebuchet MS,Verdana,Tahoma;font-size:18px;color:#821d06">
 <?php
 shadowed_text($title, '#821d06', '#ffffff');
 ?>
 
 </h2></td>
-  <td width="8" style="background:url('<?=$file_root?>/images/header-right-corner.gif');height:28px;"> </td>
+  <td width="8" style="background:url('<?php echo $file_root; ?>/images/header-right-corner.gif');height:28px;"> </td>
 	</tr></table>
 </td></tr>
 <tr><td style="padding-left:8px;padding-right:8px;"><table width="100%" cellspacing="0"><tr><td style="border-left:1px solid #ebb716;border-right:1px solid #ebb716;padding:12px;background:#fff;">
@@ -87,9 +87,9 @@
 	</td></tr></table></td>
 <tr>
 	<td style="padding-left:8px;padding-right:8px;"><table width="100%" cellspacing="0" cellpadding="0"><tr>
-	<td width="8" style="height:28px;background:url('<?=$file_root?>/images/left-low-corner.gif')"> </td>
+	<td width="8" style="height:28px;background:url('<?php echo $file_root; ?>/images/left-low-corner.gif')"> </td>
 	<td style="border-bottom:1px solid #ebb716;text-align:right;background:#fff;"> </td>
-	<td width="8" style="background:url('<?=$file_root?>/images/right-low-corner.gif')"> </td>
+	<td width="8" style="background:url('<?php echo $file_root; ?>/images/right-low-corner.gif')"> </td>
 	</tr></table></td>
 </tr>
 </table>
@@ -109,7 +109,7 @@
 
 
 		</tr><tr><td class="menus" style="vertical-align:bottom;" >
-		<img src="<?=$file_root?>/images/tentacle1.gif" style="vertical-align:bottom;" alt="Tentacle" width="163" height="159">
+		<img src="<?php echo $file_root; ?>/images/tentacle1.gif" style="vertical-align:bottom;" alt="Tentacle" width="163" height="159">
 		</td>
 		</tr>
 
@@ -136,13 +136,13 @@
 	</tr>
 <!-- </td></tr> -->
 	</table>
-</td><td class="menus" style="width:163px;vertical-align:top;border:0px;" rowspan="2"><img src="<?=$file_root?>/images/tentacle2.gif" style="margin:0px;border:0px;
+</td><td class="menus" style="width:163px;vertical-align:top;border:0px;" rowspan="2"><img src="<?php echo $file_root; ?>/images/tentacle2.gif" style="margin:0px;border:0px;
 	vertical-align:bottom" alt="" width="150" height="63"></td>
 </tr><tr>
 <td colspan="2">
 <table width="100%" cellspacing="0" style="padding:0px;">
 <tr>
-<td width="12" style="height:5px;line-height:5px;width:12px;"><img alt="" src="<?=$file_root?>/images/content-left-bottom.gif" height="12" width="12"></td>
+<td width="12" style="height:5px;line-height:5px;width:12px;"><img alt="" src="<?php echo $file_root; ?>/images/content-left-bottom.gif" height="12" width="12"></td>
    <td style="background:#fbf1ce;line-height:2px;">  </td>
 </tr></table>
 </tr>
@@ -156,7 +156,7 @@
 					things are registered trademarks of <a href="http://www.lucasarts.com/">LucasArts, Inc.</a>. 
 					All other trademarks and registered trademarks are owned by their respective companies. ScummVM is 
 					not affiliated in any way with LucasArts, Inc.</td>
-					<td width="110"><img src="<?=$file_root?>/images/tentacle3.gif" alt="" width="116" height="74"></td>
+					<td width="110"><img src="<?php echo $file_root; ?>/images/tentacle3.gif" alt="" width="116" height="74"></td>
 					<td width="29"> </td> 
 				</tr>
 			</table>

Modified: web/trunk/include/menu.php
===================================================================
--- web/trunk/include/menu.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/include/menu.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -7,7 +7,7 @@
   <table class="menu" cellspacing="0">
   <tfoot>
     <tr>
-      <td><img src="<?=$file_root?>/images/menu-bottom.gif" alt="" width="145" height="13"></td>
+      <td><img src="<?php echo $file_root; ?>/images/menu-bottom.gif" alt="" width="145" height="13"></td>
     </tr>
 <?php
      if ($extra) {
@@ -15,7 +15,7 @@
      }
 ?>
   </tfoot>
-  <tr class="<?=$style?>"><th><?=$name?></th></tr>
+  <tr class="<?php echo $style; ?>"><th><?php echo $name; ?></th></tr>
   <tbody><tr><td><ul>
 <?php
  }

Modified: web/trunk/include/sidebar.php
===================================================================
--- web/trunk/include/sidebar.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/include/sidebar.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -6,7 +6,7 @@
 
 ?>
 <td class="menus">
-<?
+<?php
 
    $g = new htmlmenu("Main Menu", "menu-main");
     
@@ -53,7 +53,7 @@
 
 </td>
 
-<?
+<?php
 }
 
 ?>

Modified: web/trunk/links.php
===================================================================
--- web/trunk/links.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/links.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -251,7 +251,7 @@
   </div>
 
 </div>		
-<?
+<?php
 
 html_content_end();
 html_page_footer();

Modified: web/trunk/poll/index.php
===================================================================
--- web/trunk/poll/index.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/poll/index.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 /*
  * Downloads Page for ScummVM
@@ -101,7 +101,7 @@
   </div>
 </div>
 
-<?
+<?php
 
 html_content_end();
 html_page_footer();

Modified: web/trunk/press.php
===================================================================
--- web/trunk/press.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/press.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -131,7 +131,7 @@
 
     </div>
   </div>
-<?
+<?php
 
 html_content_end();
 html_page_footer();

Modified: web/trunk/screenshots.php
===================================================================
--- web/trunk/screenshots.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/screenshots.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -32,9 +32,9 @@
 	$path = screenshot_path($screenshotID);
 ?>
 	<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
-	<html><head><title>Screenshot: <?=$caption?></title><link rel="stylesheet" href="style.css" type="text/css"></head>
+	<html><head><title>Screenshot: <?php echo $caption; ?></title><link rel="stylesheet" href="style.css" type="text/css"></head>
 	<body onClick="javascript:self.close();" style="margin:0px;text-align:center;">
-	<img src="<?=$path?>">
+	<img src="<?php echo $path; ?>">
 	</body>
 	</html>
 <?php
@@ -76,8 +76,8 @@
 </td><td style="width:300px; vertical-align:center; align:left">
 
 <table border=0 align="left" cellspacing=0>
-<tr><td width=280 height=37 colspan=4><img src="<?=$file_root?>/images/rs-top.png" alt=""></td></tr>
-<tr><td width=17 height=10 colspan=2><img src="<?=$file_root?>/images/rs-top-left.png" alt=""></td><td rowspan=2 width=256 height=192>
+<tr><td width=280 height=37 colspan=4><img src="<?php echo $file_root; ?>/images/rs-top.png" alt=""></td></tr>
+<tr><td width=17 height=10 colspan=2><img src="<?php echo $file_root; ?>/images/rs-top-left.png" alt=""></td><td rowspan=2 width=256 height=192>
 <?php
   $image = $screenshots[$randImg];
   echo screenshot_previewer_link("'" . $image . "'", 
@@ -85,7 +85,7 @@
 ?>
 </td><td style="background:#a82709;" width=7 height=192 rowspan=2></td></tr>
 <tr><td width=10 height=182></td><td style="background:#a82709;" width=7></td></tr>
-<tr><td width=280 height=21 colspan=4><img src="<?=$file_root?>/images/rs-bottom.png" alt=""></td></tr>
+<tr><td width=280 height=21 colspan=4><img src="<?php echo $file_root; ?>/images/rs-bottom.png" alt=""></td></tr>
 </table>
 
 </td></tr>

Modified: web/trunk/subprojects.php
===================================================================
--- web/trunk/subprojects.php	2008-09-17 17:46:55 UTC (rev 34590)
+++ web/trunk/subprojects.php	2008-09-17 17:52:55 UTC (rev 34591)
@@ -44,7 +44,7 @@
 <P>
 You can try compile engine for Windows:
 </P>
-<a href="downloads/scummexwin32.exe">Windows Daily Snapshot</a> <small> (build from Subversion trunk, <? echo intval(filesize("downloads/scummexwin32.exe")/1024) ?>K Win32 .exe file, last update: <? echo date("F j, Y, g:i a",filemtime("downloads/scummexwin32.exe")); ?>)</small>
+<a href="downloads/scummexwin32.exe">Windows Daily Snapshot</a> <small> (build from Subversion trunk, <?php echo intval(filesize("downloads/scummexwin32.exe")/1024) ?>K Win32 .exe file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/scummexwin32.exe")); ?>)</small>
 
 <p> </p>
     </div>
@@ -65,14 +65,14 @@
 <P>
 You can try compiled engine for Windows:
 </P>
-<a href="downloads/residualwin32.exe">Windows Daily Snapshot</a> <small> (build from Subversion trunk, <? echo intval(filesize("downloads/residualwin32.exe")/1024) ?>K Win32 .exe file, last update: <? echo date("F j, Y, g:i a",filemtime("downloads/residualwin32.exe")); ?>)</small>
+<a href="downloads/residualwin32.exe">Windows Daily Snapshot</a> <small> (build from Subversion trunk, <?php echo intval(filesize("downloads/residualwin32.exe")/1024) ?>K Win32 .exe file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/residualwin32.exe")); ?>)</small>
 <p>Also you can try Mac OS X Leopard version on Intel platform:</p>
-<a href="downloads/Residual-MacOSX-Intel.dmg">Mac OS X Snapshot</a> <small> (build from Subversion trunk, <? echo intval(filesize("downloads/Residual-MacOSX-Intel.dmg")/1024) ?>K dmg file, last update: <? echo date("F j, Y, g:i a",filemtime("downloads/Residual-MacOSX-Intel.dmg")); ?>)</small>
+<a href="downloads/Residual-MacOSX-Intel.dmg">Mac OS X Snapshot</a> <small> (build from Subversion trunk, <?php echo intval(filesize("downloads/Residual-MacOSX-Intel.dmg")/1024) ?>K dmg file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/Residual-MacOSX-Intel.dmg")); ?>)</small>
 <p></p>
     </div>
   </div>
 
-<?
+<?php
 
 // end of html
 html_content_end();


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list