summaryrefslogtreecommitdiffstats
path: root/config.sample
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2009-06-16 12:14:05 +0200
committerPierre Schmitz <pierre@archlinux.de>2009-06-16 12:14:05 +0200
commit55e5a8b0212c4c07fdb2fd1b82e23d2ec8f0989b (patch)
tree8b399e6e6dd4b1c8b6b7c8a7a34a2b63fcf11d22 /config.sample
parent7cdb6949332b50e5e4d395c36db7c9892aba094a (diff)
downloadw3watch-55e5a8b0212c4c07fdb2fd1b82e23d2ec8f0989b.tar.gz
w3watch-55e5a8b0212c4c07fdb2fd1b82e23d2ec8f0989b.tar.xz
new version; supports pipeing to any command
Diffstat (limited to 'config.sample')
-rw-r--r--config.sample19
1 files changed, 19 insertions, 0 deletions
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