X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=server.pl;h=1ac9edba39d0ff828b4110245dff016aa22575bb;hb=9050b99705eb3c09549968914e2c06285cdfba01;hp=a83abd3fa31ed1609cdde8fbde785394dac23dc8;hpb=8cd29c877b69affe03a9a333922c306e1bd2de1c;p=Biblio-Z3950.git diff --git a/server.pl b/server.pl index a83abd3..1ac9edb 100755 --- a/server.pl +++ b/server.pl @@ -11,6 +11,8 @@ use Aleph; use GoogleBooks; use vuFind; use DPLA; +use AlephTR; +use CROSBI; use Encode; @@ -23,6 +25,8 @@ my $databases = { 'GOOGLEBOOKS' => 'GoogleBooks', 'HATHITRUST' => 'vuFind', 'DPLA' => 'DPLA', + 'MKUTUP' => 'AlephTR', + 'CROSBI' => 'CROSBI', }; my $max_records = 10; # XXX configure this