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 [2015/12/21 16:53] – ↷ Links adapted because of a move operation demiankatzconfiguration:files [2023/06/12 14:43] (current) – [config/vufind directory] demiankatz
Line 16: Line 16:
 | Amicus.ini | Configurations for the Amicus ILS. | | Amicus.ini | Configurations for the Amicus ILS. |
 | authority.ini, authsearchspecs.yaml | Configurations for VuFind's optional authority record search module. | | authority.ini, authsearchspecs.yaml | Configurations for VuFind's optional authority record search module. |
-| ClaviusSQL.ini | Configurations for the Clavius ILS. | 
 | Collection.ini | Configurations related to [[indexing:hierarchies_and_collections|Hierarchies and Collections]]. | | Collection.ini | Configurations related to [[indexing:hierarchies_and_collections|Hierarchies and Collections]]. |
 | :!: 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 34: 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 43: Line 44:
 | Polaris.ini | Configurations for the Polaris ILS. | | Polaris.ini | Configurations for the Polaris ILS. |
 | Primo.ini | Configurations for the Primo Central search API. | | Primo.ini | Configurations for the Primo Central search API. |
 +| RecordCache.ini | Configurations for [[configuration:record_caching|Record Caching]]. |
 +| RecordTabs.ini | Configurations for Record Tabs - added in VuFind 6. |
 | reserves.ini, reservessearchspecs.yaml | Configurations related to Solr-based [[configuration:course_reserves|course reserves]]. | | reserves.ini, reservessearchspecs.yaml | Configurations related to Solr-based [[configuration:course_reserves|course reserves]]. |
 +| SearchApiRecordFields.yaml | Record field configuration for the [[development:apis:search|Search API]], useful for specifying additional (e.g. locally defined) fields so that they become available via the API. Also used for building the Swagger specification for the API. | 
 | :!: searchbox.ini | Configurations related to VuFind's search box, useful when [[configuration:combining_search_types|combining multiple search types]]. | | :!: searchbox.ini | Configurations related to VuFind's search box, useful when [[configuration:combining_search_types|combining multiple search types]]. |
 | :!: [[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]]. |
 | :!: sms.ini | Configurations related to text messaging. | | :!: sms.ini | Configurations related to text messaging. |
-| [[:summon.ini|Summon.ini]] | Configurations for the Summon search API. |+| [[configuration:files:summon.ini|Summon.ini]] | Configurations for the Summon search API. |
 | Symphony.ini | Configurations for the Symphony ILS. | | Symphony.ini | Configurations for the Symphony ILS. |
 | Unicorn.ini | Configurations for the Unicorn ILS. | | Unicorn.ini | Configurations for the Unicorn ILS. |
Line 72: 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.1450716812.txt.gz · Last modified: 2015/12/21 16:53 by demiankatz