LIbre Web Page Update Notifier?
- Login o registrati per inviare commenti
Hi all. I'm trying to find a way to be notified of a website update without needing to "subscribe" to the website. Is there a way to do that in a Libre way?
RSS/ATOM feed?
Use wget? Pipe it to diff? If diff detects a change (which you can tell from the exit status), do some notification thing. Otherwise quit. Automate via cron to check as often as you wish.
I don't want to have an RSS. I'd like to be notified after a certain time if a page is updated. Thanks for the ideas! I'm new to GNU/Linux (Since late 2015) and I still havent gotten creative with chaining programs using pipes and such. I'll experiment. Thanks!
----- Original Message -----
From: name at domain
To: "trisquel-users" <name at domain>
Sent: Thursday, June 1, 2017 9:36:36 PM
Subject: Re: [Trisquel-users] LIbre Web Page Update Notifier?
RSS/ATOM feed?
Use wget? Pipe it to diff? If diff detects a change, do some notification
thing. Otherwise quit. Automate via cron to check as often as you wish.
- Login o registrati per inviare commenti