Skip to content
Snippets Groups Projects
Commit c375163e authored by Robert Lange's avatar Robert Lange Committed by Dorian Merz
Browse files

refs #17395 [fid_bbi] add mega collections to sources whitelist

* De Gruyter Journals / Social Sciences and Humanities
* Gutenberg-Bibliothek des Gutenberg-Museums Mainz
* Bibliographie zum Archivwesen der Archivschule Marburg
* HeBIS Verbundkatalog
* SearchController: remove unused imports
* rename DABI to DABI Datenbank Deutsches Bibliothekswesen
parent afe0fe87
No related merge requests found
...@@ -91,7 +91,6 @@ mega_collection[] = "Eighteenth Century Collections Online / ECCO" ...@@ -91,7 +91,6 @@ mega_collection[] = "Eighteenth Century Collections Online / ECCO"
mega_collection[] = "Gallica (BNF)" mega_collection[] = "Gallica (BNF)"
mega_collection[] = "Qucosa" mega_collection[] = "Qucosa"
mega_collection[] = "Hathi Trust" mega_collection[] = "Hathi Trust"
;mega_collection[] = "OLC SSG Informations-, Buch- und Bibliothekswesen"
mega_collection[] = "Morgan & Claypool eBooks (CIS 5, 2013-2014)" mega_collection[] = "Morgan & Claypool eBooks (CIS 5, 2013-2014)"
mega_collection[] = "MedienwRezensionen" mega_collection[] = "MedienwRezensionen"
;mega_collection[] = "Torrossa / Periodici" ;mega_collection[] = "Torrossa / Periodici"
...@@ -110,7 +109,7 @@ mega_collection[] = "VD18" ...@@ -110,7 +109,7 @@ mega_collection[] = "VD18"
;mega_collection[] = "Datenbank Buch und Papier" ;mega_collection[] = "Datenbank Buch und Papier"
mega_collection[] = "Datenbank \"Buch und Papier\"" mega_collection[] = "Datenbank \"Buch und Papier\""
mega_collection[] = "HPB - Heritage of the Printed Book Database" mega_collection[] = "HPB - Heritage of the Printed Book Database"
mega_collection[] = "DABI" mega_collection[] = "DABI Datenbank Deutsches Bibliothekswesen"
mega_collection[] = "English Short Title Catalogue (ESTC)" mega_collection[] = "English Short Title Catalogue (ESTC)"
mega_collection[] = "Incunabula Short Title Catalogue (ISTC)" mega_collection[] = "Incunabula Short Title Catalogue (ISTC)"
mega_collection[] = "Catalogue of Illuminated Manuscripts" mega_collection[] = "Catalogue of Illuminated Manuscripts"
...@@ -152,6 +151,16 @@ mega_collection[] = "TIB AV-Portal" ...@@ -152,6 +151,16 @@ mega_collection[] = "TIB AV-Portal"
mega_collection[] = "Olms Online" mega_collection[] = "Olms Online"
mega_collection[] = "British Library Bibliography" mega_collection[] = "British Library Bibliography"
; #17395
;source_id[] = 50
mega_collection[] = "De Gruyter Journals / Social Sciences and Humanities"
;source_id[] = 182
mega_collection[] = "Gutenberg-Bibliothek des Gutenberg-Museums Mainz"
;source_id[] = 182
mega_collection[] = "Bibliographie zum Archivwesen der Archivschule Marburg"
;source_id[] = 193
mega_collection[] = "HeBIS Verbundkatalog"
; The following five mega_collections are all part of sid:159 ; The following five mega_collections are all part of sid:159
; but there is no mega_collection entry in SOLR for those ; but there is no mega_collection entry in SOLR for those
;mega_collection[] = "Abendländische mittelalterliche Handschriften" ;mega_collection[] = "Abendländische mittelalterliche Handschriften"
......
...@@ -28,8 +28,6 @@ ...@@ -28,8 +28,6 @@
namespace fid_bbi\Controller; namespace fid_bbi\Controller;
use VuFind\Controller\SearchController as BaseSearchController; use VuFind\Controller\SearchController as BaseSearchController;
use Zend\Cache\Storage\Adapter\Filesystem;
use Zend\ServiceManager\ServiceLocatorInterface;
/** /**
* Redirects the user to the appropriate default VuFind action. * Redirects the user to the appropriate default VuFind action.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment