Bugzilla – Attachment 133724 Details for
Bug 30373
Rewrite UNIMARC installer data to YAML
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30373: (followup) Add BNF z3950 server
Bug-30373-followup-Add-BNF-z3950-server.patch (text/plain), 1.56 KB, created by
Bernardo Gonzalez Kriegel
on 2022-04-25 02:32:29 UTC
(
hide
)
Description:
Bug 30373: (followup) Add BNF z3950 server
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2022-04-25 02:32:29 UTC
Size:
1.56 KB
patch
obsolete
>From 719e797e04acc66453dc34fd2e909a14d38272e2 Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Sun, 24 Apr 2022 22:55:05 -0300 >Subject: [PATCH] Bug 30373: (followup) Add BNF z3950 server > >This is not strictly necessary, but is useful to do the testing >--- > .../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.25.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 30373
:
132279
|
132280
|
132281
|
132282
|
132874
|
133059
|
133060
|
133126
|
133127
|
133630
|
133658
|
133704
|
133705
|
133706
|
133707
|
133723
| 133724