Files
scummvm-web/press.php
T
Max Horn cf1b7429cc fix & -> &
svn path=/web/trunk/; revision=1481
2003-10-13 15:52:54 +00:00

94 lines
2.9 KiB
PHP

<?
/*
* Press Page
*
*/
// set this for position of this file relative
$file_root = ".";
// load libraries
require($file_root."/include/"."incl.php");
// start of html
html_header("ScummVM :: Press");
sidebar_start();
//display welcome table
echo html_round_frame_start("Press","98%","",20);
?>
<p><a href="http://newsforge.com/newsforge/03/10/07/1527227.shtml?tid=8"
><b>Bringing old adventure games back to life</b></a>, NewsForge, October 8, 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
</p>
<p><a href="http://207.44.176.77/~admin28/zodiacgamer/articles/scummvm.htm"
><b>Chrilith's ScummVM Zodiac Port WIP</b></a>, Zodiac Gamer, Sepetember 20, 2003
</p>
<p><a href="http://linux.oreillynet.com/pub/a/linux/2003/08/21/scummvm.html"
><b>Inside ScummVM: Classic Adventure Engine Overhaul</b></a>, Oreilly Network, August 21, 2003
</p>
<p><a href="http://www.aftonbladet.se/vss/spela/story/0,2789,341129,00.html"
><b>Spelklassiker - alldeles gratis</b></a> (Swedish), Aftonbladet, August 6, 2003
</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
</p>
<p><a href="http://games.slashdot.org/article.pl?sid=03/08/02/1235259"
><b>ScummVM 0.5.0 Out, With Some Official Game Support</b></a>, Slashdot, August 2, 2003
</p>
<p><a href="http://www.gamer-nation.co.uk/features/scummvm/index.shtml"
><b>A Deafening Silence</b></a>, Gamer Nation UK, June 30, 2003
</p>
<p><a href="http://slashdot.org/article.pl?sid=03/04/03/1530224"
><b>Gameboy Advance Clone Superemulator</b></a>, Slashdot, April 3, 2003
</p>
<p><a href="http://www.scummbar.com/resources/articles/index.php?newssniffer=readarticle&amp;article=22"
><b>Get those old games working again</b></a>, Scumm Bar, March 7, 2003
</p>
<p><a href="http://happypenguin.org/forums/viewtopic.php?t=549"
><b>And the winners are...</b></a>, Game Tome, Jan 28, 2003
</p>
<p><a href="media/pczone.jpg"
><b>Reference to PocketSCUMM in an iPAQ blurb</b></a>, PC-Zone issue 123, December 2002
</p>
<p><a href="http://freshmeat.net/articles/view/543/"
><b>Linux Games, Category Review</b></a>, Freshmeat.net, August 31, 2002
</p>
<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.pcdemano.com/sections.php?op=viewarticle&amp;artid=151"
><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"
><b>Linux SCUMM Interpreter</b></a>, Slashdot, November 3, 2001
</p>
<?
echo html_round_frame_end("&nbsp;");
// end of html
sidebar_end();
html_footer();
?>