Ask HN: documentation format?
1–10 of 16 posts
Re: Ask HN: documentation format?
#2How long are we really talking about?
Re: Ask HN: documentation format?
#3DITA is an emerging documentation standard. It uses XML to describe the content and structure of a document. If you write your documentation in DITA XML, you can render it to PDF or online help easily. Yes, DITA is a little verbose.
Re: Ask HN: documentation format?
#4Something formatted for 8.5" x 11" paper for printing out as a pdf and easy to navigate/search html. How long are we really talking about?
So, we're talking about a doc that's getting a little too cramped being just a plain text file, and which might grow longer as time goes by.
Re: Ask HN: documentation format?
#5Re: Ask HN: documentation format?
#6Re: Ask HN: documentation format?
#7Docbook.
Re: Ask HN: documentation format?
#8The learning curve is steeper but the flexibility is high.
Re: Ask HN: documentation format?
#9Re: Ask HN: documentation format?
#10http://www.literatureandlatte.com/scrivener.html is a combination outliner/editor for OSX. Most of its features are focused on allowing you to manage a lot of different bits of a larger document. There's a full XSLT generation engine inside it so you can get it to generate just about anything you want if you're willing to roll up your sleeves a bit.
http://fletcherpenney.net/MultiMarkdown is a simple markup syntax (derived from Markdown) which Scrivener supports.
Scrivener and MultiMarkdown together generate HTML or LaTeX from the base document, so you need to use something like http://www.uoregon.edu/~koch/texshop and http://www.tug.org/mactex to get something worth printing.