diff options
author | abooksigun <abooksigun09@gmail.com> | 2019-09-14 10:52:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-14 10:52:12 +0700 |
commit | f0cd9c51b974b00cddaf97564e5a2a3d2fa2f233 (patch) | |
tree | 8767634e74e39a2a9171cd65a210d9fb36a6a9ad /system/ck4up/README | |
parent | 889f1148cc7ec10d218ab3b8d1136462dc30dac5 (diff) |
system/ck4up: Added (Monitor Web Pages).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ck4up/README')
-rw-r--r-- | system/ck4up/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/ck4up/README b/system/ck4up/README new file mode 100644 index 0000000000000..eb376336b6b0f --- /dev/null +++ b/system/ck4up/README @@ -0,0 +1,14 @@ +ck4up is a small command-line utility, writen in ruby, primarily +intended for CRUX ports maintainers to watch http and ftp sites for +updates, but may also be useful for others. + +ck4up scans through a configuration file, fetches the listed URLs +from the web, computes the md5sum of the page, and compares the +value with one stored in a gdbm database. If both differ a message +will be written to the standard output. + +To improve performance, ck4up is multi-threaded. Regular expressions +can be applied to each page in the event that ck4up produces +repetitive diff messages. For example, if daily snapshots and a web +counter are on the same page. To simplify maintenance of the +configuration file, a kind of macro-expansion can be used. |