Extension:Wiki2xml
| The author of this extension is no longer maintaining it! Meaning any reports for additional features and/or bugfixes will more than likely be ignored. Volunteers are encouraged to take on the task of developing and maintaining it. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{extension}} infobox. |
|
Wiki2xml Release status: beta |
|
|---|---|
| Implementation | Data extraction |
| Description | Converts markup fragments or whole articles to XML and from XML to other stuff. |
| Author(s) | Magnus Manske |
| Last version | r56074 (2009-09-08) |
| MediaWiki | 1.6+ |
| License | GPL |
| Download | Subversion [Help] Browse source code |
| Check usage and version matrix; stats | |
Contents |
What can this extension do?[edit]
Converts markup fragments or whole articles to XML and from XML to other stuff. See here how it works: [1]
Installation[edit]
Download all the files from [2] and put them into a "wiki2xml" folder inside your "extensions" folder. Add the following line in your LocalSettings.php:
require_once ("extensions/wiki2xml/extension.php");
Lookup the README file for an alternative installation as cgi-bin script and configuration. The extension can then be accessed as "Special:Wiki2XML".
To download the files[edit]
If you have SubVersion installed then use the following command to download the files to directory "php" under the current directory:
svn export http://svn.wikimedia.org/svnroot/mediawiki/trunk/parsers/graveyard/wiki2xml/php/
See Subversion for more info.
Help[edit]
This extension is kind of quaint. For example some templates with tables aren't parsed right. Magnus Manske has put this extension on the back burner due to a lack of time. If you want to contribute to this extension, feel free to do so and join the discussion page.
See also[edit]
- Alternative parsers
- Can you roundtrip OpenOffice.org to MediaWiki and back again? - blog article describing the use of this one