1/** 2* Improg Plugin: allows a simple 5 star implementation progress 3* 4* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5* @author Wolf <w.wolf@ww-a.de> / Taggic <taggic@t-online.de> 6* Plugin Development (https://www.dokuwiki.org/devel:plugins) 7* Extension Repository Plugin (https://www.dokuwiki.org/plugin:repository) 8*/ 9 10Intro 11------ 12 13Syntax 14------- 15 Provides a simple 5 star implementation progress, modification of the rater plugin. 16 <code> 17 {(improg>id=1|name=item1|type=rate)} 18 </code> 19 20 Further Options can be specified: 21 trace=user - for closed wikis better than ip to step over hurdle of dynamic ip 22 23 Get rater status overview: 24 <code> 25 {(improg>id=1|name=item1|type=stat)} 26 </code> 27 28Installation 29------------ 30 Just download and extract it as folder �improg� into your �\lib\plugins� directory. 31 32