README 640 B

1234567891011121314151617181920
  1. doclifter (convert nroff markup to XML-DocBook)
  2. This package ships two Python scripts:
  3. - doclifter translates documents written in troff macros (like man
  4. pages) to DocBook, that can then be converted to other formats or
  5. translated.
  6. - manlifter is a mass-conversion script and test harness for doclifter.
  7. It can find and convert _all_ man pages in your system with one simple
  8. command.
  9. See the man pages, also in HTML format in /usr/doc/docfilter*/html
  10. docfilter's author is Eric S. Raymond.
  11. Optional runtime dependency: plotutils. This is required for
  12. converting PIC diagrams to SVG. Not many man pages actually require
  13. this.