[Scummvm-cvs-logs] CVS: web contact.php,1.18,1.19 downloads.php,1.22,1.23 faq.php,1.14,1.15

Travis Howell kirben at users.sourceforge.net
Wed Apr 23 19:45:09 CEST 2003


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

Modified Files:
	contact.php downloads.php faq.php 
Log Message:

Avoid a few redirects


Index: contact.php
===================================================================
RCS file: /cvsroot/scummvm/web/contact.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- contact.php	11 Mar 2003 19:37:20 -0000	1.18
+++ contact.php	24 Apr 2003 02:44:56 -0000	1.19
@@ -91,7 +91,7 @@
 	  add_person("Kovács Endre János", "", "Several fixes for Simon1");
 	  add_person("Janne Huttunen", "", "V3 actor mask support, Dig/FT SMUSH audio");
 	  add_person("Jeroen Janssen", "", "Numerous readability and bugfix patches");
-	  add_person("Claudio Matsuoka", "", 'Daily Linux/BeOS builds (<a href="http://scummvm.sf.net/daily/">http://scummvm.sf.net/daily/</a>)');
+	  add_person("Claudio Matsuoka", "", 'Daily Linux/BeOS builds (<a href="http://scummvm.sourceforge.net/daily/">http://scummvm.sourceforge.net/daily/</a>)');
 	  add_person("Gregory Montoir", "", "AdvanceMAME Scale-2X implementation");
 	  add_person("Mikesch Nepomuk", "", "MI1 VGA Floppy patches");
 	  add_person("Edward Rudd", "", "Fixes for playing MP3 versions of MI1/Loom Audio");

Index: downloads.php
===================================================================
RCS file: /cvsroot/scummvm/web/downloads.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- downloads.php	1 Mar 2003 18:25:56 -0000	1.22
+++ downloads.php	24 Apr 2003 02:44:56 -0000	1.23
@@ -111,7 +111,7 @@
 	  <b>Optional Libraries:</b>
 	</p>
 	<ul>
-	  <li><a href="http://www.mars.org/home/rob/proj/mpeg/">MAD</a>: MPEG Audio Decoder</li>
+	  <li><a href="http://www.underbit.com/products/mad/">MAD</a>: MPEG Audio Decoder</li>
 	  <li><a href="http://www.vorbis.com/">Ogg Vorbis</a></li>
 	</ul>
 <?

Index: faq.php
===================================================================
RCS file: /cvsroot/scummvm/web/faq.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- faq.php	24 Apr 2003 02:32:40 -0000	1.14
+++ faq.php	24 Apr 2003 02:44:56 -0000	1.15
@@ -115,7 +115,7 @@
 
       <li><p><a name="1-6"></a><b>Where do I find ScummVM?</b><br>
 	You can find it on the page on SourceForge:
-	<a href="http://www.sourceforge.net/projects/scummvm">http://www.sourceforge.net/projects/scummvm</a>.
+	<a href="http://sourceforge.net/projects/scummvm">http://sourceforge.net/projects/scummvm</a>.
 	You can download the latest version, which could be a little old. For the most recent version,
 	you have to get it via CVS (instructions are on the SourceForge page).</p></li>
 





More information about the Scummvm-git-logs mailing list