diff options
author | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-08-10 04:53:23 -0400 |
---|---|---|
committer | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-08-15 10:07:45 -0400 |
commit | b56e6f07060a6236c616092b49f97a8c5fa5e2c3 (patch) | |
tree | 7e601df45e2e5f17901ff577b158b6234f596dbd /doc/plugins/contrib | |
parent | 1fe88b4afd8ad8e647956e1295a58e2ee6b338b3 (diff) | |
download | ikiwiki-b56e6f07060a6236c616092b49f97a8c5fa5e2c3.tar ikiwiki-b56e6f07060a6236c616092b49f97a8c5fa5e2c3.tar.gz |
Rebased onto a new branch.
Diffstat (limited to 'doc/plugins/contrib')
-rw-r--r-- | doc/plugins/contrib/wordcount.mdwn (renamed from doc/plugins/contrib/wc.mdwn) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/plugins/contrib/wc.mdwn b/doc/plugins/contrib/wordcount.mdwn index fb5a7320e..6a90d0ec5 100644 --- a/doc/plugins/contrib/wc.mdwn +++ b/doc/plugins/contrib/wordcount.mdwn @@ -1,10 +1,10 @@ -[[!template id=plugin name=wc author="[[schmonz]]"]] -[[!template id=gitbranch branch=schmonz/wc author="[[schmonz]]"]] +[[!template id=plugin name=wordcount author="[[schmonz]]"]] +[[!template id=gitbranch branch=schmonz/wordcount author="[[schmonz]]"]] [[!tag type/meta]] [[!tag patch]] This plugin counts words in a page. For a single page, write a -`\[[!wc]]` directive and the word count will be interpolated there. +`\[[!wordcount]]` directive and the word count will be interpolated there. For a site, add `<TMPL_VAR WORDCOUNT>` to your [[templates]]. If [[!cpan HTML::Strip]] is installed, the wordcount will be slightly |