From 5d943bcaa56f11883c2c3d5c79248777bab80a76 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 27 Mar 2015 12:13:32 +0000 Subject: [PATCH] Towards PAZ-996. Add rules to emit elements alongside . This embodies our knowledge of the mapping from URLs to names. At present, it supports the five different Creative Commons licences in use by the first 1000 records of the University of East London harvest. I will add support for other well-known licences soon. --- etc/xsl/solr-pz2.xsl | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/etc/xsl/solr-pz2.xsl b/etc/xsl/solr-pz2.xsl index 5a11a53..50a2a89 100644 --- a/etc/xsl/solr-pz2.xsl +++ b/etc/xsl/solr-pz2.xsl @@ -71,6 +71,30 @@ + + + + + CC By + + + CC By-ND + + + CC By-ND-SA + + + CC By-NC + + + CC By-NC-ND + + + [unknown] + + + + -- 1.7.10.4