~ubuntu-branches/ubuntu/wily/gargoyle-free/wily-proposed

« back to all changes in this revision

Viewing changes to tads/tads3/doc/index.htm

  • Committer: Bazaar Package Importer
  • Author(s): Sylvain Beucler
  • Date: 2009-09-11 20:09:43 UTC
  • Revision ID: james.westby@ubuntu.com-20090911200943-idgzoyupq6650zpn
Tags: upstream-2009-08-25
ImportĀ upstreamĀ versionĀ 2009-08-25

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
 
 
3
<title>TADS 3 Bookshelf</title>
 
4
<link rel=stylesheet type="text/css" href="main.css"></link>
 
5
 
 
6
<body>
 
7
 
 
8
<!--if !tads.org-->
 
9
<div class=title>
 
10
<img src="title2.gif" border=0>
 
11
</div>
 
12
 
 
13
<div class=main>
 
14
<!--endif-->
 
15
 
 
16
<h1>The Books</h1>
 
17
 
 
18
<table class=book>
 
19
<tr>
 
20
<td class=bookimg>
 
21
<a target=_blank href="gsg/index.html">
 
22
<img class=book src="gsgcover.jpg">
 
23
</a>
 
24
 
 
25
<td>
 
26
<a target=_blank href="gsg/index.html">
 
27
<b>Getting Started in TADS 3</b>
 
28
</a>
 
29
<br>by Eric Eve
 
30
 
 
31
<p>This tutorial introduction is a great starting point for anyone new
 
32
to TADS 3 and new to programming.  The book opens with the basics of
 
33
getting TADS working on your system and setting up your first simple
 
34
game, so even if you've never done any programming before, this will
 
35
help you get going quickly.  The tutorial then leads you step by step
 
36
through the design of a full-scale example game, showing how to use
 
37
TADS to implement the effects needed in the game.  By the time you're
 
38
done, you'll know your way around the system and you'll be able to
 
39
write your own games.
 
40
 
 
41
<p><i>This book is accompanied by a sample game, </i>The Further Adventures
 
42
of Heidi<i>.  The game's source files can be found here:</i><tt>
 
43
 
 
44
<a href="gsg/Heidi.t" target=_blank>Heidi.t</a>
 
45
<a href="gsg/Heidi.t3m" target=_blank>Heidi.t3m</a>
 
46
</tt>
 
47
 
 
48
<p><i>This book can also be viewed in a
 
49
<a target=_blank href="gsg/Getting Started in TADS 3.pdf">
 
50
PDF version</a>.  This version is recommended if you want to
 
51
make a printed copy.</i>
 
52
 
 
53
 
 
54
<tr><td colspan=2><hr class=dotted>
 
55
<tr>
 
56
<td class=bookimg>
 
57
<a target=_blank href="learning/Learning%20T3.pdf">
 
58
<img class=book src="learning_cover.jpg">
 
59
</a>
 
60
 
 
61
<td>
 
62
<a target=_blank href="learning/Learning%20T3.pdf">
 
63
<b>Learning TADS 3</b>
 
64
</a>
 
65
<br>by Eric Eve
 
66
 
 
67
<p>Part tutorial and part reference, <i>Learning TADS 3</i> is a
 
68
perfect place to start for confident beginners, and for people with a
 
69
little more programming experience.  This book is designed for
 
70
learning TADS on your terms - it's organized by functional area, so
 
71
once you've mastered the basics, you can skip around to focus on the
 
72
areas you're most interested in.  As you develop your game, you can
 
73
return to the book as a reference, to review the details of particular
 
74
TADS features.
 
75
 
 
76
<p><i>This book refers to a collection of sample games, which are
 
77
   available as a separate download - <a class=visible
 
78
       href="http://www.tads.org/learning_tads3_sample_games.htm">click here</a>
 
79
   to download.
 
80
      </i>
 
81
 
 
82
 
 
83
<tr><td colspan=2><hr class=dotted>
 
84
<tr>
 
85
<td class=bookimg>
 
86
<a target=_blank href="tourguide/index.html">
 
87
<img class=book src="tgcover.jpg">
 
88
</a>
 
89
 
 
90
<td>
 
91
<a target=_blank href="tourguide/index.html">
 
92
<b>TADS 3 Tour Guide</b>
 
93
</a>
 
94
<br>by Eric Eve
 
95
 
 
96
<p>This is a comprehensive overview of the TADS 3 library, covering
 
97
nearly all of the key classes and functions.  It uses practical
 
98
examples that illustrate how to use library features to accomplish
 
99
common tasks.
 
100
 
 
101
<p><i>This book can also be viewed in a
 
102
<a target=_blank href="tourguide/T3TourGuide.pdf">PDF version</a>.
 
103
This version is recommended if you want to make a printed copy.</i>
 
104
 
 
105
 
 
106
 
 
107
<tr><td colspan=2><hr class=dotted>
 
108
<tr>
 
109
<td class=bookimg>
 
110
<a target=_blank href="sysman/cover.htm">
 
111
<img class=book src="syscover.jpg">
 
112
</a>
 
113
 
 
114
<td>
 
115
<a target=_blank href="sysman/cover.htm">
 
116
<b>TADS 3 System Manual</b>
 
117
</a>
 
118
<br>by Michael Roberts
 
119
 
 
120
<p>This book is a reference to the TADS 3 language and the T3 VM,
 
121
including the standard intrinsic functions and classes.  It
 
122
covers the language and VM features in depth, so it's the place
 
123
to go when you need to find the details on the system.
 
124
 
 
125
 
 
126
 
 
127
<tr><td colspan=2><hr class=dotted>
 
128
<tr>
 
129
<td class=bookimg>
 
130
<a target=_blank href="techman/cover.htm">
 
131
<img class=book src="techcover.jpg">
 
132
</a>
 
133
 
 
134
<td>
 
135
<a target=_blank href="techman/cover.htm">
 
136
<b>TADS 3 Technical Manual</b>
 
137
</a>
 
138
<br>edited by Michael Roberts
 
139
 
 
140
<p>This is a collection of technical articles about key aspects
 
141
of the TADS 3 system and the Adv3 library.  These articles
 
142
provide detailed, task-oriented information on topics of
 
143
interest to most TADS 3 users.
 
144
 
 
145
 
 
146
 
 
147
 
 
148
<tr><td colspan=2><hr class=dotted>
 
149
<tr>
 
150
<td class=bookimg>
 
151
<a target=_blank href="libref/index.html">
 
152
<img class=book src="libcover.jpg">
 
153
</a>
 
154
 
 
155
<td>
 
156
<a target=_blank href="libref/index.html">
 
157
<b>TADS 3 Library Reference Manual</b>
 
158
</a>
 
159
 
 
160
<p>This is an extensively cross-referenced and hyperlinked compilation
 
161
of information on the Adv3 and system libraries.  The entire library
 
162
is indexed here, with the latest information generated directly from the
 
163
library source code.
 
164
 
 
165
 
 
166
 
 
167
 
 
168
<tr><td colspan=2><hr class=dotted>
 
169
<tr>
 
170
<td class=bookimg>
 
171
<a target=_blank href="htmltads/intro.htm">
 
172
<img class=book src="htads_cover.jpg">
 
173
</a>
 
174
 
 
175
<td>
 
176
<a target=_blank href="htmltads/intro.htm">
 
177
<b>Introduction to HTML TADS</b>
 
178
</a>
 
179
<br>by Michael Roberts
 
180
 
 
181
<p>TADS 3 uses a variant of HTML as its formatting language.  These
 
182
notes explain how HTML fits into TADS, and how you can use HTML
 
183
formatting codes for text effects, graphics, and sound, and how the
 
184
TADS variant differs from standard HTML.  (These are essentially just
 
185
the original notes for HTML TADS 2, so they're a little rough, but
 
186
they are updated with relevant changes for TADS 3.  Note that this
 
187
isn't an HTML tutorial - but the HTML in TADS is pretty close to
 
188
standard HTML, so you can learn it from any of the many tutorials on
 
189
the Web for ordinary HTML.)
 
190
 
 
191
</table>
 
192
 
 
193
<hr class=dotted>
 
194
<h1>Change Logs</h1>
 
195
 
 
196
<div class=indent>
 
197
 
 
198
<p><a target=_blank href="t3changes.htm"><b>TADS 3 System Change
 
199
History</b></a>.  This is a chronological log of changes to the TADS 3
 
200
language, tools, and Virtual Machine.
 
201
 
 
202
<p><a target=_blank href="../lib/adv3/changes.htm"><b>Adv3 Library Change
 
203
History</b></a>.  A chronological log of changes to Adv3, the standard
 
204
TADS 3 Adventure Framework Library.
 
205
 
 
206
<p><a target=_blank href="changes.htm"><b>HTML TADS Interpreter and
 
207
Workbench Change History</b></a>.  This is a log of changes to the
 
208
HTML TADS user interface, which includes the HTML TADS Interpreter and
 
209
the Workbench development environment on Windows.
 
210
 
 
211
</div>
 
212
 
 
213
<!--tads.org
 
214
<h1>Search the Books</h1>
 
215
<div class=indent>
 
216
$searchform
 
217
</div>
 
218
tads.org-->
 
219
 
 
220
<hr class=dotted>
 
221
<h1>Notes</h1>
 
222
 
 
223
<div class=indent>
 
224
 
 
225
<p>These books are copyrighted by their respective authors.  In
 
226
general, they may be used and distributed without charge, subject to
 
227
certain restrictions.  Please see the individual books for full
 
228
copyright and licensing information.
 
229
 
 
230
<p><a target=_blank
 
231
href="http://www.adobe.com/products/acrobat/readstep.html"> <img
 
232
class=margin align=right src="getacro.gif" border=0></a> Some of these
 
233
books are offered in the "PDF" format.  To view PDF files, you need
 
234
the Acrobat Reader software, which is available as a <a target=_blank
 
235
href="http://www.adobe.com/products/acrobat/readstep.html">free
 
236
download from Adobe</a>.
 
237
 
 
238
</div>
 
239
 
 
240
<!--if !tads.org-->
 
241
</div>
 
242
<!--endif-->
 
243
 
 
244
</body>
 
245
</html>