Open GoogleCodeExporter opened 9 years ago
In case translating html / xml to some other format seems too painful to
anyone, it is not too difficult using pandoc. To demonstrate this, I forked the
styleguide here:
https://github.com/tkruse/styleguide
and added a Makefile that invokes pandoc on all files converting them
eventually to Asciidoc. Those rendered okay on github, as you can see by
opening any *.asciidoc file. Looking at the Makefile you can see it's not 100%
straightforward, but really not bad at all.
Pandoc could also render to Markdown, rst, textile, wiki, etc.
Anything would be better than the current mix of xml, html, xsl and javascript.
(Also I noticed the file xmlstyle.html lacks opening <html><head><script> tags,
and simlar closing </body> and </html> tags. More irony given this is an xml
style guide). And it seems to have some encoding issues as well.
Original comment by tibokr...@googlemail.com
on 7 Jan 2015 at 12:19
Original issue reported on code.google.com by
tibokr...@googlemail.com
on 6 Jan 2015 at 5:59