6f105b8250d39338097feb1a68c4f31e04491ffb
[utils] / crawler / kiss / conf / kiss / programs.xml
1 <programs>
2   
3   <notification>
4     <from>kiss@brakkee.org</from>
5     <to>erik@brakkee.org</to>
6     <subject>Recording summary for today</subject>
7     <smtp>
8       <host>falcon</host>
9       <port>25</port>
10     </smtp>
11     <format>
12       <html>reportToHtml.xsl</html>
13       <text>reportToText.xsl</text>
14     </format>
15   </notification>
16   
17   <program>
18     <category>horror</category>
19     <action>notify</action>
20     <match field="description">horror</match>
21   </program>
22
23   <program>
24     <category>horror</category>
25     <action>notify</action>
26     <match>the.*ghost.*whisperer</match>
27   </program>
28   
29   <program>
30     <category>films</category>
31     <action>notify</action>
32     <match field="keywords">film</match>
33     <match field="description">horror|actie|thriller</match>
34   </program>
35   
36   <program>
37     <category>wetenschap</category>
38     <action>notify</action>
39     <match field="description">wetenschap</match>
40   </program>
41   
42   <program>
43     <category>science fiction</category>
44     <action>notify</action>
45     <match field="description">sf-|(sci-fi)|(science fiction)</match>
46   </program>
47   
48   <program>
49     <category>documentaires</category>
50     <match>(zembla)|(uur.*wolf)|(andere tijden)|(de.*leugen.*regeert)</match>
51   </program>
52   
53   <program>
54     <priority>20</priority>
55     <match>star.*gate</match>
56   </program>
57
58   <program>
59     <match>six.*feet.*under</match>
60   </program>
61   
62   <program>
63     <priority>11</priority>
64     <match>battlestar</match>
65   </program>
66
67   <program>
68     <priority>10</priority>
69     <match>star trek</match>
70   </program>
71
72   <program>
73     <priority>9</priority>
74     <match>buffy.*vampire.*slayer</match>
75   </program>
76
77   <program>
78     <match>de.*wereld.*draait.*door</match>
79   </program>
80   
81   <program>
82     <priority>8</priority>
83     <match>jag</match>
84   </program>
85   
86   <program>
87     <priority>5</priority>
88     <match>shouf shouf</match>
89   </program>
90   
91   <program>
92     <match>red dwarf</match>
93   </program>
94   
95   <program>
96     <match>top gear</match>
97   </program>
98
99   <program>
100     <match>bedreigde.*paradijzen</match>
101   </program>
102
103   <program>
104     <match>wie is de baas</match>
105   </program>
106   
107   <program>
108     <category>wetenschap</category>
109     <action>notify</action>
110     <match>brainiac</match>
111   </program>
112   
113   <program>
114     <action>notify</action>
115     <category>auto</category>
116     <match>wegmisbruikers|(blik.*op.*weg)</match>
117   </program>
118   
119 </programs>