forked from textbrowser/biblioteq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
biblioteq.conf
210 lines (170 loc) · 4.37 KB
/
biblioteq.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
# Values may be case-sensitive.
# Proxy types: HTTP, None, Socks5, System.
[Amazon Back Cover Images]
host = images.amazon.com
path = "/images/P/%.01._SCMZZZZZZZ_.jpg"
proxy_host =
proxy_password =
proxy_port =
proxy_type = None
proxy_username =
# Proxy types: HTTP, None, Socks5, System.
[Amazon Front Cover Images]
host = images.amazon.com
path = "/images/P/%.01._SCMZZZZZZZ_.jpg"
proxy_host =
proxy_password =
proxy_port =
proxy_type = None
proxy_username =
[Branch-1]
database_name = local_db
database_type = sqlite
[Branch-2]
# connection_options = "connect_timeout=10;sslmode=verify-full"
connection_options =
database_name = xbook_db
database_type = postgresql
hostname = primergy
port = 5432
ssl_enabled = true
[Open Library]
proxy_host =
proxy_password =
proxy_port =
proxy_type = None
proxy_username =
url_isbn = "https://openlibrary.org/api/books?bibkeys=ISBN:%1,ISBN:%2,OLID:%3&format=json&jscmd=data"
[Open Library Cover Images]
back_url = "https://covers.openlibrary.org/b/$key/$value-$size.jpg"
front_url = "https://covers.openlibrary.org/b/$key/$value-$size.jpg"
proxy_host =
proxy_password =
proxy_port =
proxy_type = None
proxy_username =
# Proxy types: HTTP, None, Socks5, System.
# BiblioteQ shall replace %1 and %2 accordingly. Please follow the examples
# below when defining SRU sites.
[SRU-1]
name = Library of Congress
proxy_host =
proxy_password =
proxy_port =
proxy_type = None
proxy_username =
url_isbn = "http://lx2.loc.gov:210/LCDB?operation=searchRetrieve&version=1.1&query=bath.isbn=%1 or bath.isbn=%2&recordSchema=marcxml&startRecord=1&maximumRecords=1"
url_issn = "http://lx2.loc.gov:210/LCDB?operation=searchRetrieve&version=1.1&query=bath.issn=%1&recordSchema=marcxml&startRecord=1&maximumRecords=100"
[SRU-2]
name = National Library of France
proxy_host =
proxy_password =
proxy_port =
proxy_type = None
proxy_username =
url_isbn = "https://catalogue.bnf.fr/api/SRU?version=1.2&operation=searchRetrieve&query=bib.isbn adj '%1'&recordSchema=intermarcXchange"
# Format (http://www.indexdata.com/yaz/doc/zoom.records.html).
# BiblioteQ will prepend "render" if the format is empty and
# "render; charset=" if it is not.
# If record_syntax is empty, BiblioteQ will apply a setting of MARC21.
# The option maps to the YAZ setting preferredRecordSyntax.
# Timeout is in seconds. The actual waiting time may be longer.
# Unique YAZ options may also be configured as yaz_option = value pairs.
# The option (yaz_option minus yaz_) must be supported by the YAZ library.
[Z39.50-1]
database_name = VOYAGER
format = marc8,utf-8
hostname = z3950.library.columbia.edu
name = Columbia University (US)
password =
port = 7090
proxy_host =
proxy_port =
record_syntax = MARC21
timeout = 10
username =
[Z39.50-2]
database_name = LCDB
format = marc8,utf-8
hostname = lx2.loc.gov
name = Library of Congress (US)
password =
port = 210
proxy_host =
proxy_port =
record_syntax = MARC21
timeout = 10
username =
[Z39.50-3]
database_name = mokka
format = marc8s,utf8
hostname = z3950.mokka.hu
name = Mokka (Hungary)
password =
port = 2210
proxy_host =
proxy_port =
record_syntax = MARC21
timeout = 10
username =
[Z39.50-4]
database_name = DEFAULT
format = UNIMARC
hostname = opac.bnrm.ma
name = National Library of Morocco
password = bnrm2015
port = 1111
proxy_host =
proxy_port =
record_syntax = UNIMARC
timeout = 10
username =
[Z39.50-5]
database_name = skc-utf
format = utf-8
hostname = aleph.nkp.cz
name = National Library of the Czech Republic
password =
port = 9991
proxy_host =
proxy_port =
record_syntax = MARC21
timeout = 10
username =
[Z39.50-6]
database_name = advance
format = advancegreek
hostname = 147.102.210.209
name = National Technical University of Athens
password =
port = 21210
proxy_host =
proxy_port =
record_syntax = UNIMARC
timeout = 10
username =
[Z39.50-7]
format = utf-8
hostname = carmin.sudoc.abes.fr
name = Sudoc (France)
password =
port = 10646
proxy_host =
proxy_port =
record_syntax = MARC21
timeout = 10
username =
yaz_charset = utf-8
yaz_databaseName = abes-z39-public
[Z39.50-8]
database_name = UOA_LIBRARY
format = iso-8859-7
hostname = 195.134.90.84
name = University of Athens
password =
port = 210
proxy_host =
proxy_port =
record_syntax = UNIMARC
timeout = 10
username =