Skip to content

Small PHP script which can monitor wikipedia pages and notifiy observers via e-mail in case of changes.

License

Notifications You must be signed in to change notification settings

klugem/observeWiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# licence: GNU General Public License v3

# requirements: 
- php 5.3 or greater with curl and working mail 
- mysql database

# works with: 
- media wiki version 1.15
- other versions may be supported too but only 1.15 was tested

# install it:
- create mysql database and import observeWiki.sql
- edit the 'include/config.php' file
- copy all files except 'observeWiki.sql' to your web server
- add cronjob which calls protected/check.php?pw=CHECK_PW&secure=CHECK_SEC every X minutes
- test it!

# todo:
- see TODO.txt file!

About

Small PHP script which can monitor wikipedia pages and notifiy observers via e-mail in case of changes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages