DocBook to mdoc(7) converter
Project description
LaserHammer is a simple DocBook to mdoc(7) ("UNIX man page syntax") converter.
The command line utility resides in the scripts/ subdirectory; use it like this:
./laserhammer book.parsed.xml book.7
The 7 above stands for section 7 of man pages, "miscellaneous documentation". The 'book.parsed.xml' is a processed XML source of the FreeBSD Handbook; you can use it as test sample. The 'book.7' is the example translated into mdoc.
There's also a rudimentary Python module. Use it like this:
import laserhammer
mdoc = laserhammer.laserhammer(file_path)
print(mdoc)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
laserhammer-2.4.tar.gz
(4.7 kB
view hashes)
Built Distribution
Close
Hashes for laserhammer-2.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 388646c746d0b1dd7c4af2ec12d87a17e8477156b37c2389fee0525696048b65 |
|
MD5 | fddcddffd5c89210f6bff1d2dcd7f735 |
|
BLAKE2b-256 | 7f94fe9acacd53bf18908b3074be31bb8779864a3e84d1b0aafad1ff1cbc9d9d |