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.

Comments
Chris ·
This is exactly what I have been looking for.
Bear ·
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.
Hendy Irawan ·
Dear Chris Wanstrath:
I'm so glad to hear that... Please let us know of your experiences. :-)