aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-01-31 12:54:56 +0000
committerJohn Ankarström <john@ankarstrom.se>2021-01-31 12:54:56 +0000
commitf679e1bca1ef5b018115eaeacfd4c1e8e17cc007 (patch)
treebc01d4cbb1359a66885f9ad5ece46707118777e4
parent07f59f5eb8c296b7306882185cbe932a2f286174 (diff)
downloadem-f679e1bca1ef5b018115eaeacfd4c1e8e17cc007.tar.gz
Add information about htindex to README
-rw-r--r--README7
-rw-r--r--README.html11
2 files changed, 13 insertions, 5 deletions
diff --git a/README b/README
index 072c473..471ebce 100644
--- a/README
+++ b/README
@@ -21,8 +21,11 @@ Em is implemented in portable awk, with an rc script to bind it together.
It is written on and for Plan 9 primarily, but the rc code can (more or less)
trivially be translated to POSIX shell; the work just hasn't been done yet.
-Em also includes the rc script *htwrap*, which can be used to create a
-standalone HTML document from em output.
+Em includes two additional rc scripts:
+
+ htwrap: Creates a standalone HTML document from em output.
+ htindex: Adds appropriate ids to HTML headings and prints an index
+of them on standard output. Supports Latin-1.
---
diff --git a/README.html b/README.html
index cd64a87..d23957d 100644
--- a/README.html
+++ b/README.html
@@ -29,9 +29,14 @@ It is written on and for Plan 9 primarily, but the rc code can (more or less)
trivially be translated to POSIX shell; the work just hasn't been done yet.
</p>
<p>
-Em also includes the rc script <i>htwrap</i>, which can be used to create a
-standalone HTML document from em output.
-</p>
+Em includes two additional rc scripts:
+</p>
+<dl>
+<dt>htwrap</dt><dd>Creates a standalone HTML document from em output.
+</dd><dt>htindex</dt><dd>Adds appropriate ids to HTML headings and prints an index
+of them on standard output. Supports Latin-1.
+</dd>
+</dl>
<hr/>
<h2>Inline formatting</h2>
<hr/>