summaryrefslogtreecommitdiffstats
path: root/misc/doclifter/README
diff options
context:
space:
mode:
author Didier Spaier <didier at slint dot fr>2015-07-22 11:49:19 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-07-22 13:53:46 +0700
commit4ab10c9c9c6f9e39a4670bce6027ca4736183400 (patch)
tree439ee02f3bb8dd0ad7f0c5221e2810697288b8c8 /misc/doclifter/README
parent14c090eb789a505cacda67676141eb50f2e163c0 (diff)
downloadslackbuilds-4ab10c9c9c6f9e39a4670bce6027ca4736183400.tar.gz
slackbuilds-4ab10c9c9c6f9e39a4670bce6027ca4736183400.tar.xz
misc/doclifter: Added (convert documents).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/doclifter/README')
-rw-r--r--misc/doclifter/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/doclifter/README b/misc/doclifter/README
new file mode 100644
index 0000000000..be6e5ab4be
--- /dev/null
+++ b/misc/doclifter/README
@@ -0,0 +1,12 @@
+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.