Mercurial > traipse_dev
comparison orpg/templates/about.html @ 0:4385a7d0efd1 grumpy-goblin
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
author | sirebral |
---|---|
date | Tue, 14 Jul 2009 16:41:58 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4385a7d0efd1 |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | |
2 <html> | |
3 <body bgcolor="#FFFFFF"> | |
4 <table cellspacing=3 cellpadding=4 width="100%"> | |
5 <tr> | |
6 <td bgcolor="#101010" align="bottom"> | |
7 <center><a href="http://www.openrpg.com"><img src="images/splash.gif"></a></center> | |
8 </td> | |
9 </tr> | |
10 <tr> | |
11 <td bgcolor="#101010" align="center"> | |
12 <font size="+4" color="#FFFFFF"><b><br>Version VeRsIoNrEpLaCeMeNtStRiNg<br></b></font> | |
13 </td> | |
14 </tr> | |
15 <tr> | |
16 <td bgcolor="#73A183" align="center"> | |
17 <b><font size="+1">Special thanks to Chris Davis for this endeavor</a></font></b> | |
18 <p> | |
19 <table cellpadding="0" cellspacing="0" width="100%"> | |
20 <tr> | |
21 <td align="center" width="100%"> | |
22 Of course, many thanks goes to all of those who contributed. | |
23 <BR> | |
24 The developers in alphabetical order are: | |
25 <BR> | |
26 Thomas Baleno, Andrew Bennett, Lex Berezhny, Ted Berg, | |
27 Bernhard Bergbauer, Chris Blocher, David Byron, Ben Collins-Sussman, Robin Cook, Greg Copeland, | |
28 Chris Davis, Michael Edwards, Andrew Ettinger, Todd Faris, Dj Gilcrease, | |
29 Christopher Hickman, Paul Hosking, Brian Manning, Scott Mackay, Jesse McConnell, | |
30 Brian Osman, Rome Reginelli, Christopher Rouse, Dave Sanders, Tyler Starke, and Mark Tarrabain. | |
31 </td> | |
32 </tr> | |
33 <tr> | |
34 <td align="center" width="100%"> | |
35 <a href="http://www.python.org"><img src="images/python55.gif"></a> | |
36 <a href="http://www.wxwindows.org"><img src="images/wxWinButton.png"></a> | |
37 <a href="http://www.wxpython.org"><img src="images/wxPyButton.png"></a> | |
38 <a href="http://www.sourceforge.net"><img src="images/sflogo.png"></a> | |
39 </td> | |
40 </tr> | |
41 <tr> | |
42 <td align="center" width="100%"> | |
43 This product is licensed under the <a href="http://www.gnu.org">GNU</a> <a href="http://www.gnu.org/philosophy/license-list.html">GPL License.</a> | |
44 </td> | |
45 </tr> | |
46 </table> | |
47 </td> | |
48 </tr> | |
49 </table> | |
50 | |
51 <!-- Created: Fri Jun 1 17:32:22 CDT 2001 --> | |
52 </body> | |
53 </html> |