documentation is now in its first acceptable form. Ready for
[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           <!-- username>blah</username -->
11           <!-- password>pwd</password -->
12     </smtp>
13     <format>
14       <html>reportToHtml.xsl</html>
15       <text>reportToText.xsl</text>
16     </format>
17   </notification>
18   
19   <program>
20     <category>horror</category>
21     <action>notify</action>
22     <match field="description">horror</match>
23   </program>
24
25   <program>
26     <category>horror</category>
27     <action>notify</action>
28     <match>the.*ghost.*whisperer</match>
29   </program>
30   
31   <program>
32     <category>films</category>
33     <action>notify</action>
34     <match field="keywords">film</match>
35     <match field="description">horror|actie|thriller</match>
36   </program>
37   
38   <program>
39     <category>wetenschap</category>
40     <action>notify</action>
41     <match field="description">wetenschap</match>
42   </program>
43   
44   <program>
45     <category>science fiction</category>
46     <action>notify</action>
47     <match field="description">sf-|(sci-fi)|(science fiction)</match>
48   </program>
49   
50   <program>
51     <category>documentaires</category>
52     <match>(zembla)|(uur.*wolf)|(andere tijden)|(de.*leugen.*regeert)</match>
53   </program>
54   
55   <program>
56     <priority>20</priority>
57     <match>star.*gate</match>
58   </program>
59
60   <program>
61     <match>six.*feet.*under</match>
62   </program>
63   
64   <program>
65     <priority>11</priority>
66     <match>battlestar</match>
67   </program>
68
69   <program>
70     <priority>10</priority>
71     <match>star trek</match>
72   </program>
73
74   <program>
75     <priority>9</priority>
76     <match>dr.*who</match>
77   </program>    
78
79   <program>
80     <priority>9</priority>
81     <match>the.*x.*files</match>
82   </program>
83
84   <program>
85     <priority>9</priority>
86     <match>buffy.*vampire.*slayer</match>
87   </program>
88
89   <program>
90     <action>notify</action>
91     <match>de.*wereld.*draait.*door</match>
92   </program>
93   
94   <program>
95     <priority>8</priority>
96     <match>jag</match>
97   </program>
98   
99   <program>
100     <priority>5</priority>
101     <match>shouf shouf</match>
102   </program>
103   
104   <program>
105     <match>red dwarf</match>
106   </program>
107   
108   <program>
109     <match>top gear</match>
110   </program>
111
112   <program>
113     <match>bedreigde.*paradijzen</match>
114   </program>
115
116   <program>
117     <match>wie is de baas</match>
118   </program>
119   
120   <program>
121     <category>wetenschap</category>
122     <action>notify</action>
123     <match>brainiac</match>
124   </program>
125   
126   <program>
127     <action>notify</action>
128     <category>auto</category>
129     <match>wegmisbruikers|(blik.*op.*weg)</match>
130   </program>
131   
132 </programs>