From: erik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Date: Fri, 17 Mar 2006 21:24:11 +0000 (+0000)
Subject: (no commit message)
X-Git-Tag: wamblee-utils-0.2@603~549
X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=e084db0cb0d6cd1b7540c2c632e4b9bbeb47b4f3;p=utils

---

diff --git a/trunk/crawler/kiss/conf/kiss/programs.xml b/trunk/crawler/kiss/conf/kiss/programs.xml
index 6a020857..8fb74e28 100644
--- a/trunk/crawler/kiss/conf/kiss/programs.xml
+++ b/trunk/crawler/kiss/conf/kiss/programs.xml
@@ -7,7 +7,7 @@
   <program>
     <name>battlestar</name>
   </program>
-  
+
   <program>
     <name>star trek</name>
   </program>
diff --git a/trunk/crawler/kiss/conf/kiss/recorded.xsl b/trunk/crawler/kiss/conf/kiss/recorded.xsl
index 21b0b7fc..866c51bb 100644
--- a/trunk/crawler/kiss/conf/kiss/recorded.xsl
+++ b/trunk/crawler/kiss/conf/kiss/recorded.xsl
@@ -10,20 +10,20 @@
                     <xsl:choose>
                         <xsl:when test="count(//xhtml:body/text()[contains(., 'already in the')]) =
                             1">
-                            <xsl:text>duplicate</xsl:text>
+                            <xsl:text>DUPLICATE</xsl:text>
                         </xsl:when>
                         <xsl:when test="count(//xhtml:body/text()[contains(., 'conflicts with a
                             recording')]) =
                             1">
-                            <xsl:text>conflict</xsl:text>
+                            <xsl:text>CONFLICT</xsl:text>
                         </xsl:when>
                         <xsl:otherwise>
-                            error
+                            <xsl:text>ERROR</xsl:text>
                         </xsl:otherwise>
                     </xsl:choose>
                 </xsl:when>
                 <xsl:otherwise>
-                    <xsl:text>ok</xsl:text>
+                    <xsl:text>OK</xsl:text>
                 </xsl:otherwise>
             </xsl:choose>