Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 984 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 984 Bytes

How to use

  • Rename /config/config.template.php into config.php.
  • Set the constant WIKI_SERVER, to the domain and path to your MediaWiki installation, with http:// but no trailing /.
  • Set WIKI_USER and WIKI_PASSWORD for a wiki user which has the rights to export data from the MediaWiki.

Requirements

  • 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.

Support and Contact

Please fill in a Issue.

Author

Simon Brüchner 2008, 2012

License

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...