aa0664c27fb6ba3530aea0931db7d8d701a23d1d
[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     <priority>8</priority>
79     <match>lois.*clark</match>
80   </program>
81   
82   <program>
83     <priority>8</priority>
84     <match>jag</match>
85   </program>
86   
87   <program>
88     <priority>5</priority>
89     <match>shouf shouf</match>
90   </program>
91   
92   <program>
93     <match>red dwarf</match>
94   </program>
95   
96   <program>
97     <match>top gear</match>
98   </program>
99
100   <program>
101     <match>bedreigde.*paradijzen</match>
102   </program>
103
104   <program>
105     <match>wie is de baas</match>
106   </program>
107   
108   <program>
109     <category>wetenschap</category>
110     <action>notify</action>
111     <match>brainiac</match>
112   </program>
113   
114   <program>
115     <action>notify</action>
116     <category>auto</category>
117     <match>wegmisbruikers|(blik.*op.*weg)</match>
118   </program>
119   
120 </programs>