first really working version
[Biblio-Z3950.git] / server.pl
index d124f46..1ac9edb 100755 (executable)
--- a/server.pl
+++ b/server.pl
@@ -12,6 +12,7 @@ use GoogleBooks;
 use vuFind;
 use DPLA;
 use AlephTR;
+use CROSBI;
 
 use Encode;
 
@@ -25,6 +26,7 @@ my $databases = {
        'HATHITRUST' => 'vuFind',
        'DPLA'   => 'DPLA',
        'MKUTUP' => 'AlephTR',
+       'CROSBI' => 'CROSBI',
 };
 
 my $max_records = 10; # XXX configure this