vote up 0 vote down star
1

I need to document an application -- not the underlying source code. (I use Doxygen for the internal source code documentation.)

What are good documentation tools for producing HTML Help files? I know about the HTML Help Workshop, but I'm not very good at editing HTML files. I was hoping for something more integrated with a WYSIWYG editor.

I'm not restricting myself to free tools, but free is always nice. ;)

Thanks for your help!

  • Kevin
flag

69% accept rate

3 Answers

vote up 3 vote down check

DocBook http://en.wikipedia.org/wiki/DocBook

link|flag
Wow. DocBook is a standard and very flexible format -- able to be transformed into all sorts of other documents. That's good. The other nice thing is that there are multiple editors out there -- that's also good; in case one editor stagnates (or it's vendor goes out of buisness), you can always pick another. As far as WYSIWYG editors for DocBook go though, I've only found closed-source editors. Serna XML Editor offers a decent free version for non-corporate use. The professional version is still a little pricey ($559/seat on sale). Does anyone know of a free WYSIWYG DocBook editor? – Kevin Jun 8 at 5:30
Ahh... I just found an open source WYSIWYG editor that exports to DocBook. It's called Lyx (en.wikipedia.org/wiki/LyX). I'm going to give this a try. – Kevin Jun 8 at 5:42
I second DocBook. It just works great! +1 – Sklivvz Aug 12 at 12:54
vote up 2 vote down

I know the final answer has been given, but what about (DokuWiki)? It has human readable plain text files and an easy to use wiki language. The important thing is: it can export to various formats (odt, html, plain text ...).

Using the Site Export you can easily create an offline - HTML only - version of your documentation. It also supports exporting JavaHelp and EclipseHelp TOCs.

link|flag
vote up 2 vote down

The very best tool I know for this purpose is Help & Manual. It's not free, but it's worth the money.

link|flag
Help & Manual looks very promising. I've got 2 weeks to evaluate it, so I'll take a look. Thanks. – Kevin Jun 8 at 5:23

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.