MediaWiki master
renderDump.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  DumpRenderer
 Maintenance script that takes page text out of an XML dump file and render basic HTML out to files. More...
 

Variables

 $maintClass = DumpRenderer::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 (C) 2006 Brooke Vibber bvibb.nosp@m.er@w.nosp@m.ikime.nosp@m.dia..nosp@m.org https://www.mediawiki.org/

Note
GPL-2.0-or-later

Definition in file renderDump.php.

Variable Documentation

◆ $maintClass

$maintClass = DumpRenderer::class

Definition at line 141 of file renderDump.php.