X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/299bb8bef3811b16d29a0e8ebb2c292c8dd11020..6a03860fb7e9db5cb3374e22d827571ddac0c40a:/doc/plugins/pagestats.mdwn diff --git a/doc/plugins/pagestats.mdwn b/doc/plugins/pagestats.mdwn index e37f804a3..ab32fb002 100644 --- a/doc/plugins/pagestats.mdwn +++ b/doc/plugins/pagestats.mdwn @@ -1,17 +1,14 @@ +[[!template id=plugin name=pagestats author="Enrico Zini"]] +[[!tag type/meta type/tags]] + This plugin 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/*"]] + \[[!pagestats pages="tags/*"]] And here's how to create a table of all the pages on the wiki: - \[[pagestats style="table"]] - -This plugin is included in ikiwiki, but is not enabled by default. If it is -enabled, here's a link cloud for this entire wiki: -[[pagestats ]] -And here's a table: -[[pagestats style="table"]] + \[[!pagestats style="table"]]