Hi devs,
I'd like to create the following modules in xwiki-platform to add a UI for the
linkchecker feature:
xwiki-platform-linkchecker/
|_ xwiki-platform-linkchecker-ui/
|_ xwiki-platform-linkchecker-refresher/
where:
* xwiki-platform-linkchecker-ui/ will add a Tab in Main.AllDocs to list broken external
links. It'll contain the livetable that you can see on
http://www.xwiki.org/xwiki/bin/view/Admin/ExternalLinkStatus
* xwiki-platform-linkchecker-refresher/ will contain an EventListener listening to
DocumentUpdatingEvent and remove all link states from the link state cache for the
modified pages received as Events. This module will depend on the LinkChecker
Transformation module located in xwiki-rendering.
Here's my +1
Thanks
-Vincent