mkogg.py: Prefix imports with underscores for a clean namespace
[mw2txt.git] / posts / DocBook_5.mdwn
1 Last night I was updating the [man page][man] for [Bugs
2 Everywhere][BE] to [DocBook v5.0][DB].  I'm glad that DocBook is
3 moving towards XML and processing tools I'm familiar with
4 ([xsltproc][]), because the SGML DocBook-to-man tools always felt a
5 little rough around the edges.
6
7 If you are interested in DocBook-based manpages, take a look at my
8 [documentation][doc] and [installation][install] notes in the BE
9 documentation.  You can also try the [official BE
10 documentation][BE_doc], but that sometimes lags behind my version.
11
12 [man]: http://git.tremily.us/?p=be.git;a=blob;f=be.1.xml;hb=HEAD
13
14 [BE]: http://bugseverywhere.org/
15 [DB]: http://www.docbook.org/
16 [xsltproc]: http://www.xmlsoft.org/XSLT/
17
18 [doc]: http://doc.be.tremily.us/doc.html#man-page
19 [install]: http://doc.be.tremily.us/install.html#dependencies
20
21 [BE_doc]: http://docs.bugseverywhere.org/
22
23 [[!tag tags/tools]]