Wiki source code of Display the State of External Links
Last modified by Ilie Andriuta on 2023/01/23 13:32
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | 1. Enable Link Checker in {{code}}xwiki.properties{{/code}} (search for {{code}}rendering.transformations = macro, icon{{/code}} and add {{code}}, linkchecker{{/code}}) | ||
| 2 | 1. Make sure it's un-commented (remove the #) | ||
| 3 | 1. Start XWiki | ||
| 4 | 1. Create a Links test page with this Wiki content:((( | ||
| 5 | {{code}} | ||
| 6 | [[Not Existing Link>>url:http://www.google.com/notExistingLink]] | ||
| 7 | [[Working Link>>url:http://www.xwiki.org]] | ||
| 8 | [[Invalid Link>>url:http://invalidLink]] | ||
| 9 | {{/code}} | ||
| 10 | ))) | ||
| 11 | 1. Navigate to the Page Index | ||
| 12 | 1. Click on the "External Links" tab |