https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs 2010-10-01 23:14:28 +00:00 committed by Joey Hess
parent 0b0ce854d0
commit 3fd58fc71b
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
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.
### Issues
* 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.