forked from EricEve/adv3lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.htm
19 lines (15 loc) · 861 Bytes
/
readme.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<!-- DERIVED FILE - DO NOT EDIT -->
<head>
<title>Adv3Lite ReadMe</title>
<link rel="stylesheet" href="manual/sysman.css" type="text/css">
</head>
<body>
<div class="main">
<h1>ADV3LITE VERSION 1.4</h1>
<p>Thank you for your interest in adv3Lite, an alternative library for use with the TADS 3 Interactive Fiction authoring system.</p>
<p>The documentation may be found in the <a href="docs/index.htm">Adv3Lite Bookshelf</a>.</p>
<p>For information about the TADS 3 language, intrinsic classes and other system features, please consult the <a href="docs/sysman.htm">TADS 3 System Manual</a>. (By default this link will take you to the on-line version of the TADS 3 documentation on www.tads.org; if you'd prefer to use your local copy of the System Manual you can do so by editing the file sysman.htm in the docs directory)</p>
</div>
</body>
</html>