MediaWiki
1.23.3
|
Base classes for dumps and export. More...
Go to the source code of this file.
Classes | |
class | Dump7ZipOutput |
Sends dump output via the p7zip compressor. More... | |
class | DumpBZip2Output |
Sends dump output via the bgzip2 compressor. More... | |
class | DumpFileOutput |
Stream outputter to send data to a file. More... | |
class | DumpFilter |
Dump output filter class. More... | |
class | DumpGZipOutput |
Sends dump output via the gzip compressor. More... | |
class | DumpLatestFilter |
Dump output filter to include only the last revision in each page sequence. More... | |
class | DumpMultiWriter |
Base class for output stream; prints to stdout or buffer or wherever. More... | |
class | DumpNamespaceFilter |
Dump output filter to include or exclude pages in a given set of namespaces. More... | |
class | DumpNotalkFilter |
Simple dump output filter to exclude all talk pages. More... | |
class | DumpOutput |
Base class for output stream; prints to stdout or buffer or wherever. More... | |
class | DumpPipeOutput |
Stream outputter to send data to a file via some filter program. More... | |
class | WikiExporter |
class | XmlDumpWriter |
Functions | |
xmlsafe ( $string) | |
Base classes for dumps and export.
Copyright © 2003, 2005, 2006 Brion Vibber brion @pob ox.co mhttps://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 (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/copyleft/gpl.html
Definition in file Export.php.
xmlsafe | ( | $string | ) |
$string | string |
Definition at line 1550 of file Export.php.
References UtfNormal\cleanUp(), wfProfileIn(), and wfProfileOut().