-
Notifications
You must be signed in to change notification settings - Fork 0
ypcat/checkupdate
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
dependency:
apache2 with mod_wsgi
python2.5+(?)
web.py
sendmail(?)
add to httpd.conf for apache2:
WSGIScriptAlias /ypcat /home/ypcat/cgi-bin/index.py
AddType text/html .py
<Directory "/home/ypcat/cgi-bin">
Order deny,allow
Allow from all
</Directory>
the following variables need to be changed:
* dbpath, logpath, and sender in checkupdate.py
* path in notify.py
About
check whether a website is updated and send notification mail
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published