1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
\C{intro} Introduction to Halibut
Halibut is a multi-format documentation processing system.
What that means is that you write your document once, in Halibut's
input format, and then the Halibut program processes it into several
output formats which all contain the same text. So, for example, if
you want your application to have a Windows help file, and you also
want the same documentation available in HTML on your web site,
Halibut can do that for you.
\H{intro-formats} Output formats supported by Halibut
Currently Halibut supports the following output formats:
\b Plain ASCII text.
\b HTML.
\b Unix \cw{man} page format.
\b GNU Info format.
\b PDF.
\b PostScript.
\b Windows HTML Help (\cw{.CHM}).
\b Old-style Windows Help (\cw{.HLP}).
\H{intro-features} Features supported by Halibut
Here's a list of Halibut's notable features.
\b Halibut automatically assigns sequential numbers to your
chapters, sections and subsections, and keeps track of them for you.
You supply a \e{keyword} for each section, and then you can generate
cross-references to that section using the keyword, and Halibut will
substitute the correct section number. Also, in any output format
where it makes sense, the cross-references will be hyperlinks to
that section of the document.
\b Halibut has some support for Unicode: you can include arbitrary
Unicode characters in your document, and specify fallback text in
case any output format doesn't support that character.
\b Halibut's indexing support is comprehensive and carefully
designed. It's easy to use in the simple case, but has powerful
features that should make it possible to maintain a high-quality and
useful index.
|