Missing newline. Maybe should make error() just do it itself :p
[lhc/web/wiklou.git] / maintenance / dumpHTML.php
index 6ba3fc5..bd94958 100644 (file)
@@ -1,34 +1,7 @@
-<?php
-/**
- * @todo document
- * @package MediaWiki
- * @subpackage Maintenance
- */
+dumpHTML has moved to the DumpHTML extension.
 
-/** */
+WebDAV/SVN:
+http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/DumpHTML/
 
-$optionsWithArgs = array( 's', 'd' );
-
-require_once( "commandLine.inc" );
-require_once( "dumpHTML.inc" );
-
-error_reporting( E_ALL & (~E_NOTICE) );
-
-
-if ( !empty( $options['s'] ) ) {
-       $start = $options['s'];
-} else {
-       $start = 1;
-}
-
-if ( !empty( $options['d'] ) ) {
-       $dest = $options['d'];
-} else {
-       $dest = 'static';
-}
-
-dumpHTML( $dest, $start );
-
-exit();
-
-?>
+Web:
+http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/DumpHTML/