This repository has been archived on 2017-04-03. You can view files and clone it, but cannot push or open issues/pull-requests.
blog_post_tests/20120625000904.blog

8 lines
1.9 KiB
Plaintext

doclifter 2.8 is released
<p>In response to a bug report that was relatively easily fixed, I&#8217;ve just shipped release 2.8 of doclifter, a program that takes troff-based document markups &#8211; including man page markup &#8211; and lifts them to DocBook XML.</p>
<p><span id="more-4420"></span></p>
<p>In doclifter I&#8217;ve come as close as I probably ever will to building an AI :-). Automatically lifting the grotty presentation-level goo in man pages (and other troff macro sets) to structural markup is <em>hard</em> &#8211; actually, the DocBook user community thought high-quality translations without extensive manual intervention by a human were impossible until I did it. But it turns out that clever parsing and a whole lot of cliche analysis are good enough for about 97% of the real-world cases, and doclifter can throw useful warnings for the other 3%. </p>
<p>This is, by the way, a useful tool even if you&#8217;re not interested in DocBook, because DocBook is kind of like Earth orbit &#8211; it&#8217;s halfway to anywhere. In particular, man to DocBook via doclifter followed by<br />
Docbook to HTML with the stock stylesheets produces better HTML than any of the half-dozen direct man-to-HTML converters out there. This is because none of them actually do much structural analysis &#8211; they&#8217;re mostly converting presentation-level cliches in troff to presentation-level cliches in HTML. They&#8217;re also deficient in handling troff special characters, which doclifter maps to XML Unicode literals.</p>
<p>If you run an open-source project, and your documentation masters are still in troff, please use doclifter to fix this (yes, you will be able to make man pages from the XML after lifting them). That&#8217;s why I wrote it &#8211; every project that switches to DocBook XML improves our ability to present good-looking and properly hyperlinked documentation over the Web.</p>