How can I change from docbook to restructuredText?
Posted
by Paul Biggar
on Stack Overflow
See other posts from Stack Overflow
or by Paul Biggar
Published on 2009-05-17T14:29:55Z
Indexed on
2010/05/09
17:08 UTC
Read the original article
Hit count: 441
I have a 30-ish page manual in docbook. However, working with docbook is so painful that I don't really update it. I want to switch to restructedText instead.
I can't find any direct translator (the best I could find is ezComponents, but it fails on the docbook sgml). Maybe there is an indirect route through RTF or some other format, but I can't figure it out.
Any ideas?
PS The current conversion process is:
docbook -> jade -> html
docbook -> jade -> tex -> pdflatex -> pdf
© Stack Overflow or respective owner