(no commit message)
[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     <action>notify</action>
50     <category>documentaires</category>
51     <match>(zembla)|(uur.*wolf)|(andere tijden)|(de.*leugen.*regeert)</match>
52   </program>
53   
54   <program>
55     <priority>20</priority>
56     <match>star.*gate</match>
57   </program>
58
59   <program>
60     <match>six.*feet.*under</match>
61   </program>
62   
63   <program>
64     <priority>11</priority>
65     <match>battlestar</match>
66   </program>
67
68   <program>
69     <priority>10</priority>
70     <match>star trek</match>
71   </program>
72
73   <program>
74     <priority>9</priority>
75     <match>((dr)|(doct.*)).*who</match>
76   </program>    
77
78   <program>
79     <priority>9</priority>
80     <match>the.*x.*files</match>
81   </program>
82
83   <program>
84     <priority>9</priority>
85     <match>buffy.*vampire.*slayer</match>
86   </program>
87
88   <program>
89     <action>notify</action>
90     <match>de.*wereld.*draait.*door</match>
91   </program>
92   
93   <program>
94     <priority>8</priority>
95     <match>jag</match>
96   </program>
97   
98   <program>
99     <priority>5</priority>
100     <match>shouf shouf</match>
101   </program>
102   
103   <program>
104     <match>red dwarf</match>
105   </program>
106   
107   <program>
108     <match>top gear</match>
109   </program>
110
111   <program>
112     <match>bedreigde.*paradijzen</match>
113   </program>
114
115   <program>
116     <match>wie is de baas</match>
117   </program>
118   
119   <program>
120     <category>wetenschap</category>
121     <action>notify</action>
122     <match>brainiac</match>
123   </program>
124   
125   <program>
126     <action>notify</action>
127     <category>auto</category>
128     <match>wegmisbruikers|(blik.*op.*weg)</match>
129   </program>
130   
131 </programs>