slackbuilds/misc/doclifter
B. Watson 3df0c12c49 misc/doclifter: Fix TAG.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-03-25 13:28:16 +00:00
..
README misc/doclifter: Added (convert documents). 2015-07-22 13:53:46 +07:00
doclifter.SlackBuild misc/doclifter: Fix TAG. 2017-03-25 13:28:16 +00:00
doclifter.info misc/doclifter: Added (convert documents). 2015-07-22 13:53:46 +07:00
slack-desc misc/doclifter: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

doclifter lifts documents in nroff markups to XML-DocBook.

This package ships two Python scripts:
_doclifter translates documents written in troff macros like man pages to
 DocBook, that can then be converted to other formats or translated.
_manlifter is a mass-conversion script and test harness for doclifter.
 It can find and convert _all_ man pages in your system with one simple
 command, but in a few cases.
 
See the man pages, also in HTML format in /usr/doc/docfilter*/html

docfilter's author is Eric S. Raymond.