I have a wealth of documentation for a project I would like to make open source (through github).
The problem is that github README does not support .html files.
I tried html2text with absolutely horrid results.
Is there a fast easy way to convert naturalDocs(or any html documentation) type output to a git readme?
Thanks guys.
You can use GitHub Pages to publish your documentation and write a short information with a link to that in your README file using RDoc or Markdown format.