Go to file
Benjamin Mako Hill d934700ee9 added support to parse namespaces from title
This is necessary for wikis (e.g., Wikia XML dumps) that do not include
namespace metadata as tags within each <page>.
2015-07-23 12:12:20 -07:00
Mediawiki-Utilities@beba46e3ee added support to parse namespaces from title 2015-07-23 12:12:20 -07:00
.gitmodules created new repository for wikiq with Mediawiki-Utilities as a submodule 2015-07-22 19:44:52 -07:00
mw created new repository for wikiq with Mediawiki-Utilities as a submodule 2015-07-22 19:44:52 -07:00
README.rst added README file to document the submodule 2015-07-22 19:55:08 -07:00
wikiq added support to parse namespaces from title 2015-07-23 12:12:20 -07:00

When you install this from git, you will need to first clone the repository::

  git clone git://projects.mako.cc/mediawiki_dump_tools

From within the repository working directory, initiatlize and set up the
submodule like::

  git submodule init
  git submodule update