Analyzes the structural quality of an article and gives feedback to the users
Compatible with DokuWiki
Plugin doku and download is available on ICKEwiki.de.
The QC helper use a ondemande build'in image with gd.
HTML entities like é(é) won't be correctly encode.
To solve it, in the icon.php file, you can change the line 91 :
Previous :
list($x,$y) = textbox($img,0,2,$qc->getLang('i_qcscore'),$c_text);
Change :
list($x,$y) = textbox($img,0,2,html_entity_decode($qc->getLang('i_qcscore')),$c_text);