summaryrefslogtreecommitdiffstats
path: root/development/inform
diff options
context:
space:
mode:
author B. Watson2020-10-13 06:18:37 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:39:13 +0200
commit5689ba728b0ac52fe2dbd5d45952c6c430f781ec (patch)
tree569b07ea38402bf7c26df06e3f9cba5b61f23468 /development/inform
parent889748559716f514ebd4622fa68bffb482ef3a2c (diff)
downloadslackbuilds-5689ba728b0ac52fe2dbd5d45952c6c430f781ec.tar.gz
development/inform: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/inform')
-rw-r--r--development/inform/README23
1 files changed, 12 insertions, 11 deletions
diff --git a/development/inform/README b/development/inform/README
index 7ae88007b7..269cb5a5ac 100644
--- a/development/inform/README
+++ b/development/inform/README
@@ -1,16 +1,17 @@
inform (interactive fiction compiler)
Inform 6 is version 6 of Inform, an interactive fiction programming
-language created by Graham Nelson. Inform 6 made its debut on April 30th,
-1996, and it continues to be one of the most popular IF development
-systems even after the introduction of Inform 7 in 2006. Inform 6,
-like all other versions of Inform, compiles to code not only for the
-Z-machine, the same virtual machine used by Infocom, but also for the
-more powerful and flexible virtual machine called Glulx.
+language created by Graham Nelson. Inform 6 made its debut on
+April 30th, 1996, and it continues to be one of the most popular
+IF development systems even after the introduction of Inform 7 in
+2006. Inform 6, like all other versions of Inform, compiles to code
+not only for the Z-machine, the same virtual machine used by Infocom,
+but also for the more powerful and flexible virtual machine called
+Glulx.
-This is a command-line compiler for the Inform 6 language. For a graphical
-Inform 7 compiler, see gnome-inform7. Inform 6 and 7 are completely
-different languages, so it's not redundant to install both.
+This is a command-line compiler for the Inform 6 language. For a
+graphical Inform 7 compiler, see gnome-inform7. Inform 6 and 7 are
+completely different languages, so it's not redundant to install both.
To get started writing interactive fiction with Inform, everything you
need is installed in /usr/doc/inform-$VERSION:
@@ -20,5 +21,5 @@ manual/index.html - The Designer's Manual. Everything you need to know.
tutor/*.inf - Tutorials in Inform source code format.
demos/*.inf - Source to sample games.
-Related packages: you'll want a Z-Code interpreter to try out your creations.
-Install one of: fizmo, frotz, zoom.
+Related packages: you'll want a Z-Code interpreter to try out your
+creations. Install one of: fizmo, frotz, zoom.