From 55e5a8b0212c4c07fdb2fd1b82e23d2ec8f0989b Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Tue, 16 Jun 2009 12:14:05 +0200 Subject: new version; supports pipeing to any command --- config.sample | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config.sample (limited to 'config.sample') diff --git a/config.sample b/config.sample new file mode 100644 index 0000000..a6b631a --- /dev/null +++ b/config.sample @@ -0,0 +1,19 @@ +# w3watch config file +# +# * Lines starting with a # will be ignored +# * Every line contains one URL +# * An optional filter can be defined by separating any command +# from the url using whitspaces +# +# Example: +# +# Watch a complete web page: +#http://www.archlinux.org +# +# You are only interested in xorg related updates? +# Pipe the page through a grep command. +#http://www.archlinux.org grep -i 'xorg' +# +# Note: You can use any command which accepts a website dump on stdin and +# prints its filtered output to stdout +# \ No newline at end of file -- cgit v1.2.3-24-g4f1b