Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 30-Apr-2025 | - | ||||
conf/ | H | 07-Feb-2020 | - | 28 | 16 | |
img/ | H | 07-Feb-2020 | - | |||
lang/ | H | 07-Feb-2020 | - | 147 | 82 | |
scripts/ | H | 07-Feb-2020 | - | 1,040 | 714 | |
INFO | H A D | 20-Mar-2017 | 195 | 9 | 7 | |
README | H A D | 20-Mar-2017 | 1.3 KiB | 47 | 37 | |
VERSION | H A D | 20-Mar-2017 | 10 | 1 | 1 | |
action.php | H A D | 20-Mar-2017 | 7.4 KiB | 167 | 125 | |
plugin.info.txt | H A D | 20-Mar-2017 | 229 | 10 | 8 | |
style.css | H A D | 20-Mar-2017 | 3.2 KiB | 126 | 114 | |
syntax.php | H A D | 20-Mar-2017 | 52.3 KiB | 980 | 799 |
README
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