summaryrefslogtreecommitdiff
path: root/textproc/doclifter/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-08-15Update to 1.13:wiz1-2/+2
- Manual date now goes in refentryinfo, as Steve Cheng suggested. Restored correct parsing of multicommand synopses.
2004-08-04Update to 1.12:wiz1-2/+2
* Tue Jul 27 2004 Eric S. Raymond <esr@golux.thyrsus.com> - 1.12-1 - Implemented handling of mdoc .Brq macro. Code no longer chokes on multiple Synopsis headers. * Mon Jul 26 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.11-1 - Speed optimizations. Improved pod2man detection. Close <anchor/> properly. .UN before .SH or .SS sets the XML ID of the generated section. Boldfaced lines immediately before tables are interpreted as titles. .UR now generates <link> for local links. Improved .RE handling that fixes a couple of edge cases. Multiline table entries are now interpreted as full blocks, so commands work normally there. * Tue Jul 6 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.10-1 - Enhance to handle lynx dump pages. Fix .Fa interpretation. Gets 96% of 10862 Fedora Core 2 pages.
2004-06-29Update to 1.9:wiz1-2/+2
John Franklin's support for the Vt macro in mdoc. Tuning for Psyco.
2004-03-10Update to 1.8:wiz1-3/+3
- Avoid choking on malformed tables in Qt pages. Fix minor bug in handling of nested .if/.ie requests. Process Fa macro correctly.
2004-02-18Update to 1.7:wiz1-2/+2
- Handle .Pa tags in synopses better.
2004-01-17initial import of doclifter 1.6recht1-0/+23
The doclifter program translates documents written in troff macros to DocBook. Lifting documents from presentation level to semantic level is hard, and a really good job requires human polishing. This tool aims to do everything that can be mechanized, and to preserve any troff-level information that might have structural implications in XML comments. This tool does most of the hard parts, but not all. TBL tables diagrams are translated into DocBook table markup and and PIC into SVG, but EQN is not translated. Test loads are included in the distribution. The code has been tested in about the most brutal possible way; it has been run against every single man page in all sections of a full installation of Red Hat 9 with Fedore Core 1 updates. It lifts 96% of 9836 pages without requiring any hand-hacking required.