From f679e1bca1ef5b018115eaeacfd4c1e8e17cc007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 31 Jan 2021 12:54:56 +0000 Subject: Add information about htindex to README --- README | 7 +++++-- README.html | 11 ++++++++--- 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.

-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. +
+

Inline formatting


-- cgit v1.2.3