- Rename
/config/config.template.php
intoconfig.php
. - Set the constant
WIKI_SERVER
, to the domain and path to your MediaWiki installation, withhttp://
but no trailing/
. - Set
WIKI_USER
andWIKI_PASSWORD
for a wiki user which has the rights to export data from the MediaWiki.
- PHP > 5
PEAR Packages and all their dependencies, see /config/bootstrap.php
:
- HTTP_Request
- Text_Wiki_Mediawiki
They can be installed by pear install --force --alldeps HTTP_Request Text_Wiki_Mediawiki
.
Please fill in a Issue.
Simon Brüchner 2008, 2012
MIT for all the code I coded. There is also a rtf library in the libs folder but I don't know where it is from...