The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Main

VERSION

version 0.065

DESCRIPTION

NOM

koha-autoritize -- Authoritization of a ISO2709 file

USAGE

frantiq-authoritize <source> <target> <authority> [equivalence]

Authoritize source ISO2709 file. Write the result in target ISO2709 file. Authorities which haven't been found are optionaly moved in the biblio records file, and are written in authority file. If equivalence is given as argument, it is a text file of authorities to be linked to Koha authorities identified by their ID (authid).

CONFIGURATION

A file named config.yaml drives the authoritization process. It contains a description of authorities to be processed.

 ---
 authtype:
   tag: 942
   letter: a
 authorities:
   - name: Authors
     id: PERSONNAGE
     heading: 100
     idx:
       - Personal-name-heading
       - Personal-name-see-from
     biblio:
       de:
         idx: Personal-name
         tag:
           - 100
           - 700
   - name: Collectivity
     id: CORPO_NAME
     heading: 110
     idx:
       - Corporate-name-heading
       - Corporate-name-see-from
     biblio:
       de:
         idx: Personal-name
         tag:
           - 110
           - 710
   - name: Thematic
     id: THE
     description: ''
     heading: 150
     idx:
       - Heading
       - See-from
     biblio:
       de:
         idx: Subject-Thema
         tag: 690
       cd:
         idx: Subject-Thema
         tag: 690
   - name: Geographic
     id: GEO
     description: ''
     heading: 151
     idx:
       - Heading
       - See-from
     biblio:
       de:
         idx: Subject-Geo
         tag: 691
       cd:
         idx: Subject-Geo
         tag: 691

AUTHOR

Frédéric Demians <f.demians@tamil.fr>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2020 by Fréderic Démians.

This is free software, licensed under:

  The GNU General Public License, Version 3, June 2007