(no commit message)
authorErik Brakkee <erik@brakkee.org>
Sat, 25 Mar 2006 23:21:22 +0000 (23:21 +0000)
committerErik Brakkee <erik@brakkee.org>
Sat, 25 Mar 2006 23:21:22 +0000 (23:21 +0000)
crawler/kiss/conf/kiss/programs.xml
crawler/kiss/src/reportToHtml.xsl
crawler/kiss/src/reportToText.xsl

index 428368ac104d51b484d90704a47edd5edf3e47e3..a248c21caa538c68f9102d3d47146187048d428a 100644 (file)
@@ -41,7 +41,7 @@
   
   <program>
     <category>documentaires</category>
-    <match>(zembla)|(uur.*wolf)|(andere tijden)</match>
+    <match>(zembla)|(uur.*wolf)|(andere tijden)|(de.*leugen.*regeert)</match>
   </program>
   
   <program>
@@ -93,6 +93,7 @@
   </program>
   
   <program>
+    <action>notify</action>
     <category>auto</category>
     <match>wegmisbruikers|(blik.*op.*weg)</match>
   </program>
index 9017431d23a8778d9d8392c878b71da8bf6cf6c7..521b85ce81b359a8acdd26abf50d47f44a0f8412 100644 (file)
@@ -45,7 +45,7 @@
                     <xsl:text>Already recorded programs</xsl:text>
                 </xsl:when>
                 <xsl:when test="@result = 'CONFLICT'">
-                    <xsl:text>Conflicts with other recorded program</xsl:text>
+                    <xsl:text>Conflicts with other recorded programs</xsl:text>
                 </xsl:when>
                 <xsl:when test="@result='ERROR'">
                     <xsl:text>Programs that could not be recorded for
index 9d85cfaa57342269eba2366432dce46f2179caf7..4a3560a41f59c9f42e488d0974220418ccae673c 100644 (file)
@@ -34,7 +34,7 @@
         <xsl:value-of select="$newline"/>
       </xsl:when>
       <xsl:when test="@result = 'CONFLICT'">
-        <xsl:text>Conflicts with other recorded program</xsl:text>
+        <xsl:text>Conflicts with other recorded programs</xsl:text>
         <xsl:value-of select="$newline"/>
         <xsl:value-of select="$newline"/>
       </xsl:when>