Part of PAZ-996.
authorMike Taylor <mike@indexdata.com>
Fri, 27 Mar 2015 14:25:55 +0000 (14:25 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 27 Mar 2015 14:25:55 +0000 (14:25 +0000)
Add support for CC By-NC-SA. This is not actually used by the East
London dataset, but it's a perfectly cromulent Creative Commons
licence. (My guess is that the uses CC By-ND-SA are typos for this,
since that licence is invalid but used, this one is valid but unused,
and they are only two bits, one code-point or one key-position
different.)

etc/xsl/solr-pz2.xsl

index f2e49cd..9c8bed5 100644 (file)
@@ -86,6 +86,9 @@
           <xsl:when test="starts-with(., 'http://creativecommons.org/licenses/by-nc/')">
            CC By-NC
           </xsl:when>
+          <xsl:when test="starts-with(., 'http://creativecommons.org/licenses/by-nc-sa/')">
+           CC By-NC-SA
+          </xsl:when>
           <xsl:when test="starts-with(., 'http://creativecommons.org/licenses/by-nc-nd/')">
            CC By-NC-ND
           </xsl:when>