authorities - enabled DOM indexing
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 7 Feb 2008 06:11:32 +0000 (00:11 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 8 Feb 2008 11:48:51 +0000 (05:48 -0600)
commit1c0401e867b85ddd5dd5ef211ab8c1ef5b63276f
tree6b4425da61884cef0471153e8498ffbd138eccb9
parentf560b5dd20b790ed1cd1f60373dd5163803bf754
authorities - enabled DOM indexing

All new authority features will be based on the DOM indexing.

To update an existing installation, do the following:

[1] run perl Makefile.PL
[2] make
[3] make update_zebra_conf
[4] copy the new koha-conf.xml to $KOHA_CONF

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Makefile.PL
etc/koha-conf.xml
etc/zebradb/authorities/etc/dom-config.xml [new file with mode: 0644]
etc/zebradb/retrieval-info-auth-dom.xml [new file with mode: 0644]
etc/zebradb/retrieval-info-auth-grs1.xml [new file with mode: 0644]
etc/zebradb/xsl/identity.xsl [new file with mode: 0644]
etc/zebradb/xsl/zebra.xsl [new file with mode: 0644]
etc/zebradb/zebra-authorities-dom.cfg [new file with mode: 0644]
rewrite-config.PL