[Scummvm-cvs-logs] scummvm-web old-design -> e12ba0520d9c9c982b0391dfdce6f4fb35562ba4
sev-
sev at scummvm.org
Sat Apr 9 14:06:23 CEST 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
e12ba0520d WEB: Clarify language tag for the old website
Commit: e12ba0520d9c9c982b0391dfdce6f4fb35562ba4
https://github.com/scummvm/scummvm-web/commit/e12ba0520d9c9c982b0391dfdce6f4fb35562ba4
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-04-09T14:05:49+02:00
Commit Message:
WEB: Clarify language tag for the old website
Changed paths:
compatibility.php
compatibility_stable.php
contact.php
credits.php
demos.php
downloads.php
faq.php
include/config.php
include/incl.php
include/menu.php
include/sidebar.php
index.php
poll/index.php
press.php
screenshots.php
status.php
diff --git a/compatibility.php b/compatibility.php
index 057a0ad..f7787ed 100644
--- a/compatibility.php
+++ b/compatibility.php
@@ -1,4 +1,4 @@
-<?
+<?php
/*
* ScummVM Compatibility Page
@@ -41,7 +41,7 @@ else
0.8.0 stable release</B> (Please see the <a href="compatibility_stable.php">Stable Compatibility</A> chart for this version).
<br><br>
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.
+ 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.
<br><br>
<small>Last Updated: <? echo date("F d, Y",getlastmod()); ?></small>
@@ -313,7 +313,7 @@ $notes = array(
"<br>- F10 key animation is different in Amiga & Macintosh versions",
"simon2dos" => "No known issues, game is completable."
);
-
+
// render the compatibility chart
if ($details) {
@@ -324,12 +324,12 @@ if ($details) {
html_frame_td("Game Short Name").
html_frame_td("% Completed"),
"color4"
-
+
);
$arrayt = array_merge($gamesLucas, $gamesHE, $gamesOther);
while (list($name,$array) = each($arrayt))
- {
+ {
if ($array[0] == $details) {
$color = "color0";
@@ -359,7 +359,7 @@ if ($details) {
);
$c = 0;
while (list($name,$array) = each($games))
- {
+ {
if ($c % 2 == 0) { $color = "color2"; } else { $color = "color0"; }
echo html_frame_tr(
html_frame_td(html_ahref($name, $PHP_SELF."?details=".$array[0])).
@@ -368,9 +368,9 @@ if ($details) {
$color
);
$c++;
- }
+ }
}
-
+
displayGameList("LucasArts", $gamesLucas);
echo html_frame_end(" ");
@@ -385,7 +385,7 @@ if ($details) {
}
echo html_frame_end(" ");
-
+
if ($details)
echo html_p(),html_back_link(1,$PHP_SELF);
diff --git a/compatibility_stable.php b/compatibility_stable.php
index 29c1502..2ccf1a0 100644
--- a/compatibility_stable.php
+++ b/compatibility_stable.php
@@ -1,4 +1,4 @@
-<?
+<?php
/*
* ScummVM Compatibility Page
@@ -313,7 +313,7 @@ $notes = array(
"<br>- F10 key animation is different in Amiga & Macintosh versions",
"simon2dos" => "No known issues, game is completable."
);
-
+
// render the compatibility chart
if ($details) {
@@ -324,12 +324,12 @@ if ($details) {
html_frame_td("Game Short Name").
html_frame_td("% Completed"),
"color4"
-
+
);
$arrayt = array_merge($gamesLucas, $gamesHE, $gamesOther);
while (list($name,$array) = each($arrayt))
- {
+ {
if ($array[0] == $details) {
$color = "color0";
@@ -359,7 +359,7 @@ if ($details) {
);
$c = 0;
while (list($name,$array) = each($games))
- {
+ {
if ($c % 2 == 0) { $color = "color2"; } else { $color = "color0"; }
echo html_frame_tr(
html_frame_td(html_ahref($name, $PHP_SELF."?details=".$array[0])).
@@ -368,9 +368,9 @@ if ($details) {
$color
);
$c++;
- }
+ }
}
-
+
displayGameList("LucasArts", $gamesLucas);
echo html_frame_end(" ");
@@ -385,7 +385,7 @@ if ($details) {
}
echo html_frame_end(" ");
-
+
if ($details)
echo html_p(),html_back_link(1,$PHP_SELF);
diff --git a/contact.php b/contact.php
index 40bceda..fee0e8f 100644
--- a/contact.php
+++ b/contact.php
@@ -1,4 +1,4 @@
-<?
+<?php
/*
* Contact Page for ScummVM
@@ -34,7 +34,7 @@ echo html_round_frame_start("Contact","");
place to ask questions. Many ScummVM developers hang out there regularly, as well as many ScummVM users.
</p>
<br>
-
+
<h2>Forums</h2>
<p>
We offer two <a href="http://sourceforge.net/forum/?group_id=37116">forums</a> hosted by SourceForge.net.
@@ -43,7 +43,7 @@ echo html_round_frame_start("Contact","");
meant for open discussion of any topics somehow related to ScummVM.
</p>
<br>
-
+
<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>.
@@ -56,10 +56,10 @@ echo html_round_frame_start("Contact","");
</p>
<p>
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.
+ you can use our <a href="http://sourceforge.net/tracker/?group_id=37116äatid=418822">patch tracker</a> for that.
</p>
<br>
-
+
<h2>Mailing list</h2>
<p>
There are three ScummVM related <a href="http://sourceforge.net/mail/?group_id=37116">mailing lists</a>.
diff --git a/credits.php b/credits.php
index 8b2e8c2..8dc8fbd 100644
--- a/credits.php
+++ b/credits.php
@@ -1,4 +1,4 @@
-<?
+<?php
/*
* Credits Page for ScummVM
diff --git a/demos.php b/demos.php
index 7721a34..8c8c8b3 100644
--- a/demos.php
+++ b/demos.php
@@ -1,4 +1,4 @@
-<?
+<?php
/*
* Links to Demo downloads
@@ -35,11 +35,11 @@ $LEC_demos = array(
=> array('http://quick.mixnmojo.com/demos/mmdemo2.zip', 'maniac'),
'Zak McKracken and the Alien Mindbenders (Atari ST - Non interactive)'
=> array('http://www.cowlark.com/scumm.dat/zakstdemo.zip', 'zak'),
- 'The Secret of Monkey Island (16 colour demo)'
+ 'The Secret of Monkey Island (16 colour demo)'
=> array('http://www.cowlark.com/scumm.dat/mi_demo2.zip', 'monkey'),
- 'The Secret of Monkey Island (Amiga demo)'
+ 'The Secret of Monkey Island (Amiga demo)'
=> array('http://quick.mixnmojo.com/demos/mi1amigademo.zip', 'monkey'),
- 'Indiana Jones and the Last Crusade (16 colour - Non interactive)'
+ 'Indiana Jones and the Last Crusade (16 colour - Non interactive)'
=> array('http://www.cowlark.com/scumm.dat/indy3ega-demo.zip', 'indy3'),
'Loom (16 colour - Non interactive)'
=> array('ftp://ftp.lucasarts.com/demos/pc/Loomdemo.zip', 'loom'),
@@ -162,7 +162,7 @@ echo html_frame_tr(
);
$c = 0;
while (list($name,$array) = each($demos))
- {
+ {
if ($c % 2 == 0) { $color = "color2"; } else { $color = "color0"; }
echo html_frame_tr(
html_frame_td("<a href=\"$array[0]\">$name</a>").
diff --git a/downloads.php b/downloads.php
index a481475..a3a9629 100644
--- a/downloads.php
+++ b/downloads.php
@@ -1,4 +1,4 @@
-<?
+<?php
/*
* Downloads Page for ScummVM
@@ -37,7 +37,7 @@ echo html_round_frame_start("Download ScummVM","");
under '<A HREF="#stable">Release Binaries</A>'. If you run Windows and are confused,
download the 'Windows Installer'</LI>
- <LI>For UNSTABLE experimental versions of ScummVM (for people who know what they
+ <LI>For UNSTABLE experimental versions of ScummVM (for people who know what they
are doing), please see the <a href="#CVS">CVS Builds</a> section, near the end of this page.</LI>
<LI>Also below are the <a href="#extras">Extras</a>. These currently include two
@@ -84,7 +84,7 @@ echo html_round_frame_start("Download ScummVM","");
<li><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.7.1-palmos.zip?download">PalmOS binary</a> <small>(1.9M zipfile)</small></li>
-->
- <li><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.8.0-WindowsMobile_ARM.zip?download">Windows Mobile 5 ARM package</a> for Pocket PC 2002, Pocket PC 2003, Pocket PC 2003 SE,
+ <li><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.8.0-WindowsMobile_ARM.zip?download">Windows Mobile 5 ARM package</a> for Pocket PC 2002, Pocket PC 2003, Pocket PC 2003 SE,
Smartphone 2002, Smartphone 2003, and Windows Mobile 5 <small>(1.4M zipfile)</small></li>
<li><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.8.0-amigaos4.lha?download">AmigaOS 4 package</a> <small>(3.3M .lha)</small></li>
@@ -167,8 +167,8 @@ Smartphone 2002, Smartphone 2003, and Windows Mobile 5 <small>(1.4M zipfile)</sm
</ul>
<p>
<i>Having trouble downloading Flight of the Amazon Queen?</i>
- Sourceforge has been experiencing some downloading problems with certain mirrors
-lately. So, if you are having problems, try the following non-SourceForge mirror - kindly
+ Sourceforge has been experiencing some downloading problems with certain mirrors
+lately. So, if you are having problems, try the following non-SourceForge mirror - kindly
hosted by <a href="http://www.mthN.de">Snoke Media and Tech Hosting Network</a>!
</p>
<ul>
@@ -212,7 +212,7 @@ hosted by <a href="http://www.mthN.de">Snoke Media and Tech Hosting Network</a>!
<ul>
<li><a href="http://www.libsdl.org/download-1.2.php">SDL 1.2.x</a></li>
</ul>
-
+
<h3>Optional Libraries:</h3>
<ul>
<li><a href="http://www.underbit.com/products/mad/">MAD</a>: MPEG Audio Decoder</li>
diff --git a/faq.php b/faq.php
index 18177ad..825abf9 100644
--- a/faq.php
+++ b/faq.php
@@ -1,4 +1,4 @@
-<?
+<?php
/*
* FAQ Page
diff --git a/include/config.php b/include/config.php
index 22ad478..7f65ec0 100644
--- a/include/config.php
+++ b/include/config.php
@@ -1,4 +1,4 @@
-<?
+<?php
/*
* config lib for ScummVM
@@ -9,7 +9,7 @@
/*
* global params
*/
-$debug = 1; //turns debugging on/off
+$debug = 0; //turns debugging on/off
?>
diff --git a/include/incl.php b/include/incl.php
index 572ae39..30b751e 100644
--- a/include/incl.php
+++ b/include/incl.php
@@ -1,4 +1,4 @@
-<?
+<?php
/*
* Main lib for ScummVM
diff --git a/include/menu.php b/include/menu.php
index b4b9871..e85d77d 100644
--- a/include/menu.php
+++ b/include/menu.php
@@ -1,11 +1,11 @@
-<?
+<?php
/*
* Menu class for ScummVM
* by Jeremy Newman <jnewman at dracowulf.com>
*
*/
-
+
class htmlmenu {
function htmlmenu($name)
diff --git a/include/sidebar.php b/include/sidebar.php
index 7f45f48..3457a64 100644
--- a/include/sidebar.php
+++ b/include/sidebar.php
@@ -1,17 +1,17 @@
-<?
+<?php
/*
* SideBar lib for ScummVM
* by Jeremy Newman <jnewman at dracowulf.com>
*
*/
-
+
function sidebar_start ($specs_mode = false)
{
-
+
global $file_root;
-// It would be nice to use a plain simple <div> here, for maximum layout
+// It would be nice to use a plain simple <div> here, for maximum layout
// flexibility. Sadly, due to a bug in Internet Explorer 6, we can't do this
// (at least not as long as we want the page to render correctly in IE 6).
// So we resort to using a table with two columns and one row.
@@ -31,7 +31,7 @@ function sidebar_start ($specs_mode = false)
$g->add("V5 opcode list", $file_root."/docs/specs/"."scrp-v5.php");
$g->add("V6 opcode list", $file_root."/docs/specs/"."scrp-v6.php");
$g->add("Glossary", $file_root."/docs/specs/"."glossary.php");
-
+
$g->done();
}
@@ -61,7 +61,7 @@ function sidebar_start ($specs_mode = false)
$g->add("Daily Snapshots", "/daily/");
$g->add("CVS Tree", "http://cvs.sourceforge.net/viewcvs.py/scummvm/scummvm/");
- $g->done();
+ $g->done();
$g = new htmlmenu("Misc. Menu");
@@ -72,7 +72,7 @@ function sidebar_start ($specs_mode = false)
$g->add("Links", $file_root."/links.php");
$g->done('<img src="'.$file_root.'/images/hangmonk.gif" alt="monkey">');
-
+
?>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><div>
@@ -80,15 +80,15 @@ function sidebar_start ($specs_mode = false)
<input type="hidden" name="business" value="paypal at enderboi.com">
<input type="hidden" name="item_name" value="ScummVM donation">
<input type="image" src="<?=$file_root?>/images/ppdonate.gif" name="submit" alt="Donate to ScummVM with PayPal!">
- </div></form>
-
+ </div></form>
+
<p>
<a href="http://sourceforge.net/"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=37116" width="88" height="31" alt="SourceForge"></a>
</p>
<p>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" width="88" height="31" alt="Valid HTML 4.01!"></a>
- </p>
+ </p>
<p>
<a href="http://jigsaw.w3.org/css-validator/"><img src="http://jigsaw.w3.org/css-validator/images/vcss" width="88" height="31" alt="Valid CSS!" ></a>
diff --git a/index.php b/index.php
index 4e4fdae..0f0e8f2 100644
--- a/index.php
+++ b/index.php
@@ -1,4 +1,4 @@
-<?
+<?php
/*
* Index Page for ScummVM
@@ -121,11 +121,11 @@ $c = 0;
while (list($key,$item) = each($news))
{
$c++;
-
+
// Load news item (it's in a pseudo XML format).
$file = $file_root."/news/".$item;
if (file_exists($file))
- {
+ {
$fp = @fopen($file, "r");
$data = fread($fp, filesize($file));
@fclose($fp);
@@ -160,7 +160,7 @@ while (list($key,$item) = each($news))
$news_body = $out[1];
}
}
-
+
// Display news item
echo html_frame_tr(
html_frame_td(
@@ -175,8 +175,8 @@ while (list($key,$item) = each($news))
'</div>'
)
);
-
-
+
+
// Only show first five records, unless we are in "news" mode
if ($c == 4 && !$shownews)
{
diff --git a/poll/index.php b/poll/index.php
index f5f3ed4..ecd06fb 100644
--- a/poll/index.php
+++ b/poll/index.php
@@ -1,4 +1,4 @@
-<?
+<?php
/*
* Downloads Page for ScummVM
@@ -21,9 +21,9 @@ echo html_round_frame_start("Website Revamp contest poll","");
?>
<h1>Website Revamp contest poll -- closed, draven declared winner</h1>
-
+
<p>The three finalists of the website revamp contest can be seen here. The contest was won by draven, you can see the final standings below</p>
-
+
<center>
<table cellpadding="10" cellspacing="10">
<tr>
@@ -31,7 +31,7 @@ echo html_round_frame_start("Website Revamp contest poll","");
<td align="center"><a href="draven.jpg" target="_blank"><img src="draven-thumb.jpg" height="120" width="120" alt="draven"><br>draven</a></td>
<td align="center"><a href="jeanm.png" target="_blank"><img src="jeanm-thumb.png" height="120" width="120" alt="jeanm"><br>jeanm</a></td>
</tr>
-
+
<tr><td colspan="3" align="center">
<table border="0" bgcolor="#EEEEEE" cellspacing="0" cellpadding="3">
diff --git a/press.php b/press.php
index 44236a6..178912d 100644
--- a/press.php
+++ b/press.php
@@ -1,4 +1,4 @@
-<?
+<?php
/*
* Press Page
@@ -20,7 +20,7 @@ echo html_round_frame_start("Press Coverage","");
?>
<h1>ScummVM press coverage</h1>
-<small>(If you wish to contact us in regards to media articles, please e-mail press
+<small>(If you wish to contact us in regards to media articles, please e-mail press
(@) scummvm.org)</small>
<p><a href="http://www.micromart.co.uk/content/features/default.asp?Category=Article&Type=&ID=1746">
<b>Retro-Mart</b></a>, www.micromart.co.uk
@@ -56,9 +56,9 @@ echo html_round_frame_start("Press Coverage","");
<p><a href="http://www.totalamiga.org/issue16.html"
><b>ScummVM review</b></a>, Total Amiga Magazine 16, October 6, 2003
</p>
-
+
<p><a href="http://www.aventurepc.com/dossiers/scummvm1.html"
- ><b>Dossier ScummVM - première partie</b></a> (French), Aventure PC, October 1, 2003
+ ><b>Dossier ScummVM - premi�re partie</b></a> (French), Aventure PC, October 1, 2003
</p>
<p><a href="http://obligement.free.fr/articles/scummvm.php"
@@ -78,7 +78,7 @@ echo html_round_frame_start("Press Coverage","");
</p>
<p><a href="http://www.pcwelt.de/news/spiele/32970/"
- ><b>Gratis: Amüsanter Adventure-Klassiker zum Download</b></a> (German), PC WELT, August 4, 2003
+ ><b>Gratis: Am�santer Adventure-Klassiker zum Download</b></a> (German), PC WELT, August 4, 2003
</p>
<p><a href="http://games.slashdot.org/article.pl?sid=03/08/02/1235259"
@@ -112,13 +112,13 @@ echo html_round_frame_start("Press Coverage","");
<p><a href="http://slashdot.org/article.pl?sid=02/06/26/1312251"
><b>Lucas Confuses ScummVM With Abandonware</b></a>, Slashdot, June 26, 2002
</p>
-
+
<p><a href="http://www.amigafuture.de/interactive/interview/scummvm.php"
- ><b>Interview mit Rüdiger Hanke</b></a> (German), Amiga Future #36, May 2002
+ ><b>Interview mit R�diger Hanke</b></a> (German), Amiga Future #36, May 2002
</p>
<p><a href="http://www.pcdemano.com/sections.php?op=viewarticle&artid=151"
- ><b>Revisión de PocketScumm Build 0.2.0</b></a> (Spanish), PC demano, March 2002
+ ><b>Revisi�n de PocketScumm Build 0.2.0</b></a> (Spanish), PC demano, March 2002
</p>
<p><a href="http://slashdot.org/article.pl?sid=01/11/03/1429247"
diff --git a/screenshots.php b/screenshots.php
index d5d838a..a142a92 100644
--- a/screenshots.php
+++ b/screenshots.php
@@ -1,4 +1,4 @@
-<?
+<?php
/*
* Screenshots Page
diff --git a/status.php b/status.php
index 3b74561..0ff6cf3 100644
--- a/status.php
+++ b/status.php
@@ -1,4 +1,4 @@
-<?
+<?php
/*
* Contact Page for ScummVM
More information about the Scummvm-git-logs
mailing list