AmigaguideToHTML is an open source program that converts Amigaguide formatted documents into HTML.
Installation And Usage
- Download the file AmigaguideToHTML (27 kilobytes)
- Copy the file to your C: directory (or anywhere else in your ‘path’ variable)
- Type
AmigaguideToHTML filewhere ‘file’ is the file to convert (including the path to the file) - for example Documents:Amigaguide/Safalra.guide - The HTML files will be created in a directory called file_html (in the above example, Documents:Amigaguide/Safalra.guide_html)
- The HTML files have the same name as the nodes - the ‘entry’ file will usually be called main.html
The Source Code
AmigaguideToHTML was written in Blitz, and is released under the GPL. The source code is available in the file AmigaguideToHTML.bb2 (6 kilobytes).