Greetings,
Is there a sensible way to find all broken (red) image links in a MediaWiki installation? That is, without having to do this:
for all pages in wiki (list=allpages) for all image links in each page (prop=images) check if each image exists on that wiki if not, check again if it exists on commons
Cheers, -jani
what version of mediawiki are you running?
On Sat, Nov 3, 2012 at 11:58 PM, Jani Patokallio jpatokal@iki.fi wrote:
Greetings,
Is there a sensible way to find all broken (red) image links in a MediaWiki installation? That is, without having to do this:
for all pages in wiki (list=allpages) for all image links in each page (prop=images) check if each image exists on that wiki if not, check again if it exists on commons
Cheers, -jani
Mediawiki-api mailing list Mediawiki-api@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
mediawiki-api@lists.wikimedia.org