MediaWiki master
|
Maintenance script that takes page text out of an XML dump file and render basic HTML out to files. More...
Inherits Maintenance.
Public Member Functions | |
__construct () | |
execute () | |
handleRevision (WikiRevision $rev) | |
Callback function for each revision, turn into HTML and save. | |
Maintenance script that takes page text out of an XML dump file and render basic HTML out to files.
Definition at line 46 of file renderDump.php.
DumpRenderer::__construct | ( | ) |
Definition at line 55 of file renderDump.php.
DumpRenderer::execute | ( | ) |
Definition at line 64 of file renderDump.php.
References $params, $source, and wfMessage().
DumpRenderer::handleRevision | ( | WikiRevision | $rev | ) |
Callback function for each revision, turn into HTML and save.
WikiRevision | $rev |
Definition at line 103 of file renderDump.php.
References WikiRevision\getContent(), WikiRevision\getID(), WikiRevision\getTimestamp(), and WikiRevision\getTitle().