See
ContributedPlugins
Overview#
This plugin tells you the number of times a page has been viewed.
The count is reset when the server is restarted or the page is editted.
The HitCount is simply stored against the current
WikiPage attribute.
Usage#
- Place the jar file into your <tomcatDir>/webapps/JSPWiki/WEB-INF/lib/ directory
- Restart your tomcat
- Add the following to your page:
This page has been viewed __[{HitCountPlugin}]__ times.
Category.Plugins