1GJOTS2HTML(1) General Commands Manual GJOTS2HTML(1)
2
3
4
6 gjots2html - Convert a gjotsfile to HTML (on stdout)
7
9 gjots2html { -lc ] [ -t title ] [ -i level } [ gjotsfile ]
10
12 gjots2html converts a gjotsfile into HTML with a table of contents.
13
14 Presently up to 8 levels of table of contents subject tree are support‐
15 ed.
16
17 gjotsfile uses m4(1) and awk(1)
18
20 -l adds <HR> lines after each section.
21
22 -c adds a link to the TABLE OF CONTENTS after each section.
23
24 -t title
25 adds a title to the page
26
27 -i level
28 Creates the table of contents down to that level of heading. The
29 default is to include all headings.
30
32 Written by Bob Hepple <bhepple@freeshell.org>
33
34 http://bhepple.freeshell.org/gjots
35
37 Copyright (c) 2002-2011 Robert Hepple
38 This is free software; see the source for copying condi tions. There
39 is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU‐
40 LAR PURPOSE.
41
43 gjots(1), gjots2docbook(1), docbook2gjots(1), gjots2html.py(1)
44
45
46
47 GJOTS2HTML(1)