summaryrefslogtreecommitdiffstats
path: root/config.sample
diff options
context:
space:
mode:
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