vote up 3 vote down star

Hi there. I was wondering what people use for Documentation and saw that this had already been asked here

There seemed to be a lot of votes for LaTeX, I'm an advocate of LaTeX over Word due to its WYGIWYW (What You Get is What You Want) approach. However, its not easy to convince others to use it.

I'm inertested to hear from anyone who has successfully convinced their team to use DocBook for documentation?

flag

65% accept rate

4 Answers

vote up 4 vote down check

I've not used DocBook as part of a team, but for writing my own articles. I've seen quite a bit of documentation written in DocBook as well.

While it is difficult to do for non-technical people, it's still loads easier than using some form of TeX. Also, it's been getting simplified with each newer release, and the XSL Stylesheets are a great way of getting output in various formats (DocBook XSL: The Complete Guide by Bob Stayton is all but a required resource to make the most of them, although the defaults are pretty good).

When it comes to writing documentation, unless it is something incredibly simple, I'd choose DocBook over all others.

link|flag
vote up 0 vote down

If you want to take a look at real-world in-project references, Hibernate and Spring serve well as rolemodels to learn how to integrate Docbook in your build e.g.

link|flag
vote up 1 vote down

I maintain a project where I wanted to produce printable/viewable documentation as well as the on-line help from the same source. I originally tried this with texinfo but always struggled to get compilable help from it. When I found out that docbook had the ability to produce htmlhelp as well as fo (which can be easily translated to pdf), I started using it and have been mostly pleased with the results.

link|flag
vote up 2 vote down

We used to use it. It's hard if you have non-technical users in your team. We bought an Epic Editor license but in the end, Word was still easier. Plus it was a PITA to customize the DocBook output. It can be done, but the cost (in time) wasn't worth the benefits for us.

link|flag
This has been my experience too (sorry, no votes left today). As long as programmer-types are writing the docs, DocBook is great, but other people will fight tooth-and-nail against any requirement to use it. – Kristopher Johnson Oct 7 '08 at 16:55

Your Answer

Get an OpenID
or

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