]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/Dump_plugin.mdwn
This reverts commit 21f0f5c22fb97d283db183e2970cc8f05fbfb475
[git.ikiwiki.info.git] / doc / forum / Dump_plugin.mdwn
1 I have a second plugin that adds a directive 'dump', and dumps all sorts of information (env variables and template variables) about a page into the end of the page. It's cheesy, but it's available in my [[Dropbox|http://dl.dropbox.com/u/11256359/dump.pm]] as well as the Asciidoc plugin.
3 ### Issues
4 * It really ought to use some kind of template instead of HTML. In fact, it ought to embed its information in template variables of some kind rather than stuffing it into the end of the page.