NAME
koha-auth - Generate authorities from bibliographic records
VERSION
version 0.006
USAGE
-
Creates a text file authorities.txt containing authorities extracted from Koha biblio records using auth.conf authorities configuration.
-
Load authorities from authorities.txt into Koha using auth.conf authorities configuration. With --truncate, auth_head Koha table is truncated before loading new authorities. After this processing, authorities have to be indexed with Zebra in order to be searchable.
- koha-auth link_biblio_to auth.conf
-
Link biblio records fields with authorities via $9 subfield. Authorities must have been indexed with Zebra. After this processing, it is necessary to index bibliographic records with Zebra.
CONFIGURATION
Authorities configuration file looks like that:
---
authcode: NP
authletters: abcd
authtag: 200
bibliotags:
- 700
- 701
- 702
---
authcode: CO
authletters: abcd
authtag: 210
bibliotags:
- 710
- 711
- 712
---
AUTHOR
Frédéric Demians <f.demians@tamil.fr>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2011 by Fréderic Démians.
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991