2

I am looking for a a free template or tool to help creating an online user's guide (manual) for a web-based system. I have been searching on the web for hours and just found some expensive commercial solutions with too many functionalities.

I am trying to create something like http://help.eclipse.org/helios/index.jsp. Just checked that eclipse has one but seems that can be used just on eclipse RCP projects.

Do you know any free tool or template for this task? I would really appreciate any help.

Many thanks, Thiago

2 Answers2

1

Docbook good but there's a learning curve...

mr calendar
  • 945
  • 5
  • 11
  • 21
0

Why not use an open source wiki? Or something like Doxygen will auto-generate help like documentation from source code.

amelvin
  • 8,919
  • 4
  • 38
  • 59
  • I thought about using a wiki but would like to something more similar to a chm help style. –  Apr 22 '11 at 10:13
  • Doxygen is to create code documentation - already done that with javadoc as since as I am using Java. Thanks for your response. –  Apr 22 '11 at 10:14