Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| Beide Seiten, vorherige ÜberarbeitungVorherige ÜberarbeitungNächste Überarbeitung | Vorherige Überarbeitung | ||
| hilfe:administration:qc [2010/10/05 17:26] – [Admin page] alan | hilfe:administration:qc [2015/06/07 23:53] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ====== Quality Check Plugin ====== | ||
| + | {{ http:// | ||
| + | This plugin automatically analyzes the current page and tries to identify possible problems with the page's structural quality. It doesn' | ||
| + | |||
| + | The result of the analysis is shown as a quality score. The higher the score, the more problems where found. Additionally the number of FIXMEs is shown next to the quality score. | ||
| + | |||
| + | On clicking the quality info, more detailed information about the identified problems are given along with a few general statistics about the page. Problem descriptions are accompanied by tips on how to fix them. | ||
| + | |||
| + | Quality Scores and %%FIXME%% counts are also shown next to each document in the [[doku> | ||
| + | |||
| + | These two (German) screencasts show the plugin in action: | ||
| + | |||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | |||
| + | ===== Download and Installation ===== | ||
| + | |||
| + | Download and install the plugin using the [[doku> | ||
| + | |||
| + | * Unstable **development version** from the [[http:// | ||
| + | |||
| + | Refer to [[doku> | ||
| + | |||
| + | After installation you need to put the quality check into your template' | ||
| + | |||
| + | <code php> | ||
| + | <?php | ||
| + | //Quality Control | ||
| + | $qc = plugin_load(' | ||
| + | $qc-> | ||
| + | ?> | ||
| + | </ | ||
| + | |||
| + | ===== Configuration ===== | ||
| + | |||
| + | The plugin adds a options to the [[doku> | ||
| + | |||
| + | You can set the color of the generated text to match your template and choose from different icon sets. | ||
| + | |||
| + | ===== Disabling Checks on a Page ===== | ||
| + | |||
| + | You can disable the quality check on a page by putting a '' | ||
| + | |||
| + | ===== Currently Implemented Checks ===== | ||
| + | |||
| + | The following checks are currently used to determine the structural quality: | ||
| + | |||
| + | - Number of FIXMEs | ||
| + | - No Main Headline | ||
| + | - Too many Main Headlines | ||
| + | - Incorrectly Nested Sections | ||
| + | - Many Horizontal Rules | ||
| + | - Many Forced Line Breaks | ||
| + | - Deeply Nested Quotes | ||
| + | - Single Author Only | ||
| + | - Very Small Document | ||
| + | - Very Large Document | ||
| + | - Many Headlines | ||
| + | - Few Headlines | ||
| + | - No Wiki Links | ||
| + | - Many links to non-existing pages | ||
| + | - Too much Text Formatting | ||
| + | - Long Formatted Passages | ||
| + | - Overly Formatted Text | ||
| + | - No Backlinks | ||
| + | |||
| + | ===== Admin page ===== | ||
| + | |||
| + | Moderators and administrators find a quality report on the admin page. This report lists the worst 25 wiki pages known to the quality plugin with their current quality score and %%FIXME%% count. | ||