From 6634fec4377c1d358edc87c3819c280a9e273380 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 22 Oct 2008 21:05:40 +0200 Subject: Init with ikiwiki 2.67. --- ikiwiki/directive/pagestats.mdwn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ikiwiki/directive/pagestats.mdwn (limited to 'ikiwiki/directive/pagestats.mdwn') diff --git a/ikiwiki/directive/pagestats.mdwn b/ikiwiki/directive/pagestats.mdwn new file mode 100644 index 0000000..cfb5737 --- /dev/null +++ b/ikiwiki/directive/pagestats.mdwn @@ -0,0 +1,15 @@ +The `pagestats` directive is supplied by the [[!iki plugins/pagestats desc=pagestats]] plugin. + +This directive can generate stats about how pages link to each other. It can +produce either a tag 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"]] + +[[!meta robots="noindex, follow"]] -- cgit v1.2.3