From 36dbe774511330bd9f672b0ec0750babab87053a Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Sun, 24 Apr 2022 22:55:05 -0300 Subject: [PATCH] Bug 30373: (follow-up) Add BNF z3950 server This is not strictly necessary, but is useful to do the testing Signed-off-by: Fridolin Somers --- .../mysql/en/optional/sample_z3950_servers.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/en/optional/sample_z3950_servers.yml b/installer/data/mysql/en/optional/sample_z3950_servers.yml index 8626812ab1..c35098df28 100644 --- a/installer/data/mysql/en/optional/sample_z3950_servers.yml +++ b/installer/data/mysql/en/optional/sample_z3950_servers.yml @@ -23,7 +23,7 @@ description: - "LIBRARY OF CONGRESS NAMES (authority records)" - "LIBRARY OF CONGRESS SUBJECTS (authority records)" - "COLUMBIA UNIVERSITY" - + - "NATIONAL LIBRARY OF FRANCE" tables: - z3950servers: @@ -79,3 +79,19 @@ tables: encoding: utf8 servertype: sru sru_fields: "title=dc.title,isbn=bath.isbn,srchany=cql.anywhere,author=dc.author,issn=bath.issn,subject=dc.subject,stdid=bath.standardIdentifier" + + - z3950servers: + translatable: [ servername ] + multiline: [] + rows: + - host: "z3950.bnf.fr" + port: 2211 + db: "TOUT-UTF8" + userid: "Z3950" + password: "Z3950_BNF" + servername: "NATIONAL LIBRARY OF FRANCE" + checked: 1 + rank: 2 + syntax: UNIMARC + encoding: utf8 + servertype: zed -- 2.39.2