From 190a4234f7e4a869498c6cc67453bbe8a256467c Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Sat, 9 Apr 2011 11:29:07 -0400 Subject: [PATCH] Bug 6152: Document DOM authority index config Add a note so developers know not to edit authority-zebra-indexdefs.xsl directly but to instead edit authority-koha-indexdefs.xml and use the koha-indexdefs-to-zebra.xsl stylesheet to generate the former from the latter. Signed-off-by: Frederic Demians Signed-off-by: Ian Walls Signed-off-by: Chris Cormack --- .../marc_defs/marc21/authorities/authority-koha-indexdefs.xml | 6 ++++++ .../marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl | 8 ++++++++ .../marc_defs/marc21/authorities/koha-indexdefs-to-zebra.xsl | 8 ++++++++ 3 files changed, 22 insertions(+) diff --git a/etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml b/etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml index 251531715e..87d31bce36 100644 --- a/etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml +++ b/etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml @@ -1,4 +1,10 @@ + v diff --git a/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl b/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl index 9538e6f718..5c37bc6dbe 100644 --- a/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl +++ b/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl @@ -1,4 +1,12 @@ + diff --git a/etc/zebradb/marc_defs/marc21/authorities/koha-indexdefs-to-zebra.xsl b/etc/zebradb/marc_defs/marc21/authorities/koha-indexdefs-to-zebra.xsl index d4666119f2..66bf816ec2 100644 --- a/etc/zebradb/marc_defs/marc21/authorities/koha-indexdefs-to-zebra.xsl +++ b/etc/zebradb/marc_defs/marc21/authorities/koha-indexdefs-to-zebra.xsl @@ -18,6 +18,14 @@ + +This file has been automatically generated from a Koha index definition file +with the stylesheet koha-indexdefs-to-zebra.xsl. Do not manually edit this file, +as it may be overwritten. To regenerate, edit the appropriate Koha index +definition file (probably something like authority-koha-indexdefs.xml) and run: +`xsltproc koha-indexdefs-to-zebra.xsl authority-koha-indexdefs.xml > +authority-zebra-indexdefs.xsl` (substituting the appropriate file names). + -- 2.11.0