cosmocode / qc

Automatically check the quality of DokuWiki pages
https://www.dokuwiki.org/plugin:qc
GNU General Public License v2.0
9 stars 10 forks source link

Refactoring #36

Closed splitbrain closed 7 years ago

splitbrain commented 7 years ago

This refactors the plugin to make it easier to integrate into templates. It no longer generates icons but simply uses AJAX calls to have analyzing asynchronous. Icons are SVG now and can be styled.

For the sprintdoc template we would not use the default template function but do the two AJAX calls ourselves to integrate it into the tab interface.

@micgro42 can you have a look if I've overseen something?