Skip to content

Exportiert Seiten eines Mediawikis (z.B. wiki.volxbibel.de) in eine RTF Datei.

License

Notifications You must be signed in to change notification settings

volxbibel/mediawikirtfexport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Exportiert Seiten eines Mediawikis (z.B. wiki.volxbibel.de) in eine RTF Datei.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published