X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FdumpLinks.php;h=ad440e70f2a01e33725d829a8c6090ed15b9b239;hb=392af46809d831514f49618cdef1e1529d7fddf4;hp=0101dc8dc1a3ea915dc600424ddec77281e169f0;hpb=10e91851b2568267e5ccb7bbd0ab24ec4f2a195a;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/dumpLinks.php b/maintenance/dumpLinks.php index 0101dc8dc1..ad440e70f2 100644 --- a/maintenance/dumpLinks.php +++ b/maintenance/dumpLinks.php @@ -1,8 +1,5 @@ - * http://www.mediawiki.org/ - * * Quick demo hack to generate a plaintext link dump, * per the proposed wiki link database standard: * http://www.usemod.com/cgi-bin/mb.pl?LinkDatabase @@ -11,6 +8,9 @@ * Does not include interwiki or URL links. * Dumps ASCII text to stdout; command-line. * + * Copyright © 2005 Brion Vibber + * http://www.mediawiki.org/ + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -26,11 +26,17 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * + * @file * @ingroup Maintenance */ require_once( dirname( __FILE__ ) . '/Maintenance.php' ); +/** + * Maintenance script that generates a plaintext link dump. + * + * @ingroup Maintenance + */ class DumpLinks extends Maintenance { public function __construct() { parent::__construct();