slightly more robust XML parsing of the GPX track (elevation is now
[utils] / crawler / kiss / conf / kiss / programs.xml
index fabc9fbcbec0c5cc095cce74f9a73e5c7a89eeb4..a07c4c57caea2649b680a478e90449acdf9f4bc7 100644 (file)
@@ -1,24 +1,16 @@
 <programs>
   
-  <notification>
-    <from>erik@brakkee.org</from>
-    <to>erik@brakkee.org</to>
-    <subject>KiSS Crawler Update</subject>
-    <smtp>
-      <host>falcon</host>
-      <port>25</port>
-    </smtp>
-    <format>
-      <html>reportToHtml.xsl</html>
-      <text>reportToText.xsl</text>
-    </format>
-  </notification>
-  
   <program>
     <category>horror</category>
     <action>notify</action>
     <match field="description">horror</match>
   </program>
+
+  <program>
+    <category>horror</category>
+    <action>notify</action>
+    <match>the.*ghost.*whisperer</match>
+  </program>
   
   <program>
     <category>films</category>
     <match field="description">horror|actie|thriller</match>
   </program>
   
+  <program>
+    <category>wetenschap</category>
+    <action>notify</action>
+    <match field="description">wetenschap</match>
+  </program>
+  
   <program>
     <category>science fiction</category>
     <action>notify</action>
-    <match field="description">(sci-fi)|(science fiction)</match>
+    <match field="description">sf-|(sci-fi)|(science fiction)</match>
+  </program>
+
+  <program>
+    <match>invasion</match>
   </program>
   
   <program>
-    <category>documentaires</category>
     <action>notify</action>
-    <match>(zembla)|(uur.*wolf)</match>
+    <category>documentaires</category>
+    <match>(zembla)|(uur.*wolf)|(andere tijden)|(de.*leugen.*regeert)</match>
   </program>
   
   <program>
+    <priority>20</priority>
     <match>star.*gate</match>
   </program>
 
   </program>
   
   <program>
+    <priority>11</priority>
     <match>battlestar</match>
   </program>
 
   <program>
+    <priority>10</priority>
     <match>star trek</match>
   </program>
+
+  <program>
+    <priority>9</priority>
+    <match>((dr)|(doct.*)).*who</match>
+  </program>   
+
+  <program>
+    <match>little britain</match>
+  </program>
+
+  <program>
+    <priority>9</priority>
+    <match>the.*x.*files</match>
+  </program>
+
+  <program>
+    <priority>9</priority>
+    <match>buffy.*vampire.*slayer</match>
+  </program>
+
+  <program>
+    <action>notify</action>
+    <match>de.*wereld.*draait.*door</match>
+  </program>
   
   <program>
+    <priority>8</priority>
+    <match>jag</match>
+  </program>
+  
+  <program>
+    <priority>5</priority>
     <match>shouf shouf</match>
   </program>
   
   <program>
     <match>top gear</match>
   </program>
+
+  <program>
+    <match>bedreigde.*paradijzen</match>
+  </program>
+
+  <program>
+    <match>wie is de baas</match>
+  </program>
   
   <program>
+    <category>wetenschap</category>
     <action>notify</action>
     <match>brainiac</match>
   </program>
   
   <program>
-    <match>lois.*clark</match>
+    <category>auto</category>
+    <match>wegmisbruikers|(blik.*op.*weg)</match>
   </program>
   
 </programs>