1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-01 14:34:58 +03:00
inform7/docs-src/inrtpsn.inweb
2022-04-04 18:31:44 +01:00

22 lines
926 B
Plaintext
Executable file

Title: Navigation page for Inrtps
Author: Graham Nelson
@ Inrtps is not part of the main Inform compiler and is not shipped inside the
Inform apps. Instead, it's used as a stand-alone command-line tool by the
maintainers of Inform: it generates the tiny HTML run-time problem pages
displayed by the apps when a story that the user has made hits a run-time
problem -- for example, dividing by zero.
Inrtps is a very small literate program, and is not divided into modules.
(*) The contents page for the Inrtps web is here: //inrtps//.
(*) See //inrtps: Manual// and //inrtps: Reference Card// for usage.
@ The actual wording of the problems, and the templates for the HTML files made,
are not hard-wired into the program: they are stored elsewhere in the repository.
(*) See: //https://github.com/ganelson/inform/resources/Outcome Pages/
@ Inrtps contains the basic //foundation// library, but none of the //services//.