Manual:RenderDump.php/de

From mediawiki.org
This page is a translated version of the page Manual:RenderDump.php and the translation is 29% complete.

Details

renderDump.php is a maintenance script to 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.

Verwendung

php renderDump.php --output-dir /path/to/output/dir < /path/to/dump.xml

You execute this script by passing an XML dump (generated with DumpBackup.php ) through standard in.