asciidoctor / docbookrx

(An early version of) a DocBook to AsciiDoc converter written in Ruby.
MIT License
22 stars 49 forks source link

Convert manpage DocBook #23

Open mojavelinux opened 8 years ago

mojavelinux commented 8 years ago

DocBookRx is missing several visitors for properly converting a manpage written in DocBook. Implement the necessary visitors and ensure that the output has the required structure to convert from AsciiDoc to a manpage.

mojavelinux commented 8 years ago

Ideally, we should setup a test (or several) for this type of document to make sure we are hitting all the nodes. Then, it's just a matter of implementing them.

We may find that we need some changes in the built-in manpage converter to accommodate all the parts of a manpage. I'm open to making the necessary changes. This is a great opportunity for discovery.

mojavelinux commented 8 years ago

This seems related to #24.

mojavelinux commented 11 months ago

See #70 for a short term solution. A more complete solution will be needed in order to solve the issue.