3 projects tagged "Documentation"
make_faq is an HTML generator that builds chunks/chapters/questions-and-answers or whatever, and builds indexes to hold it all together. It's a fairly general purpose tool for creating a set of indexed pages, but it's common usage is to build FAQ (Frequently Asked Questions) HTML from text documents. See the examples for a better understanding.
Petite Chez Scheme is a freely distributable interpreted version of Chez Scheme, a high-performance implementation of ANSI Scheme with numerous extensions. Petite Chez Scheme may be used as a run-time environment for compiled Chez Scheme applications or as a stand-alone Scheme system. With the exception that the compiler is not present, Petite Chez Scheme is completely compatible with Chez Scheme.