Skip to content
Snippets Groups Projects
Commit bd0a12ae authored by André Lahmann's avatar André Lahmann
Browse files

* updated .ini files

parent e1061c1f
Branches
Tags
No related merge requests found
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
;##################### DO NOT DELETE THIS HEADER #################### ;##################### DO NOT DELETE THIS HEADER ####################
;################### Leipzig University Library © 2015 ############## ;################### Leipzig University Library © 2015 ##############
; ;
; This is the SIGEL-instance-specific ALPHA-INI-file and inherits ; This is the ISIL-instance-specific ALPHA-INI-file and inherits
; all the settings from the INI-file defined in [Parent_Config] which ; all the settings from the INI-file defined in [Parent_Config] which
; points to the SIGEL-instance-specific default INI-file located in ; points to the ISIL-instance-specific default INI-file located in
; the folder vufind2/SIGEL/config/vufind ; the folder vufind2/ISIL/config/vufind
; ;
[Parent_Config] [Parent_Config]
relative_path = ../../../config/vufind/DAIA.ini relative_path = ../../../config/vufind/SolrAI.ini
; A comma-separated list of config sections from the parent which should be ; A comma-separated list of config sections from the parent which should be
; completely overwritten by the equivalent sections in this configuration; ; completely overwritten by the equivalent sections in this configuration;
......
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
; ;
; This is the ISIL-instance-specific ALPHA-INI-file and inherits ; This is the ISIL-instance-specific ALPHA-INI-file and inherits
; all the settings from the INI-file defined in [Parent_Config] which ; all the settings from the INI-file defined in [Parent_Config] which
; points to the ISIL-instance-specific default INI-file located in ; points to the ISIL-instance-specific default INI-file located in
; the folder vufind2/ISIL/config/vufind ; the folder vufind2/ISIL/config/vufind
; ;
[Parent_Config] [Parent_Config]
relative_path = ../../../config/vufind/FincDAIA.ini relative_path = ../../../config/vufind/SolrMarcRemoteFinc.ini
; A comma-separated list of config sections from the parent which should be ; A comma-separated list of config sections from the parent which should be
; completely overwritten by the equivalent sections in this configuration; ; completely overwritten by the equivalent sections in this configuration;
...@@ -22,20 +22,3 @@ relative_path = ../../../config/vufind/FincDAIA.ini ...@@ -22,20 +22,3 @@ relative_path = ../../../config/vufind/FincDAIA.ini
;##################### DO NOT DELETE THIS HEADER #################### ;##################### DO NOT DELETE THIS HEADER ####################
;#################################################################### ;####################################################################
;[DAIA]
; this config configures the extended DAIA-Driver FincDAIA
; refer to ticket #4499 for further info on configuring it
; config-examples:
; DE-15
; baseUrl = http://data.ub.uni-leipzig.de/item/DE-15/barcode/
; ilsIdentifier = "barcode"
; ISIL = "DE-15"
; DE-Gla 1
; baseUrl = http://139.18.19.238:8080/DaiaThecaMssql/rs/DE-Gla%201/daia/
; ilsIdentifier = "record_id"
; default
; ilsIdentifier = "default"
\ No newline at end of file
;####################################################################
;##################### DO NOT DELETE THIS HEADER ####################
;################### Leipzig University Library © 2015 ##############
;
; This is a ISIL-instance-specific ALPHA-LANGUAGE-file and inherits
; all the settings from the LANGUAGE-file defined in @parent_ini which
; points to the ISIL-instance-specific default LANGUAGE-file located in
; the folder vufind2/ISIL/languages
;
@parent_ini = "../../languages/en.ini"
;
; Add ALPHA-specific customization after this header.
;
;##################### DO NOT DELETE THIS HEADER ####################
;####################################################################
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
;##################### DO NOT DELETE THIS HEADER #################### ;##################### DO NOT DELETE THIS HEADER ####################
;################### Leipzig University Library © 2015 ############## ;################### Leipzig University Library © 2015 ##############
; ;
; This is the SIGEL-instance-specific default INI-file and inherits ; This is the ISIL-instance-specific default INI-file and inherits
; all the settings from the INI-file defined in [Parent_Config] which ; all the settings from the INI-file defined in [Parent_Config] which
; points to the default INI-file located in the folder vufind2/local ; points to the default INI-file located in the folder vufind2/local
; ;
[Parent_Config] [Parent_Config]
relative_path = ../../../local/config/vufind/DAIA.ini relative_path = ../../../local/config/vufind/SolrAI.ini
; A comma-separated list of config sections from the parent which should be ; A comma-separated list of config sections from the parent which should be
; completely overwritten by the equivalent sections in this configuration; ; completely overwritten by the equivalent sections in this configuration;
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
; ;
[Parent_Config] [Parent_Config]
relative_path = ../../../local/config/vufind/FincDAIA.ini relative_path = ../../../local/config/vufind/SolrMarcRemoteFinc.ini
; A comma-separated list of config sections from the parent which should be ; A comma-separated list of config sections from the parent which should be
; completely overwritten by the equivalent sections in this configuration; ; completely overwritten by the equivalent sections in this configuration;
...@@ -21,20 +21,3 @@ relative_path = ../../../local/config/vufind/FincDAIA.ini ...@@ -21,20 +21,3 @@ relative_path = ../../../local/config/vufind/FincDAIA.ini
;##################### DO NOT DELETE THIS HEADER #################### ;##################### DO NOT DELETE THIS HEADER ####################
;#################################################################### ;####################################################################
;[DAIA]
; this config configures the extended DAIA-Driver FincDAIA
; refer to ticket #4499 for further info on configuring it
; config-examples:
; DE-15
; baseUrl = http://data.ub.uni-leipzig.de/item/DE-15/barcode/
; ilsIdentifier = "barcode"
; ISIL = "DE-15"
; DE-Gla 1
; baseUrl = http://139.18.19.238:8080/DaiaThecaMssql/rs/DE-Gla%201/daia/
; ilsIdentifier = "record_id"
; default
; ilsIdentifier = "default"
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
; ;
; This is the ISIL-instance-specific DEV-INI-file and inherits ; This is the ISIL-instance-specific DEV-INI-file and inherits
; all the settings from the INI-file defined in [Parent_Config] which ; all the settings from the INI-file defined in [Parent_Config] which
; points to the ISIL-instance-specific default INI-file located in ; points to the ISIL-instance-specific default INI-file located in
; the folder vufind2/ISIL/config/vufind ; the folder vufind2/ISIL/config/vufind
; ;
[Parent_Config] [Parent_Config]
relative_path = ../../../config/vufind/FincDAIA.ini relative_path = ../../../config/vufind/SolrAI.ini
; A comma-separated list of config sections from the parent which should be ; A comma-separated list of config sections from the parent which should be
; completely overwritten by the equivalent sections in this configuration; ; completely overwritten by the equivalent sections in this configuration;
...@@ -21,21 +21,3 @@ relative_path = ../../../config/vufind/FincDAIA.ini ...@@ -21,21 +21,3 @@ relative_path = ../../../config/vufind/FincDAIA.ini
; ;
;##################### DO NOT DELETE THIS HEADER #################### ;##################### DO NOT DELETE THIS HEADER ####################
;#################################################################### ;####################################################################
;[DAIA]
; this config configures the extended DAIA-Driver FincDAIA
; refer to ticket #4499 for further info on configuring it
; config-examples:
; DE-15
; baseUrl = http://data.ub.uni-leipzig.de/item/DE-15/barcode/
; ilsIdentifier = "barcode"
; ISIL = "DE-15"
; DE-Gla 1
; baseUrl = http://139.18.19.238:8080/DaiaThecaMssql/rs/DE-Gla%201/daia/
; ilsIdentifier = "record_id"
; default
; ilsIdentifier = "default"
\ No newline at end of file
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
;##################### DO NOT DELETE THIS HEADER #################### ;##################### DO NOT DELETE THIS HEADER ####################
;################### Leipzig University Library © 2015 ############## ;################### Leipzig University Library © 2015 ##############
; ;
; This is the SIGEL-instance-specific DEV-INI-file and inherits ; This is the ISIL-instance-specific DEV-INI-file and inherits
; all the settings from the INI-file defined in [Parent_Config] which ; all the settings from the INI-file defined in [Parent_Config] which
; points to the SIGEL-instance-specific default INI-file located in ; points to the ISIL-instance-specific default INI-file located in
; the folder vufind2/SIGEL/config/vufind ; the folder vufind2/ISIL/config/vufind
; ;
[Parent_Config] [Parent_Config]
relative_path = ../../../config/vufind/DAIA.ini relative_path = ../../../config/vufind/SolrMarcRemoteFinc.ini
; A comma-separated list of config sections from the parent which should be ; A comma-separated list of config sections from the parent which should be
; completely overwritten by the equivalent sections in this configuration; ; completely overwritten by the equivalent sections in this configuration;
...@@ -21,10 +21,3 @@ relative_path = ../../../config/vufind/DAIA.ini ...@@ -21,10 +21,3 @@ relative_path = ../../../config/vufind/DAIA.ini
; ;
;##################### DO NOT DELETE THIS HEADER #################### ;##################### DO NOT DELETE THIS HEADER ####################
;#################################################################### ;####################################################################
;[DAIA]
; refer to http://data.ub.uni-leipzig.de/ldinfo for setting up specific DAIA-urls
;baseUrl = http://data.ub.uni-leipzig.de/item/DE-15/finc/
; DAIATheca
; http://139.18.19.238:8080/DaiaThecaMssql/
\ No newline at end of file
;####################################################################
;##################### DO NOT DELETE THIS HEADER ####################
;################### Leipzig University Library © 2015 ##############
;
; This is a ISIL-instance-specific DEV-LANGUAGE-file and inherits
; all the settings from the LANGUAGE-file defined in @parent_ini which
; points to the ISIL-instance-specific default LANGUAGE-file located in
; the folder vufind2/ISIL/languages
;
@parent_ini = "../../languages/en.ini"
;
; Add DEV-specific customization after this header.
;
;##################### DO NOT DELETE THIS HEADER ####################
;####################################################################
;####################################################################
;##################### DO NOT DELETE THIS HEADER ####################
;################### Leipzig University Library © 2015 ##############
;
; This is a ISIL-instance-specific default LANGUAGE-file and inherits
; all the settings from the LANGUAGE-file defined in @parent_ini which
; points to the default LANGUAGE-file located in the folder
; vufind2/local/languages
;
@parent_ini = "../../../local/languages/en.ini"
;
; Add instance-specific customization after this header.
;
;##################### DO NOT DELETE THIS HEADER ####################
;####################################################################
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