diff --git a/README.md b/README.md index 4a823bc8a..8a86043ac 100644 --- a/README.md +++ b/README.md @@ -105,14 +105,18 @@ This repository is where development is done on the following executables: * inrtps - A generator of HTML pages to show for run-time problem messages in Inform. - __version 2 'Benefactive'__ - [★ Web](docs/inrtps/index.html) - [▶ Documentation](docs/inrtps/P-ui.html) * inter - For handling intermediate Inform code. - __version 1 'Axion'__ - [★ Web](docs/inter/index.html) - [▶ Documentation](docs/inter/P-ui.html) * its modules [★ inter](docs/inter-module/index.html), [★ codegen](docs/codegen-module/index.html) -* basicinform - The Basic Inform extension, included in all projects. - __version 1__ - [★ Web](docs/basicinform/index.html) -* srules - The Standard Rules extension, included in all interactive fiction projects. - __version 6__ - [★ Web](docs/srules/index.html) -This repository also contains the webs for the Template (at the subtree inform7/Internal/Inter). These are libraries of low-level Inter code needed at run-time, whose source is written in Inform 6 notation: +Two webs give detailed expositions of the most important built-in Inform extensions (at the subtree inform7/extensions): -* basic_inform - Support for Inform as a programming language - [★ Web](docs/basic_inform/index.html) -* standard_rules - Support for Inform as an interactive fiction tool - [★ Web](docs/standard_rules/index.html) -* basic_inform_extras - Additional support needed only if the Standard Rules are not used - [★ Web](docs/basic_inform_extras/index.html) +* basic_inform - - __unversioned__ - [★ Web](docs/basic_inform/index.html) +* standard_rules - - __unversioned__ - [★ Web](docs/standard_rules/index.html) + +This repository also contains kits of Inter code (at the subtree inform7/Internal/Inter). These are libraries of code needed at run-time, and whose source is written in Inform 6 notation: + +* BasicInformKit - Support for Inform as a programming language - [★ Web](docs/BasicInformKit/index.html) +* WorldModelKit - Support for modelling space, time and actions in interactive fiction - [★ Web](docs/WorldModelKit/index.html) +* CommandParserKit - Support for parsing turn-by-turn commands in interactive fiction - [★ Web](docs/CommandParserKit/index.html) +* BasicInformExtrasKit - Additional support needed only if the Standard Rules are not used - [★ Web](docs/BasicInformExtrasKit/index.html) The inform7 subtree further contains these primary resources: diff --git a/docs/basic_inform_extras/S-at.html b/docs/BasicInformExtrasKit/S-at.html similarity index 98% rename from docs/basic_inform_extras/S-at.html rename to docs/BasicInformExtrasKit/S-at.html index 320a05278..4066c8e7f 100644 --- a/docs/basic_inform_extras/S-at.html +++ b/docs/BasicInformExtrasKit/S-at.html @@ -1,7 +1,7 @@ - S/bie + S/msc @@ -9,7 +9,7 @@ -

To run the necessary rulebooks to carry out an activity.

+

To run the necessary rulebooks to carry out an activity.


@@ -208,7 +208,7 @@ activity must be being run by calling the three stages individually, and


-
+
diff --git a/docs/basic_inform_extras/S-bie.html b/docs/BasicInformExtrasKit/S-msc.html similarity index 99% rename from docs/basic_inform_extras/S-bie.html rename to docs/BasicInformExtrasKit/S-msc.html index f49d8191d..a96b61771 100644 --- a/docs/basic_inform_extras/S-bie.html +++ b/docs/BasicInformExtrasKit/S-msc.html @@ -8,8 +8,8 @@ - -

Additions to the Basic Inform template which are needed only if the Standard Rules are not to be used.

+ +

Additions to the Basic Inform template which are needed only if the Standard Rules are not to be used.


@@ -409,8 +409,6 @@ indefinite singular depends on the text of the object's name. return case; ]; - {-segment:Activities.i6t} - [ PNToVP gna; ! if (prior_named_noun == player) return story_viewpoint; if (prior_named_noun) gna = GetGNAOfObject(prior_named_noun); diff --git a/docs/basic_inform_extras/crumbs.gif b/docs/BasicInformExtrasKit/crumbs.gif similarity index 100% rename from docs/basic_inform_extras/crumbs.gif rename to docs/BasicInformExtrasKit/crumbs.gif diff --git a/docs/basic_inform_extras/index.html b/docs/BasicInformExtrasKit/index.html similarity index 72% rename from docs/basic_inform_extras/index.html rename to docs/BasicInformExtrasKit/index.html index 25b1055e0..35b2bc7a3 100644 --- a/docs/basic_inform_extras/index.html +++ b/docs/BasicInformExtrasKit/index.html @@ -1,18 +1,18 @@ - basic_inform_extras Template Library + BasicInformExtrasKit - -

I6T source for the basic_inform_extras library.

+ +

Additional Inter-level support for non-interactive fiction uses of the Inform language.