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.
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!"
Report issues on github. Use pull requests to contribute code. Versioning will be done as defined by Semantic Versioning.