From 4f0ac7fe59c196a602e07cc6c4abfc248999ec6b Mon Sep 17 00:00:00 2001 From: William Uther Date: Thu, 11 Sep 2008 17:04:23 -0400 Subject: add underlay files for listdirectives As was noted, 'listdirectives' didn't include the underlay files that make it really worthwhile. I've just gone through all the plugin documentation, modified it to remove installation information and renamed the files to match the directives rather than the plugins. This can now serve as useful underlay. I've only gone through plugins in the 'plugins' dir. I did not go through the 'contrib' dir. --- underlays/basewiki/directive/pagestats.mdwn | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 underlays/basewiki/directive/pagestats.mdwn (limited to 'underlays/basewiki/directive/pagestats.mdwn') diff --git a/underlays/basewiki/directive/pagestats.mdwn b/underlays/basewiki/directive/pagestats.mdwn new file mode 100644 index 000000000..c6888df37 --- /dev/null +++ b/underlays/basewiki/directive/pagestats.mdwn @@ -0,0 +1,13 @@ +The `pagestats` directive is supplied by the [[!iki plugins/pagestats]] plugin. + +This directive can generate stats about how pages link to each other. It can +produce either a del.icio.us style cloud, or a table counting the number of +links to each page. + +Here's how to use it to create a [[tag]] cloud: + + \[[!pagestats pages="tags/*"]] + +And here's how to create a table of all the pages on the wiki: + + \[[!pagestats style="table"]] -- cgit v1.2.3