Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref
Julian Maurice 3b0d4e04e0 Bug 6440: Implement OAI-PMH Sets
New sql tables:
  - oai_sets: contains the list of sets, described by a spec and a name
  - oai_sets_descriptions: contains a list of descriptions for each set
  - oai_sets_mappings: conditions on marc fields to match for biblio to be
    in a set
  - oai_sets_biblios: list of biblionumbers for each set

New admin page: allow to configure sets:
  - Creation, deletion, modification of spec, name and descriptions
  - Define mappings which will be used for building oai sets

Implements OAI Sets in opac/oai.pl:
  - ListSets, ListIdentifiers, ListRecords, GetRecord

New script misc/migration_tools/build_oai_sets.pl:
  - Retrieve marcxml from all biblios and test if they belong to defined
    sets. The oai_sets_biblios table is then updated accordingly

New system preference OAI-PMH:AutoUpdateSets. If on, update sets
automatically when a biblio is created or updated.

Use OPACBaseURL in oai_dc xslt
2012-03-20 11:38:26 +01:00

40 lines
1.5 KiB
Text

Web Services:
OAI-PMH:
-
- pref: OAI-PMH
choices:
yes: Enable
no: Disable
- "Koha's"
- '<a href="http://www.openarchives.org/pmh/">OAI-PMH</a> server.'
-
- Identify records at this site with the prefix
- pref: "OAI-PMH:archiveID"
- ": ."
-
- Only return
- pref: "OAI-PMH:MaxCount"
class: integer
- records at a time in response to a ListRecords or ListIdentifiers query.
-
- YAML OAI Koha server configuration file:
- pref: "OAI-PMH:ConfFile"
class: file
- . If empty, Koha OAI Server operates in normal mode, otherwise it operates in extended mode. In extended mode, it's possible to parameter other formats than marcxml or Dublin Core. OAI-PMH:ConfFile specify a YAML configuration file which list available metadata formats and XSL file used to create them from marcxml records.
-
- pref: "OAI-PMH:AutoUpdateSets"
choices:
yes: Enable
no: Disable
- automatic update of OAI-PMH sets when a bibliographic record is created or updated
ILS-DI:
-
- pref: ILS-DI
choices:
yes: Enable
no: Disable
- ILS-DI services for OPAC users
-
- pref: ILS-DI:AuthorizedIPs
class: Text
- allowed IPs to use the ILS-DI services