]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/Dump_plugin.mdwn
patch: headless gits: replace bad wannabe plumbing with the real thing (now packed...
[ikiwiki.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.
2
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.