DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:qc

This is an old revision of the document!


Quality Check Plugin

Compatible with DokuWiki

2009-12-25+, anteater, rincewind

plugin Analyzes the structural quality of an article and gives feedback to the users

Last updated on
2015-02-26
Provides
Syntax, Render
Repository
Source
Conflicts with
definitionlist

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with !experimental, gardening, quality, statistics

A CosmoCode Plugin

Installation

Install the plugin using the Extension Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.

After installation you need to put the quality check into your template's main.php (should be somewhere above the page content):

<?php
    //Quality Control
    $qc = plugin_load('helper','qc');
    $qc->tpl();
?>

Development

Change Log

Known Bugs and Issues

Please report bugs and issues at: https://github.com/cosmocode/qc/issues

Discussion

The QC helper use a ondemande build'in image with gd.

HTML entities like &eacute;(é) 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);
plugin/qc.1424954032.txt.gz · Last modified: 2015-02-26 13:33 by grosse

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki