forked from textbrowser/biblioteq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbiblioteq.conf
88 lines (74 loc) · 2.21 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
# Values may be case-sensitive.
# Proxy types: HTTP, None, Socks5, System.
[Amazon Front Cover Images]
host = images.amazon.com
path = "/images/P/%.01._SCMZZZZZZZ_.jpg"
proxy_host =
proxy_port =
proxy_type = None
proxy_username =
proxy_password =
# Proxy types: HTTP, None, Socks5, System.
[Amazon Back Cover Images]
host = images.amazon.com
path = "/images/P/%.01._SCMZZZZZZZ_.jpg"
proxy_host =
proxy_port =
proxy_type = None
proxy_username =
proxy_password =
[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 = localhost
port = 5432
ssl_enabled = true
# 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 = CUNY Union Catalog
url_isbn = "http://libadmin.cuny.edu:5661/U-CUN01?version=1.1&operation=searchRetrieve&query=bath.isbn=%1 or bath.isbn=%2&startRecord=1&maximumRecords=1"
url_issn = "http://libadmin.cuny.edu:5661/U-CUN01?version=1.1&operation=searchRetrieve&query=bath.issn=%1&startRecord=1&maximumRecords=100"
proxy_host =
proxy_port =
proxy_type = None
proxy_username =
proxy_password =
[SRU-2]
name = Library of Congress
url_isbn = "https://www.loc.gov/z39voy?operation=searchRetrieve&version=1.1&query=bath.isbn=%1 or bath.isbn=%2&recordSchema=marcxml&startRecord=1&maximumRecords=1"
url_issn = "https://www.loc.gov/z39voy?operation=searchRetrieve&version=1.1&query=bath.issn=%1&recordSchema=marcxml&startRecord=1&maximumRecords=100"
proxy_host =
proxy_port =
proxy_type = None
proxy_username =
proxy_password =
# Format (http://www.indexdata.com/yaz/doc/zoom.records.html).
[Z39.50-1]
name = Columbia University
hostname = z3950.library.columbia.edu
port = 7090
database_name = VOYAGER
format = "marc8,utf-8"
record_syntax = "MARC21"
username =
password =
proxy_host =
proxy_port =
[Z39.50-2]
name = Library of Congress
hostname = lx2.loc.gov
port = 210
database_name = LCDB
format = "marc8,utf-8"
record_syntax = "MARC21"
username =
password =
proxy_host =
proxy_port =