Yet to be implented:
Note: I did not intend for this to be publicish code, and so it is a bit poorly documented.
Search the jargon file.
README
Makefile
array.C
array.h
browser.C
compare.C
compare.h
indexer.C
reader.C
spell.C
test.C
Some slight changes have been made to the jargon file to preserve certain formating concerns. Because the program automaticlay converts > to ampre-gt, if you want a html directive in the file, you need to prepend both the > and the < with a backslash ('\'). The same problem occurs when it looks at cross-refrences (designated by '{cross-ref}'), if you don't want it to generate a link, you should preced the '{' and the '}' with a backslash ('\'). The program will ignore its formating on any line that starts with a hash ('#') in col 0. By placing a hash in col 0, it will call spew_char(char it) rather than print_char(char it). One example of this can be seen in the entry for ascii-art where the '/', '\', '{', and '}' may confuse the scanner/parser as to what should actualy go there.