Counter
Dependency :
compile ":counter:0.1"
Summary
Manage Counters
Installation
- Download the Plugin
- Go to your grails-app
- grails install-plugin path_to/grails-counter-0.1.1.zip
- Open http://localhost:8080/your_app/counter in your browser
- Read the Documentation
Description
Short Description
This plugin manages counters, e.g. you can create a simple access statistic for a website or it can be used as back-end for polling or voting. Every counter has a name and every increment is logged with date and time. And with the simple tag: <g:counterMonthlyGraph countMonth="6" name="Test" /> you have a statistics report as line graph.HomepageRevisions
- 0.1.1 - 11/02/2011 - Bugfix (https://github.com/urbansky/Counter/issues/2)
- 0.1 - 11/01/2011 - Initial release