Who uses DocBook? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T06:51:45Z http://stackoverflow.com/feeds/question/179399 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/179399/who-uses-docbook 3 Who uses DocBook? toolkit 2008-10-07T16:51:28Z 2009-05-17T17:21:54Z <p>Hi there. I was wondering what people use for Documentation and saw that this had already been asked <a href="http://stackoverflow.com/questions/12537/what-tools-are-used-to-write-documentation">here</a></p> <p>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.</p> <p>I'm inertested to hear from anyone who has successfully convinced their team to use DocBook for documentation? </p> http://stackoverflow.com/questions/179399/who-uses-docbook/179400#179400 2 Answer by Roel for Who uses DocBook? Roel 2008-10-07T16:53:00Z 2008-10-07T16:53:00Z <p>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.</p> http://stackoverflow.com/questions/179399/who-uses-docbook/179432#179432 4 Answer by Chris Charabaruk for Who uses DocBook? Chris Charabaruk 2008-10-07T17:00:22Z 2008-10-07T17:00:22Z <p>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.</p> <p>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 <a href="http://wiki.docbook.org/topic/DocBookXslStylesheets" rel="nofollow">XSL Stylesheets</a> are a great way of getting output in various formats (<a href="http://sagehill.net/book-description.html" rel="nofollow">DocBook XSL: The Complete Guide</a> by Bob Stayton is all but a required resource to make the most of them, although the defaults are pretty good).</p> <p>When it comes to writing documentation, unless it is something incredibly simple, I'd choose DocBook over all others.</p> http://stackoverflow.com/questions/179399/who-uses-docbook/273758#273758 1 Answer by Jon Trauntvein for Who uses DocBook? Jon Trauntvein 2008-11-07T21:50:53Z 2008-11-07T21:50:53Z <p>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. </p> http://stackoverflow.com/questions/179399/who-uses-docbook/875031#875031 0 Answer by Oliver Gierke for Who uses DocBook? Oliver Gierke 2009-05-17T17:21:54Z 2009-05-17T17:21:54Z <p>If you want to take a look at real-world in-project references, <a href="http://www.hibernate.org" rel="nofollow">Hibernate</a> and <a href="http://www.springframework.org" rel="nofollow">Spring</a> serve well as rolemodels to learn how to integrate Docbook in your build e.g.</p>