-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.html
111 lines (93 loc) · 2.86 KB
/
README.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!--INSERTADTHISPAGE --><HTML>
<HEAD>
<META CONTENT="text/html; charset=iso-8859-1" HTTP-EQUIV="Content-Type">
<TITLE>Q2Java News</TITLE>
</HEAD>
<BODY ALINK="#e7ad67" VLINK="#e7ad67" LINK="#e7ad67" BGCOLOR="#000000" TEXT="#ffffff">
<CENTER>
<IMG ALT="Q2Java logo by Eric B. Spitler - <[email protected]>" ALIGN="BOTTOM" HEIGHT="108" WIDTH="384" SRC="docs/mainlogoq2.jpg">
</CENTER>
<P>
</P>
<table cellpadding="4" cellspacing="2" width="100%" border="0">
<tr>
<td bordercolor="#FF0000" bgcolor="#333333" align="center">Documents Included
in the Distribution:</td>
<td bordercolor="#FF0000" bgcolor="#333333" align="center">Useful Internet
Links:</td>
</tr>
<tr>
<td bgcolor="#5c6446" valign="top" align="left" width="50%">
<ul>
<li><a href="docs/README.txt">General README</a></li>
<li>Some notes on <a href="docs/README-Linux.txt">running under Linux</a></li>
<li><a href="docs/contributors.txt">People who contributed to Q2Java</a></li>
<li><a href="docs/extras.txt">Notes on using various gamelets</a></li>
<li><a href="docs/README-WidgeWar.html">The WidgetWar gamelet</a></li>
</ul>
<p>Stuff for coders</p>
<ul>
<li><a href="docs/overview.html">Game Structure Overview</a></li>
<li><a href="docs/overview2.html">Game Structure Overview - Part 2</a></li>
<li><a href="docs/javadocs/index.html">JavaDocs</a> (you'll need to <a href="docs/javadocs.txt">generate
these yourself</a>)</li>
<li><a href="docs/jinsight/index.html">Using IBM's JInsight</a> to profile
Q2Java code</li>
</ul>
<p>License information for included packages</p>
<ul>
<li><a href="docs/LICENSE-OpenXML.txt">OpenXML</a></li>
<li><a href="docs/LICENSE-Vecmath.txt">Hiranabe Vecmath</a></li>
</ul>
</td>
<td bgcolor="#5c6446" valign="top" align="left">
<ul>
<li><a href="http://www.planetquake.com/q2java">Q2Java Homepage</a> </li>
<li><a href="http://java.sun.com/j2se">Sun's Java2 Standard Edition</a>
- (you'll want the "SDK")</li>
</ul>
<p>Other Homepages</p>
<ul>
<li><a href="http://www.openxml.org">OpenXML</a></li>
<li><a href="http://www.esm.co.jp/java/vecmath/">Hiranabe Vecmath</a></li>
</ul>
</td>
</tr>
</table>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<HR ALIGN="LEFT">
<DIV ALIGN="right">
<font size="-2">
Quake and Quake II are trademarks of <A HREF="http://www.idsoftware.com">id Software</A>
<br>
Java is a trademark of <A HREF="http://www.sun.com">Sun Microsystems, Inc.</A>
<br>
All rights reserved. Copyright (c) 1998-2000 by <A HREF="mailto:[email protected]">Barry Pederson</A>
<br>
</font>
</DIV>
</BODY>
</HTML>