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

(-)a/installer/data/mysql/en/optional/sample_z3950_servers.yml (-2 / +17 lines)
Lines 23-29 description: Link Here
23
  - "LIBRARY OF CONGRESS NAMES (authority records)"
23
  - "LIBRARY OF CONGRESS NAMES (authority records)"
24
  - "LIBRARY OF CONGRESS SUBJECTS (authority records)"
24
  - "LIBRARY OF CONGRESS SUBJECTS (authority records)"
25
  - "COLUMBIA UNIVERSITY"
25
  - "COLUMBIA UNIVERSITY"
26
26
  - "NATIONAL LIBRARY OF FRANCE"
27
27
28
tables:
28
tables:
29
  - z3950servers:
29
  - z3950servers:
Lines 79-81 tables: Link Here
79
          encoding: utf8
79
          encoding: utf8
80
          servertype: sru
80
          servertype: sru
81
          sru_fields: "title=dc.title,isbn=bath.isbn,srchany=cql.anywhere,author=dc.author,issn=bath.issn,subject=dc.subject,stdid=bath.standardIdentifier"
81
          sru_fields: "title=dc.title,isbn=bath.isbn,srchany=cql.anywhere,author=dc.author,issn=bath.issn,subject=dc.subject,stdid=bath.standardIdentifier"
82
- 
82
83
  - z3950servers:
84
      translatable: [ servername ]
85
      multiline: []
86
      rows:
87
        - host: "z3950.bnf.fr"
88
          port: 2211
89
          db: "TOUT-UTF8"
90
          userid: "Z3950"
91
          password: "Z3950_BNF"
92
          servername: "NATIONAL LIBRARY OF FRANCE"
93
          checked: 1
94
          rank: 2
95
          syntax: UNIMARC
96
          encoding: utf8
97
          servertype: zed

Return to bug 30373