X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FrenderDump.php;h=97797792a0152c51b5fd8496f900d1a79e37beb1;hb=d7f7a5052f3923d5db96d7e337fccd506a5ab478;hp=10986f2c787fe6b5689a81316e52c391ee51baf2;hpb=288e0cf01c969010084c7eb42628349f6ee9f3a8;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/renderDump.php b/maintenance/renderDump.php index 10986f2c78..97797792a0 100644 --- a/maintenance/renderDump.php +++ b/maintenance/renderDump.php @@ -2,7 +2,7 @@ /** * 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 comparitive tests of parsing behavior using real-world data. + * running comparative tests of parsing behavior using real-world data. * * Templates etc are pulled from the local wiki database, not from the dump. * @@ -24,14 +24,13 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * - * @package MediaWiki - * @subpackage Maintenance + * @file + * @ingroup Maintenance */ $optionsWithArgs = array( 'report' ); require_once( 'commandLine.inc' ); -require_once( 'SpecialImport.php' ); class DumpRenderer { function __construct( $dir ) { @@ -100,4 +99,4 @@ if( isset( $options['output-dir'] ) ) { $render = new DumpRenderer( $dir ); $render->run(); -?> +