Skip to content

awbush/github-wiki-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Convert changes to a Github wiki into email notifications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages