82de82faaa9c20f29ed35da6ebe59dc283a2b8f7
[utils] / crawler / kiss / conf / kiss / programs.xml
1 <programs>
2   
3   <notification>
4     <from>erik@brakkee.org</from>
5     <to>erik@brakkee.org</to>
6     <subject>KiSS Crawler Update</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>films</category>
25     <action>notify</action>
26     <match field="keywords">film</match>
27     <match field="description">horror|actie|thriller</match>
28   </program>
29   
30   <program>
31     <category>science fiction</category>
32     <action>notify</action>
33     <match field="description">(sci-fi)|(science fiction)</match>
34   </program>
35   
36   <program>
37     <category>documentaires</category>
38     <action>notify</action>
39     <match>(zembla)|(uur.*wolf)|(andere tijden)</match>
40   </program>
41   
42   <program>
43     <match>star.*gate</match>
44   </program>
45
46   <program>
47     <match>six.*feet.*under</match>
48   </program>
49   
50   <program>
51     <match>battlestar</match>
52   </program>
53
54   <program>
55     <match>star trek</match>
56   </program>
57   
58   <program>
59     <match>shouf shouf</match>
60   </program>
61   
62   <program>
63     <match>red dwarf</match>
64   </program>
65   
66   <program>
67     <match>top gear</match>
68   </program>
69   
70   <program>
71     <action>notify</action>
72     <match>brainiac</match>
73   </program>
74   
75   <program>
76     <match>lois.*clark</match>
77   </program>
78   
79 </programs>