Initial revision
[rawdog/.git] / config
1 # Sample rawdog config file. Copy this into your ~/.rawdog/ directory, and edit
2 # it to suit your preferences.
3
4 # The maximum number of articles to show on the generated page.
5 maxarticles 200
6
7 # The format to write day headings in. (See "man strftime" if you want to
8 # change this.)
9 dayformat %A, %d %B
10
11 # The format to write time headings in. Use "%I:%M %p" if you prefer
12 # a 12-hour clock.
13 timeformat %H:%M
14
15 # Where to write the output HTML to. You should place style.css in the same
16 # directory.
17 outputfile /home/azz/public_html/rawdog.html
18
19 # Whether to use (1) or not use (0) a <meta http-equiv="Refresh" ...> tag
20 # in the generated HTML to indicate that the page should be refreshed
21 # automatically. If this is turned on, then the page will refresh every N
22 # minutes, where N is the shortest feed period value specified below.
23 userefresh 1
24
25 # The feeds you want to watch, in the format "feed period url".
26 # The period is the minimum time in minutes between updates; if less
27 # than period minutes have passed, "rawdog update" will skip that feed.
28 # Specifying a period less than 30 minutes is considered to be bad manners; it
29 # is suggested that you make the period as long as possible.
30 # You can specify as many feeds as you like.
31 feed 60 http://www.advogato.org/rss/articles.xml
32 feed 30 http://news.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss091.xml
33 feed 180 http://diveintomark.org/xml/rss.xml
34