-
Notifications
You must be signed in to change notification settings - Fork 0
/
reference.html
160 lines (143 loc) · 3.2 KB
/
reference.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<head>
<title>the Cold Project</title>
</head>
<style type="text/css">
BODY {
color: black;
background-color: white;
background-image: url("images/bg-2.gif");
font-family: sans-serif; }
TT {
font-weight: normal;
font-style: normal;
font-family: courier; }
H1 { font-family: sans-serif; }
H2 { font-family: sans-serif; }
H3 { font-family: sans-serif; }
H4 { font-family: sans-serif; }
PRE { font-family: monospace; }
TH { font-family: sans-serif; }
TD { font-family: sans-serif; }
TABLE { border: 0; }
IMG { border: 0 }
</style>
<script language=javascript src="psrc.js">
</script>
<body bgcolor=#ffffff text=#000000 link=#2000bf vlink=#0f005f alink=#af002f>
<center>
<a href="index.html"><img src="images/cold-title.gif" alt="the Cold Software Project" width=499 height=53></a>
<table border=0 cellspacing=0 cellpadding=0 width=500>
<tr>
<td align=center width=500>
<a href="download.html"
onMouseOver="imgOver('cbar-download')"
onMouseOut="imgOut('cbar-download')"><img
name="cbar-download"
src="images/cbar-download.gif"
border=0
width=122
height=25
hspace=0
vspace=0
alt="[Download]"></a><a
href="reference.html"
onMouseOver="imgOver('cbar-reference')"
onMouseOut="imgOut('cbar-reference')"><img
name="cbar-reference"
src="images/cbar-reference.gif"
border=0
width=117
height=25
hspace=0
vspace=0
alt="[Reference]"></a><a
href="servers.html"
onMouseOver="imgOver('cbar-servers')"
onMouseOut="imgOut('cbar-servers')"><img
name="cbar-servers"
src="images/cbar-servers.gif"
border=0
width=91
height=25
hspace=0
vspace=0
alt="[Servers]"></a><a
href="contact.html"
onMouseOver="imgOver('cbar-contact')"
onMouseOut="imgOut('cbar-contact')"><img
name="cbar-contact"
src="images/cbar-contact.gif"
border=0
width=89
height=25
hspace=0
vspace=0
alt="[Contact]"></a><a
href="info.html"
onMouseOver="imgOver('cbar-info')"
onMouseOut="imgOut('cbar-info')"><img
name="cbar-info"
src="images/cbar-info.gif"
border=0
width=81
height=25
hspace=0
vspace=0
alt="[Info]"></a>
</td></tr></table>
</center>
<p>
<script langauge=javascript>
hilitePage("cbar-reference");
</script>
<center>
<p>
<table border=0 width=450>
<tr>
<td>
<h1>Reference</h1>
<table border=0>
<tr>
<td valign=top><b><a href="genesis/">Genesis</a></b></td>
<td valign=top>ColdC Production driver</td>
</tr>
<tr>
<td valign=top><b><a href="coldcore/">ColdCore</a></b></td>
<td valign=top>Virtual Environment System Core (used for online
MUD-style worlds)</td>
</tr>
<tr>
<td valign=top><b><a href="cgi/cvsweb/genesis">CVS</a></b></td>
<td valign=top>CVS repository for Genesis</td>
</tr>
<tr>
<td valign=top>
<b><a href="http://ice.cold.org:1180/bin/help?node=coldc">ColdC 1.1</a></b>
</td>
<td>ColdC Language Reference Manual
</td>
</tr>
</table>
</td>
</tr>
</table>
<p>
<table border=0 cellspacing=0 cellpadding=1 width=500>
<tr>
<td bgcolor="#000000">
<table border=0 width="100%" cellspacing=1 cellpadding=3>
<tr>
<td bgcolor="#c0c0ff" align=center>
<font size=1>
Last Modified on
25-Aug-2005,
Copyright © 1995-2015
by Brandon Gillespie, for the Cold Project
</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>