Small scripts to convert xml to man pages in groff format or html
xmltoman and xmlmantohtml are two small scripts to convert xml to man pages in groff format or html. It features the usual man page items such a "description", "options", "see also" etc.
xmltoman and xmlmantohtml are two small scripts to convert xml to man pages in groff format or html. It features the usual man page items such a "description", "options", "see also" etc.
To install xmltoman, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xmltoman
To see what files were installed by xmltoman, run:
port contents xmltoman
To later upgrade xmltoman, run:
sudo port selfupdate && sudo port upgrade xmltoman
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.