summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs <Glenn@web>2010-10-01 23:14:28 +0000
committerJoey Hess <joey@kitenet.net>2010-10-01 23:14:28 +0000
commit3fd58fc71bb47636036299a26ce85fa02c4d9b77 (patch)
treef1e6fdf4746d374d42cc1ebb88b5408b9f2f8886
parent0b0ce854d0cfa716ed5af7830884ca04358b230b (diff)
-rw-r--r--doc/forum/Dump_plugin.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/forum/Dump_plugin.mdwn b/doc/forum/Dump_plugin.mdwn
new file mode 100644
index 000000000..ff3bfea90
--- /dev/null
+++ b/doc/forum/Dump_plugin.mdwn
@@ -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.