MediaWiki master
compareParsers.php File Reference

Take page text out of an XML dump file and render basic HTML out to files. More...

Go to the source code of this file.

Classes

class  CompareParsers
 Maintenance script to take page text out of an XML dump file and render basic HTML out to files. More...
 

Variables

 $maintClass = CompareParsers::class
 

Detailed Description

Take page text out of an XML dump file and render basic HTML out to files.

This is NOT suitable for publishing or offline use; it's intended for running comparative tests of parsing behavior using real-world data.

Templates etc are pulled from the local wiki database, not from the dump.

Copyright © 2011 Platonides https://www.mediawiki.org/

Note
GPL-2.0-or-later

Definition in file compareParsers.php.

Variable Documentation

◆ $maintClass

$maintClass = CompareParsers::class

Definition at line 190 of file compareParsers.php.