summaryrefslogtreecommitdiffstats
path: root/config.sample
blob: d6e8f5aee1c097675d3c8354de79db1c8a24236f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
# * Prepend an @ to the URL to work on bare HTML source
#
# 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
#