[Scummvm-cvs-logs] CVS: web contact.php,1.24,1.25

Jonathan Gray khalek at users.sourceforge.net
Sun May 11 21:35:05 CEST 2003


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

Modified Files:
	contact.php 
Log Message:
sync with README, reorder subsections alphabetically

Index: contact.php
===================================================================
RCS file: /cvsroot/scummvm/web/contact.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- contact.php	11 May 2003 14:06:55 -0000	1.24
+++ contact.php	12 May 2003 04:34:26 -0000	1.25
@@ -47,7 +47,7 @@
 	<blockquote>
 	<table border=0 cellpadding=5 cellspacing=0>
 	  
-      <tr><td colspan=3><b>The core ScummVM team:</b><? echo html_line(); ?></td></tr>
+      <tr><td colspan=3><b>The ScummVM team:</b><? echo html_line(); ?></td></tr>
       
 	  <?php
 	  add_person('<a href="http://sourceforge.net/sendmessage.php?touser=2715" target="_blank">James Brown</a>',
@@ -55,49 +55,49 @@
 	  			 "Lead developer");
 	  add_person('<a href="http://sourceforge.net/sendmessage.php?touser=12935" target="_blank">Max Horn</a>',
 	  			 'fingolfin', "Lead developer");
-	  add_person('<a href="http://sourceforge.net/sendmessage.php?touser=345958" target="_blank">Vincent Hamm</a>',
-	  			 'yazoo', "Developer (retired)");
 	  add_person('<a href="http://sourceforge.net/sendmessage.php?touser=339357" target="_blank">Jeremy Newman</a>',
 	  			 '<a href="http://www.dracowulf.com/">laxdragon</a>', "Webmaster");
-	  add_person('Ludvig Strigeus', 'ludde', "Original ScummVM author, initial Simon support (retired)");
-	  add_person("Oliver Kiehl", "olki", "Lead BASS Developer");
-	  add_person("Joost Peters", "joostp", "Lead BASS Developer");
+	  add_person("Jonathan Gray", "khalek", "Engine: SCUMM");
+	  add_person("Robert Göffringmann", "lavosspawn", "Engine: Beneath a Steel Sky");
+	  add_person("Oliver Kiehl", "olki", "Engine: Beneath a Steel Sky, Simon");
+	  add_person("Pawel Kolodziejski", "aquadran", "Engine: SCUMM (Codecs, iMUSE, Smush, etc.)");
+	  add_person("Joost Peters", "joostp", "Engine: Beneath a Steel Sky");
+	  add_person("Chris Apers ", "chrilith ", "Port:   PalmOS");
+	  add_person("Nicolas Bacca", "arisme", "Port:   PocketPC/WinCE");
+	  add_person("Marcus Comstedt", "", "Port:   DreamCast");
+	  add_person("Ruediger Hanke", "", "Port:   MorphOS");
+	  add_person("Travis Howell", "Kirben", "Port:   Win32, Engine: Simon");
+	  add_person("Peter Moraliyski", "ph0x", "Port:   GP32");
+	  add_person("Lionel Ulmer", "bbrox", "Port:   X11");
+	  add_person("Torbjörn Andersson", "eriktorbjorn", "Generic Bugfixer and Patch Submitter");
+	  add_person("Jamieson Christian", "jamieson630", "iMuse, MIDI, all things musical");
 	  ?>
   
       <tr><td colspan=3> </td></tr>
-      <tr><td colspan=3><b>Developers:</b><? echo html_line(); ?></td></tr>
+      <tr><td colspan=3><b>Retired Team Members:</b><? echo html_line(); ?></td></tr>
       
 	  <?php
-	  add_person("Torbjörn Andersson", "eriktorbjorn", "Many different contributions");
-	  add_person("Chris Apers ", "chrilith ", "PalmOS port");
-	  add_person("Nicolas Bacca", "arisme", "PocketPC/WinCE port");
-	  add_person("Ralph Brorsen", "painelf", "His work on the new GUI");
-	  add_person("Jamieson Christian", "jamieson630", "Lots of work on iMuse/MIDI");
-	  add_person("Marcus Comstedt", "", "Dreamcast port");
-	  add_person("Robert Göffringmann", "lavosspawn", "Beneath a Steel Sky Support");
-	  add_person("Jonathan Gray", "khalek", "Expert weaver in the Loom");
-	  add_person("Ruediger Hanke", "", "MorphOS port");
-	  add_person("Travis Howell", "Kirben", "Daily Win32 builds, Simon The Sorcerer work");
-	  add_person("Felix Jakschitsch", "yot", "His hard work on Zak256");
-	  add_person("Pawel Kolodziejski", "aquadran", "Added missing Dig SMUSH codecs");
-	  add_person("Mutwin Kraus", "mutle", "MacOS Carbon port (retired)");
-	  add_person("Peter Moraliyski", "ph0x", "GP32 port");
-	  add_person("Nicolas Noble", "pixels", "Config file and ALSA support");
-	  add_person("Lionel Ulmer", "bbrox", "X11/Linux port");
+	  add_person("Ralph Brorsen", "painelf", "Help with GUI Implementation");
+	  add_person('<a href="http://sourceforge.net/sendmessage.php?touser=345958" target="_blank">Vincent Hamm</a>',
+	  			 'yazoo', "Co-Founder");
+	  add_person("Felix Jakschitsch", "yot", "Zak256 reverse engineering");
+	  add_person("Mutwin Kraus", "mutle", "Original MacOS Porter");
+	  add_person('Ludvig Strigeus', 'ludde', "Original ScummVM and SimonVM Author");
 	  ?>
 
       <tr><td colspan=3> </td></tr>
       <tr><td colspan=3><b>Contributors:</b><? echo html_line(); ?></td></tr>
 
 	  <?php
-	  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("Kovács Endre János", "", "Several fixes for Simon1");
 	  add_person("Jeroen Janssen", "", "Numerous readability and bugfix patches");
 	  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("Gregory Montoir", "", "AdvanceMAME Scale-2X, TV 2x and Dot Matrix implementation");
 	  add_person("Mikesch Nepomuk", "", "MI1 VGA Floppy patches");
+	  add_person("Nicolas Noble", "pixels", "Config file and ALSA support");
 	  add_person("Edward Rudd", "", "Fixes for playing MP3 versions of MI1/Loom Audio");
-	  add_person("Daniel Schepler", "", "Final MI1 CD music support");
+	  add_person("Daniel Schepler", "", "Final MI1 CD music support/ Initial Ogg Vorbis support");
 	  add_person("André Souza", "", "SDL-based OpenGL renderer");
 	  add_person("Tim ???", "realmz", "Initial MI1 CD music support");
 	  ?>
@@ -110,8 +110,8 @@
       
 	  <?php
 	  add_person("Sander Buskens", "", "For his work on the initial reversing of Monkey2");
-	  add_person("Jimmi Thøgersen", "", "For ScummRev, and much obscure code/documentation");
 	  add_person("Kevin Carnes", "", "For Scumm16, the basis of ScummVM's older gfx codecs");
+	  add_person("Jimmi Thøgersen", "", "For ScummRev, and much obscure code/documentation");
 	  ?>
 
       <tr><td colspan=3> </td></tr>





More information about the Scummvm-git-logs mailing list