docubot 1.2.0
DocuBot creates HTML or CHM documentation from a hierarchy of files, supporting markups like Markdown, Textile, and Haml.
Gemfile:
=
install:
=
Runtime Dependencies (6):
Requirements:
Windows with HTML Help Workshop installed and hhc.exe in the %PATH%.
Haml gem for template interpretation.
Nokogiri gem for parsing HTML after creation (and manipulating).
kramdown gem for Markdown conversion.
RedCloth gem for Textile conversion.
MiniTest gem for running specifications.
CodeRay gem for syntax highlighting.