.txt->.html

This commit is contained in:
James Turk 2005-11-15 04:11:05 +00:00
parent 22d81ed146
commit 48b29114f5
2 changed files with 41 additions and 21 deletions

41
CREDITS.html Normal file
View File

@ -0,0 +1,41 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-AU">
<head>
<title>Photon Credits</title>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
</head>
<body>
<!-- cut here for DevBlog -->
<p>The following people have contributed code to photon:</p>
<ul>
<li><a href="mailto:cozman@users.sf.net">James Turk</a> - Main Developer</li>
</ul>
<p> ..yeah this list is too short right now, so help out ;)</p>
<hr />
<p>In addition, I'd like to thank:</p>
<ul>
<li><a href="http://sourceforge.net">Sourceforge.net</a> - Providing hosting for the project and CVS.</li>
<li>The <a href="http://gamedev.net">GameDev.net</a> community for answering my (often complex) questions</li>
<li>Richard 'Superpig' Fine for his <a href="http://www.gamedev.net/reference/programming/features/enginuity1/">Enginuity articles</a>, which influenced my Kernel/Task design.</li>
<li>Jesse Maurais and <a href="http://devmaster.net">DevMaster.net</a> for the OpenAL tutorials</li>
<li>Everyone responsible for <a href="http://freemind.sf.net">FreeMind</a></li>
<li>The <a href="http://ubuntulinux.com">Ubuntu</a> Team</li>
<li>Makoto Matsumoto and Takuji Nishimura for authoring the <a href="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html">Mersenne Twister</a> algorithm, and making it freely available.</li>
<li>Sean and Gamer Tazar from the old CoZ team, where ZEngine was born</li>
<li>Everyone who contributed to, used, or downloaded ZEngine</li>
</ul>
<p><em>$Id: CREDITS.html,v 1.1 2005/11/15 04:11:05 cozman Exp $</em></p>
<!-- cut here for DevBlog -->
</body>
</html>

View File

@ -1,21 +0,0 @@
The following people have contributed code to photon:
James Turk <cozman@users.sf.net>
..yeah this list is too short right now, so help out ;)
In addition, I'd like to thank:
* Sourceforge.net - Providing hosting for the project and CVS.
* Sean and Gamer Tazar from the old CoZ team, where ZEngine was born
* Everyone who contributed to, used, or downloaded ZEngine
* Sam Lantinga and the rest of the SDL crew (without SDL, no ZEngine,
without ZEngine, no photon)
* The GameDev.net community for answering my (often complex) questions
* Richard 'Superpig' Fine for his Enginuity articles, which influenced my
TaskManager/Task design.
* Jesse Maurais and DevMaster.net for the OpenAL tutorials
* Everyone responsible for FreeMind (http://freemind.sf.net)
* The Ubuntu Team (http://ubuntulinux.com)
* Makoto Matsumoto and Takuji Nishimura for authoring the Mersenne Twister
algorithm, and making it freely available.
http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
$Id: CREDITS.txt,v 1.4 2005/10/30 21:08:57 cozman Exp $