oops, remove duplicate

master
Simon McVittie 2009-07-18 13:30:30 +01:00
parent bf2bf18a79
commit 6680572dad
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
The `among` branch in my git repository refactors IkiWiki::Render a
bit, then uses this refactoring to add a [[ikiwiki/directive/pagestats]]
parameter `among` that will only count links from pages that match a
given [[ikiwiki/PageSpec]]. From its documentation:
> The optional `among` parameter limits counting to pages that match a
> [[ikiwiki/PageSpec]]. For instance, to display a cloud of tags used on blog
> entries, you could use:
>
> \[[!pagestats pages="tags/*" among="blog/posts/*"]]
>
> or to display a cloud of tags related to Linux, you could use:
>
> \[[!pagestats pages="tags/* and not tags/linux" among="tagged(linux)"]]
Suggestions for a better parameter name are welcome. --[[smcv]]