About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
configuration:files

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
configuration:files [2019/06/25 09:31] – [config/vufind directory] Added Record Tabs xmorave2configuration:files [2023/06/12 14:43] (current) – [config/vufind directory] demiankatz
Line 19: Line 19:
 | :!: combined.ini | Configurations for [[configuration:combining_search_types|combining multiple search types]]. | | :!: combined.ini | Configurations for [[configuration:combining_search_types|combining multiple search types]]. |
 | :!: [[configuration:files:config.ini]] | VuFind's primary configuration file, containing many global settings. | | :!: [[configuration:files:config.ini]] | VuFind's primary configuration file, containing many global settings. |
 +| CookieConsent.yaml | [[configuration:cookie_consent|Cookie consent]] category configuration. |
 | DAIA.ini | Configurations for the DAIA ILS API. | | DAIA.ini | Configurations for the DAIA ILS API. |
 | Demo.ini | Configurations for the Demo ILS driver. | | Demo.ini | Configurations for the Demo ILS driver. |
Line 33: Line 34:
 | Koha.ini | Configurations for the Koha ILS. | | Koha.ini | Configurations for the Koha ILS. |
 | LBS4.ini | Configurations for the LBS4 ILS. | | LBS4.ini | Configurations for the LBS4 ILS. |
-| LibGuides.ini | Configurations for the LibGuides search module. |+| LibGuides.ini | Configurations for the LibGuides standard guides search module. | 
 +| LibGuidesAZ.ini | Configurations for the LibGuides databases A-Z search module. |
 | MultiBackend.ini | Configurations for using multiple ILS systems with VuFind. | | MultiBackend.ini | Configurations for using multiple ILS systems with VuFind. |
 | NewGenLib.ini | Configurations for the NewGenLib ILS. | | NewGenLib.ini | Configurations for the NewGenLib ILS. |
Line 49: Line 51:
 | :!: [[configuration:files:searches.ini]] | Configurations related to VuFind's Solr search options (equivalent settings for other search backends are found in API-specific configurations like Summon.ini, etc.). | | :!: [[configuration:files:searches.ini]] | Configurations related to VuFind's Solr search options (equivalent settings for other search backends are found in API-specific configurations like Summon.ini, etc.). |
 | :!: searchspecs.yaml | Solr search definitions -- see [[configuration:search_customization|search customization]] for details. | | :!: searchspecs.yaml | Solr search definitions -- see [[configuration:search_customization|search customization]] for details. |
 +| shibboleth.ini | Advanced configurations for Shibboleth authentication. |
 | Sierra.ini | Configurations for the Sierra ILS. | | Sierra.ini | Configurations for the Sierra ILS. |
 | :!: [[configuration:files:sitemap.ini]] | Configurations for generating XML sitemaps to aid [[administration:search_engine_optimization|search engine optimization]]. | | :!: [[configuration:files:sitemap.ini]] | Configurations for generating XML sitemaps to aid [[administration:search_engine_optimization|search engine optimization]]. |
Line 74: Line 77:
 If you are using VuFind's Solr index, you can customize it using various XML configuration files found beneath VuFind's solr subdirectory. The Solr index is separated into cores for different purposes, and each core contains a conf/ subdirectory containing solrconfig.xml and schema.xml files (among others) that configure that core. See the [[https://wiki.apache.org/solr/SolrConfigXml|Solr documentation]] for more details. If you are using VuFind's Solr index, you can customize it using various XML configuration files found beneath VuFind's solr subdirectory. The Solr index is separated into cores for different purposes, and each core contains a conf/ subdirectory containing solrconfig.xml and schema.xml files (among others) that configure that core. See the [[https://wiki.apache.org/solr/SolrConfigXml|Solr documentation]] for more details.
  
-===== Zend Framework Configurations =====+===== Laminas Configurations =====
  
-VuFind is built on [[development:architecture:zend_framework|Zend Framework]], and the framework itself uses a few configuration files.+VuFind is built on [[development:architecture:laminas|Laminas]], and the framework itself uses a few configuration files.
  
-The top-level ZF configuration can be found in [[https://github.com/vufind-org/vufind/blob/master/config/application.config.php|config/application.config.php]]. Under normal circumstances, this file should never be edited -- key settings that a user might want to override can be controlled through environment variables.+The top-level framework configuration can be found in [[https://github.com/vufind-org/vufind/blob/dev/config/application.config.php|config/application.config.php]]. Under normal circumstances, this file should never be edited -- key settings that a user might want to override can be controlled through environment variables.
  
-The ZF application is split into modules, each of which contains a config/module.config.php file that defines the resources and settings used within that module. These can be overridden by creating a [[development:architecture:customizing_vufind#modules|local custom module]].+The Laminas application is split into modules, each of which contains a config/module.config.php file that defines the resources and settings used within that module. These can be overridden by creating a [[development:architecture:customizing_vufind#modules|local custom module]].
  
-VuFind's views are displayed using a custom system inspired by ZF design. Each theme contains a theme.config.php file which contains theme-specific settings. See the [[development:architecture:user_interface|User Interface Customization]] page for more information.+VuFind's views are displayed using a custom system inspired by Laminas design. Each theme contains a theme.config.php file which contains theme-specific settings. See the [[development:architecture:user_interface|User Interface Customization]] page for more information.
 ---- struct data ---- ---- struct data ----
 +properties.Page Owner : 
 ---- ----
  
configuration/files.1561455105.txt.gz · Last modified: 2019/06/25 09:31 by xmorave2