View | Details | Raw Unified | Return to bug 9433
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref (-10 / +9 lines)
Lines 8-32 Web services: Link Here
8
            - "Koha's"
8
            - "Koha's"
9
            - '<a href="http://www.openarchives.org/pmh/">OAI-PMH</a> server.'
9
            - '<a href="http://www.openarchives.org/pmh/">OAI-PMH</a> server.'
10
        -
10
        -
11
            - Identify records at this site with the prefix
11
            - "Identify records at this site with the prefix"
12
            - pref: "OAI-PMH:archiveID"
12
            - pref: "OAI-PMH:archiveID"
13
            - ": ."
13
            - ": ."
14
        -
14
        -
15
            - Only return
15
            - Only return
16
            - pref: "OAI-PMH:MaxCount"
16
            - pref: "OAI-PMH:MaxCount"
17
              class: integer
17
              class: integer
18
            - records at a time in response to a ListRecords or ListIdentifiers query.
18
            - "records at a time in response to a ListRecords or ListIdentifiers query."
19
        -
19
        -
20
            - "YAML OAI Koha server configuration file:"
20
            - "YAML OAI Koha server configuration file:"
21
            - pref: "OAI-PMH:ConfFile"
21
            - pref: "OAI-PMH:ConfFile"
22
              class: file
22
              class: file
23
            - . 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.
23
            - ". 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."
24
        -
24
        -
25
            - pref: "OAI-PMH:AutoUpdateSets"
25
            - pref: "OAI-PMH:AutoUpdateSets"
26
              choices:
26
              choices:
27
                  yes: Enable
27
                  yes: Enable
28
                  no: Disable
28
                  no: Disable
29
            - automatic update of OAI-PMH sets when a bibliographic record is created or updated
29
            - "automatic update of OAI-PMH sets when a bibliographic record is created or updated."
30
        -
30
        -
31
            - Koha's deletedbiblio table
31
            - Koha's deletedbiblio table
32
            - pref: "OAI-PMH:DeletedRecord"
32
            - pref: "OAI-PMH:DeletedRecord"
Lines 46-63 Web services: Link Here
46
            - Allow IP addresses
46
            - Allow IP addresses
47
            - pref: ILS-DI:AuthorizedIPs
47
            - pref: ILS-DI:AuthorizedIPs
48
              class: Text
48
              class: Text
49
            - to use the ILS-DI services (when enabled). Separate the IP addresses with commas and without spaces. Leave the field blank to allow any IP address.
49
            - "to use the ILS-DI services (when enabled). Separate the IP addresses with commas and without spaces. Leave the field blank to allow any IP address."
50
    Reporting:
50
    Reporting:
51
        -
51
        -
52
            - Only return
52
            - "Only return"
53
            - pref: SvcMaxReportRows
53
            - pref: SvcMaxReportRows
54
              class: integer
54
              class: integer
55
            - rows of a report requested via the reports web service.
55
            - "rows of a report requested via the reports web service."
56
    IdRef:
56
    IdRef:
57
        -
57
        -
58
            - pref: IdRef
58
            - pref: IdRef
59
              choices:
59
              choices:
60
                yes: Enable
60
                yes: Enable
61
                no: Disable
61
                no: Disable
62
            - the IdRef webservice from the opac detail page. IdRef allows to request authorities from the Sudoc database.
62
            - "the IdRef webservice from the opac detail page. IdRef allows to request authorities from the Sudoc database."
63
            - Please note that this feature is available only for UNIMARC.
63
            - "Please note that this feature is available only for UNIMARC."
64
- 

Return to bug 9433