Deplate: Cross-Publish Wiki-based Documents to Other Formats
Deplate is a Ruby-based tool written by Thomas Link to convert documents written in wiki-like markup to various output formats. Supported output formats include LaTeX, HTML, "HTML slides", DocBook (which means it can also convert to PDF, and other DocBook-supported output), and plain text.
In addition to being capable of reading various Wiki markup variants, a particularly interesting feature is it also handles rdoc input which is very handy for generating print-ready documentation of your Ruby projects.
To see the results for yourself, various samples of Deplate generated output are available for your viewing pleasure. To get it, you can download the stable version from Deplate project files page or check out its latest development version from CVS.
June 15, 2007 at 7:50 pm
This is exactly what I have been looking for.
June 16, 2007 at 1:11 am
I thought it was exactly what I was looking for too -- and then started to play with it. I found it unnecessarily complicated, with an arcane control and formatting language. I've ended up using Rote in conjunction with Prince: a solution with less built-in power and more work required from me, but a far easier workflow based around RedCloth and Rake.
June 16, 2007 at 6:06 am
Dear Chris Wanstrath:
I'm so glad to hear that... Please let us know of your experiences. :-)