1/** 2* Rater Plugin: allows a simple 5-star-rater and thumb voting 3* 4* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5* @author Taggic <taggic@t-online.de> 6*/ 7 8Intro 9------ 10 11Syntax 12------- 13 Simply place the following syntax into the page markup for 5-Star-Rater: 14 <code> 15 {(rater>id=1|name=item1|type=rate)} 16 </code> 17 18 or the following for thumb Voting: 19 <code> 20 {(rater>id=1|name=item1|type=vote)} 21 </code> 22 23 If you want to use this multiple times you have to choose different ids and names. 24 25 Further Options can be specified: 26 trace=user - for closed wikis better than ip to step over hurdle of dynamic ip 27 end=09/25/10 - after that day no more votes/rates will be counted, can be any valid date expression 28 tracedetails=1 - will show the quantity of single star ratings or a list of clear ip/names for votes on details action link 29 30 or the following to get rater status overview: 31 <code> 32 {(rater>id=1|name=item1|type=stat)} 33 </code> 34 35Installation 36------------ 37 Just download and extract it as folder �rater� into your �\lib\plugins� 38 directory. 39 40 41Configuration 42-------------- 43Configuration can be done via Administration of DokuWiki Configuration Manager 44 45Examples/Usage 46-------------- 47for examples please refer to: http://www.fristercons.de/fcon/doku.php?id=rater:example