Support for sending reports via SMTP
[urlwatch.git] / examples / urls.txt.example
blobc9bfe57b5bb37aac739496237d506a6a186bc466
2 # This is an example urls.txt file for urlwatch
3 # Empty lines and lines starting with "#" are ignored
5 http://www.dubclub-vienna.com/
6 http://www.openpandora.org/developers.php
7 #http://www.statistik.tuwien.ac.at/lv-guide/u107.369/info.html
8 #http://www.statistik.tuwien.ac.at/lv-guide/u107.369/blatter.html
9 #http://www.dbai.tuwien.ac.at/education/dbs/current/index.html
10 #http://www.dbai.tuwien.ac.at/education/dbs/current/uebung.html
11 http://ti.tuwien.ac.at/rts/teaching/courses/systems_programming
12 http://ti.tuwien.ac.at/rts/teaching/courses/systems_programming/labor
13 http://ti.tuwien.ac.at/rts/teaching/courses/betriebssysteme
14 #http://www.complang.tuwien.ac.at/anton/lvas/effiziente-programme.html
15 #http://www.complang.tuwien.ac.at/anton/lvas/effizienz-aufgabe08/
16 http://www.kukuk.at/ical/events
17 http://guckes.net/cal/
19 # You can use the pipe character to "watch" the output of shell commands
20 |ls -al ~
22 # If you want to use spaces in URLs, you have to URL-encode them (e.g. %20)
23 http://example.org/With%20Spaces/
25 # You can do POST requests by writing the POST data behind the URL,
26 # separated by a single space character. POST data is URL-encoded.
27 http://example.com/search.cgi button=Search&q=something&category=4