Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/[multiple]: move unmaintained packages | Carlo Landmeter | 2016-08-25 | 1 | -40/+0 |
| | | | | | | | | | | | This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community | ||||
* | testing/urlwatch: upgrade to 1.17 | Fabian Affolter | 2014-09-29 | 1 | -3/+5 |
| | |||||
* | testing/urlwatch: upgrade to 1.15 | Fabian Affolter | 2012-09-21 | 1 | -2/+2 |
| | |||||
* | testing/urlwatch: fix depends | Natanael Copa | 2012-05-17 | 1 | -2/+2 |
| | |||||
* | testing/urlwatch: new aport | Fabian Affolter | 2012-05-17 | 1 | -0/+38 |
This script is intended to help you watch URLs and get notified (via email or in your terminal) of any changes. The change notification will include the URL that has changed and a unified diff of what has changed. The script supports the use of a filtering hook function to strip trivially-varying elements of a webpage. Basic features * Simple configuration (text file, one URL per line) * Easily hackable (clean Python implementation) * Can run as a cronjob and mail changes to you * Always outputs only plaintext - no HTML mails :) * Supports removing noise (always-changing website parts) * Example hooks to filter content in Python http://thpinfo.com/2008/urlwatch/ |