Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 814 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 814 Bytes

What

This is a simple tool that polls for updates to a Github Wiki and sends an email with a link to the changes and a brief changelog.

Installation

Requirements:

  • PHP
  • Email (your server needs to be able to send email)

Get a checkout of your Github repo:

cd /some/path/
git clone [email protected]:org/repo.wiki.git

Then create a cron (e.g. crontab -e):

*/15 * * * * github-wiki-notify.php --path="/some/path/repo.wiki" --email="[email protected]" --subject="Wiki updated!"

Problems? Want to contribute?

Report issues on github. Use pull requests to contribute code. Versioning will be done as defined by Semantic Versioning.