From d5b2203231e68aad3b92d758c6a216c0058302fc Mon Sep 17 00:00:00 2001
From: Aster Fialla This manual is intended to explain the main features of the adv3Lite
library, an alternative library for use with the TADS 3 Interactive
Fiction system. If you need help with the TADS 3 language, or other
-aspects of TADS 3 such as using the compiler, please refer to the TADS
+aspects of TADS 3 such as using the compiler, please refer to the TADS
3 System Manual, or start by working through the
Tutorial. The present manual assumes at least
basic familiarity with the TADS 3 language. TADS 3 System
ManualIntroduction and Overview
The Books (Where s
-
+
diff --git a/_site/docs/adv3lite/manual/docs/t3QuickStart.html b/_site/docs/adv3lite/manual/docs/t3QuickStart.html
index 75b5eef04..5e3401cf6 100644
--- a/_site/docs/adv3lite/manual/docs/t3QuickStart.html
+++ b/_site/docs/adv3lite/manual/docs/t3QuickStart.html
@@ -317,7 +317,7 @@ 2c. The Reference Manuals
for most people, they are not the best place to start.
That said, the -TADS 3 System +TADS 3 System Manual does contain a lot of material that might be of interest to confident beginners with a strong programming background (whether professional, amateur or hobbyist) who want to see how things are done diff --git a/_site/docs/adv3lite/manual/mingame.html b/_site/docs/adv3lite/manual/mingame.html index 5437fad19..e0ff8ac96 100644 --- a/_site/docs/adv3lite/manual/mingame.html +++ b/_site/docs/adv3lite/manual/mingame.html @@ -302,7 +302,7 @@
From time to time it may prove useful to consult the TADS 3 System
+ From time to time it may prove useful to consult the TADS 3 System
Manual while working on an adv3Lite game. This contains
a wealth of information about the TADS 3 language and its intrinsic
classes, all of which are important to know about when programming in
diff --git a/_site/docs/adv3lite/manual/thing.html b/_site/docs/adv3lite/manual/thing.html
index 81e336f61..e951c4469 100644
--- a/_site/docs/adv3lite/manual/thing.html
+++ b/_site/docs/adv3lite/manual/thing.html
@@ -81,7 +81,7 @@ If you don’t understand the distinctions being made above then you
-really should read Part III of the TADS 3 System Manual
+really should read Part III of the TADS 3 System Manual
before going any further with this manual (or else start by working
through the Tutorial); if you don’t observe
these distinctions in the explanations that follow, then you may
diff --git a/_site/docs/adv3lite/manual/toc.html b/_site/docs/adv3lite/manual/toc.html
index 188f8ea76..1db795ac2 100644
--- a/_site/docs/adv3lite/manual/toc.html
+++ b/_site/docs/adv3lite/manual/toc.html
@@ -182,7 +182,7 @@ Things
Adv3Lite Library Manual Table
-
+
diff --git a/_site/docs/adv3lite/tutorial/methods.html b/_site/docs/adv3lite/tutorial/methods.html
index bbc63d0fb..7fb5a5ecf 100644
--- a/_site/docs/adv3lite/tutorial/methods.html
+++ b/_site/docs/adv3lite/tutorial/methods.html
@@ -641,7 +641,7 @@ Further Reading
to read these three sections. On the other hand, if you’re comfortable
with what we’ve just covered in this section and would like to carry on
reading the next straight away, that’s fine too, but I would still
-recommend that you read those three sections of the TADS 3 System
+recommend that you read those three sections of the TADS 3 System
Manual sooner or later.
There are one or two places where both this Tutorial and other parts of -the adv3Lite documentation attempt to link to the TADS 3 System +the adv3Lite documentation attempt to link to the TADS 3 System Manual. By default this links to the online version of the System Manual at www.tads.org. If you have a fast and reliable internet connection you may be perfectly happy with this, but if you’d diff --git a/_site/docs/adv3lite/tutorial/toc.html b/_site/docs/adv3lite/tutorial/toc.html index b2874cef5..64787c99d 100644 --- a/_site/docs/adv3lite/tutorial/toc.html +++ b/_site/docs/adv3lite/tutorial/toc.html @@ -181,7 +181,7 @@
The following sections of the TADS 3 System Manual are +
The following sections of the TADS 3 System Manual are probably the ones you’ll need to become familiar with sooner rather than later:
diff --git a/docs/adv3Lite/manual/docs-intro.md b/docs/adv3Lite/manual/docs-intro.md index e9be6ac43..34d342363 100644 --- a/docs/adv3Lite/manual/docs-intro.md +++ b/docs/adv3Lite/manual/docs-intro.md @@ -25,7 +25,7 @@ This manual is intended to explain the main features of the adv3Lite library, an alternative library for use with the TADS 3 Interactive Fiction system. If you need help with the TADS 3 *language*, or other aspects of TADS 3 such as using the compiler, please refer to the [TADS -3 System Manual](../sysman.html), or start by working through the +3 System Manual](../../adv3/doc/sysman/cover.html), or start by working through the [Tutorial](../tutorial/index.html). The present manual assumes at least basic familiarity with the TADS 3 language. diff --git a/docs/adv3Lite/manual/docs/index.md b/docs/adv3Lite/manual/docs/index.md index 69350e689..fff0cab6c 100644 --- a/docs/adv3Lite/manual/docs/index.md +++ b/docs/adv3Lite/manual/docs/index.md @@ -84,7 +84,7 @@ adv3Lite library. ------------------------------------------------------------------------ - TADS 3 System diff --git a/docs/adv3Lite/manual/docs/t3QuickStart.md b/docs/adv3Lite/manual/docs/t3QuickStart.md index 174ad016c..131fafcfa 100644 --- a/docs/adv3Lite/manual/docs/t3QuickStart.md +++ b/docs/adv3Lite/manual/docs/t3QuickStart.md @@ -276,7 +276,7 @@ or more of the tutorial manuals and are writing your own game(s), but for most people, they are not the best place to start. That said, the -TADS 3 System +TADS 3 System Manual does contain a lot of material that might be of interest to confident beginners with a strong programming background (whether professional, amateur or hobbyist) who want to see how things are done diff --git a/docs/adv3Lite/manual/mingame.md b/docs/adv3Lite/manual/mingame.md index 4b6fb7530..ca08127cb 100644 --- a/docs/adv3Lite/manual/mingame.md +++ b/docs/adv3Lite/manual/mingame.md @@ -295,7 +295,7 @@ above), here is another way: ## The System Manual From time to time it may prove useful to consult the [TADS 3 System -Manual](../sysman.html) while working on an adv3Lite game. This contains +Manual](../../adv3/doc/sysman/cover.html) while working on an adv3Lite game. This contains a wealth of information about the TADS 3 language and its intrinsic classes, all of which are important to know about when programming in TADS 3. The contents page of this manual and the Adv3Lite Tutorial thus diff --git a/docs/adv3Lite/manual/thing.md b/docs/adv3Lite/manual/thing.md index e176faf7d..2e22e4e5a 100644 --- a/docs/adv3Lite/manual/thing.md +++ b/docs/adv3Lite/manual/thing.md @@ -72,7 +72,7 @@ following three property definitions are anything but equivalent: ``` If you don't understand the distinctions being made above then you -really should read Part III of the [TADS 3 System Manual](../sysman.html) +really should read Part III of the [TADS 3 System Manual](../../adv3/doc/sysman/cover.html) before going any further with this manual (or else start by working through the [Tutorial](../tutorial/index.html)); if you don't observe these distinctions in the explanations that follow, then you may diff --git a/docs/adv3Lite/manual/toc.md b/docs/adv3Lite/manual/toc.md index 61dd583c6..a8466ec7c 100644 --- a/docs/adv3Lite/manual/toc.md +++ b/docs/adv3Lite/manual/toc.md @@ -484,7 +484,7 @@ Samples -TADS 3 System Manual +TADS 3 System Manual diff --git a/docs/adv3Lite/tutorial/methods.md b/docs/adv3Lite/tutorial/methods.md index b1ad299c5..d4522691d 100644 --- a/docs/adv3Lite/tutorial/methods.md +++ b/docs/adv3Lite/tutorial/methods.md @@ -677,7 +677,7 @@ to read these three sections. On the other hand, if you're comfortable with what we've just covered in this section and would like to carry on reading the next straight away, that's fine too, but I would still recommend that you read those three sections of the [TADS 3 System -Manual](../sysman.html) sooner or later. +Manual](../../adv3/doc/sysman/cover.html) sooner or later. diff --git a/docs/adv3Lite/tutorial/object.md b/docs/adv3Lite/tutorial/object.md index 50bc42d3e..85089be36 100644 --- a/docs/adv3Lite/tutorial/object.md +++ b/docs/adv3Lite/tutorial/object.md @@ -512,7 +512,7 @@ entirely clear on it all, perhaps the first additional thing to read would be the article "Object-Oriented Programming Overview" in the *TADS 3 Technical Manual*. For the full story on object definitions you could read the section on "Object Definitions" in the [TADS 3 System -Manual](../sysman.html). You might not want to look at it right away, +Manual](../../adv3/doc/sysman/cover.html). You might not want to look at it right away, however, as there's rather more information there than you really need right now, and if you're new to this kind of programming there's probably quite enough for you to take in already. But if you do want a diff --git a/docs/adv3Lite/tutorial/quotes.md b/docs/adv3Lite/tutorial/quotes.md index fa6ff3f57..590d65ff4 100644 --- a/docs/adv3Lite/tutorial/quotes.md +++ b/docs/adv3Lite/tutorial/quotes.md @@ -247,7 +247,7 @@ data that can be manipulated, but beyond mentioning string concatenation (with the + operator) in a previous part of this chapter, we haven't gone into any detail how. When you're ready to find out, you'll find most of the answers in the section on "String" in Part IV of the [TADS 3 -System Manual](../sysman.html), but that's something you can well afford +System Manual](../../adv3/doc/sysman/cover.html), but that's something you can well afford to leave for now. diff --git a/docs/adv3Lite/tutorial/setting.md b/docs/adv3Lite/tutorial/setting.md index b8016594a..ad0ba907b 100644 --- a/docs/adv3Lite/tutorial/setting.md +++ b/docs/adv3Lite/tutorial/setting.md @@ -186,7 +186,7 @@ whatever you're calling it) carry out the following steps: There are one or two places where both this Tutorial and other parts of the adv3Lite documentation attempt to link to the [TADS 3 System -Manual](../sysman.html). By default this links to the online version of +Manual](../../adv3/doc/sysman/cover.html). By default this links to the online version of the System Manual at www.tads.org. If you have a fast and reliable internet connection you may be perfectly happy with this, but if you'd rather link to the local copy of the System Manual on your own machine diff --git a/docs/adv3Lite/tutorial/toc.md b/docs/adv3Lite/tutorial/toc.md index c38db93e4..c89d96f93 100644 --- a/docs/adv3Lite/tutorial/toc.md +++ b/docs/adv3Lite/tutorial/toc.md @@ -471,7 +471,7 @@ Conversation -TADS 3 System Manual +TADS 3 System Manual diff --git a/docs/adv3Lite/tutorial/using.md b/docs/adv3Lite/tutorial/using.md index 40058d61c..26a4d9db7 100644 --- a/docs/adv3Lite/tutorial/using.md +++ b/docs/adv3Lite/tutorial/using.md @@ -106,7 +106,7 @@ forms of documentation. In additition to this tutorial the important ones are: 1. The [adv3Lite Library Manual](..\manual\index.html) -2. The [TADS 3 System Manual](..\sysman.html) +2. The [TADS 3 System Manual](../../adv3/doc/sysman/cover.html) 3. A few sections of the *TADS 3 Technical Manual* (though most of it is directed towards the adv3 library) 4. The adv3Lite library source code and the comments it contains (in diff --git a/docs/adv3Lite/tutorial/whatmore.md b/docs/adv3Lite/tutorial/whatmore.md index 2036e609f..da1632e58 100644 --- a/docs/adv3Lite/tutorial/whatmore.md +++ b/docs/adv3Lite/tutorial/whatmore.md @@ -204,7 +204,7 @@ perhaps, depending on your point of view) not all the information in the the TADS 3 game author, so you certainly don't need to read all of it to start out with. -The following sections of the [TADS 3 System Manual](../sysman.html) are +The following sections of the [TADS 3 System Manual](../../../adv3/doc/sysman/cover.html) are probably the ones you'll need to become familiar with sooner rather than later: