1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 18:14:21 +03:00
inform7/docs/index-module/index.html
2019-03-17 12:40:57 +00:00

66 lines
2.9 KiB
HTML

<html>
<head>
<title>index </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="en-gb">
<link href="inweb.css" rel="stylesheet" rev="stylesheet" type="text/css">
</head>
<body>
<ul class="crumbs"><li><a href="../webs.html">&#9733;</a></li><li><b>index </b></li></ul>
<p class="purpose">Indexing tools needed by Inform, as a module.</p>
<hr>
<ul class="chapterlist">
<li>
<p><a name="1"></a><spon class="chaptertitle">Chapter 1: Starting Up</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="1-im.html"><spon class="sectiontitle">Index Module</span></a> -
<span class="purpose">Setting up the use of this module.</span></p>
</li>
</ul>
</li>
<li>
<p><a name="2"></a><spon class="chaptertitle">Chapter 2: HTML</span></p>
<p><span class="purpose">HTML and JavaScript generation.</span></p>
<ul class="sectionlist">
<li>
<p><a href="2-hf.html"><spon class="sectiontitle">HTML Files</span></a> -
<span class="purpose">To provide utilities for writing HTML files such as the problems report, the extension documentation, the index files and so forth.</span></p>
</li>
<li>
<p><a href="2-jp.html"><spon class="sectiontitle">Javascript Pastes</span></a> -
<span class="purpose">To write valid HTML for a paste icon which, when clicked, calls a Javascript function which will paste Inform source text into the Source panel of the application.</span></p>
</li>
<li>
<p><a href="2-hd.html"><spon class="sectiontitle">HTML Documentation</span></a> -
<span class="purpose">To translate a passage of source text into HTML-format documentation, for use in the automatically generated documentation pages on each installed extension.</span></p>
</li>
</ul>
</li>
<li>
<p><a name="3"></a><spon class="chaptertitle">Chapter 3: Indexing</span></p>
<p><span class="purpose">Utility routines for generating index pages.</span></p>
<ul class="sectionlist">
<li>
<p><a href="3-ifs.html"><spon class="sectiontitle">Index File Services</span></a> -
<span class="purpose">To provide routines to help build the various HTML index files, none of which are actually created in this section.</span></p>
</li>
<li>
<p><a href="3-dr.html"><spon class="sectiontitle">Documentation References</span></a> -
<span class="purpose">To enable index or results pages to link into documentation.</span></p>
</li>
<li>
<p><a href="3-li.html"><spon class="sectiontitle">Lexicon Index</span></a> -
<span class="purpose">To construct the Lexicon portion of the Phrasebook page of the Index, which gives brief definitions and references for nouns, adjectives and verbs used in source text for the current project.</span></p>
</li>
</ul>
</li>
</ul>
<hr>
</body>
</html>