The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 35fa3769 authored by Demian Katz's avatar Demian Katz
Browse files

More detailed comment.

parent 2e5905c7
No related merge requests found
...@@ -175,23 +175,38 @@ session_name = VUFIND_SESSION ...@@ -175,23 +175,38 @@ session_name = VUFIND_SESSION
; Please set the ILS that VuFind will interact with. ; Please set the ILS that VuFind will interact with.
; ;
; Available drivers: Aleph, Amicus, ClaviusSQL, DAIA, Evergreen, Horizon (basic db ; Available drivers:
; access only), HorizonXMLAPI (more features via API), Innovative, Koha, ; - Aleph
; KohaILSDI, LBS4, MultiBackend (to chain together multiple drivers in a ; - Amicus
; consortial setting), NewGenLib, NoILS (for users without an ILS, or to ; - ClaviusSQL
; disable ILS functionality during maintenance), PAIA, Polaris, Unicorn (which ; - DAIA (using either XML or JSON API)
; also applies to SirsiDynix Symphony), Virtua, Voyager (for Voyager 6+), ; - Demo (fake ILS driver returning complex responses)
; VoyagerRestful (for Voyager 7+ w/ RESTful web services), XCNCIP2 (for XC ; - Evergreen
; NCIP Tookit v2.x) ; - Horizon (basic database access only)
; Note: Unicorn users should visit the vufind-unicorn project for more details: ; - HorizonXMLAPI (more features via API)
; http://code.google.com/p/vufind-unicorn/ ; - Innovative (for INNOPAC; see also Sierra/SierraRest)
; Note: DAIA supports XML or JSON results (since release 2.4). ; - Koha (basic database access only)
; For details look in the driver code and the corresponding ini file. ; - KohaILSDI (more features via ILS-DI API)
; - LBS4
; - MultiBackend (to chain together multiple drivers in a consortial setting)
; - NewGenLib
; - NoILS (for users with no ILS, or to disable ILS features during maintenance),
; - PAIA
; - Polaris
; - Sample (fake ILS driver returning bare-minimum data)
; - Sierra (basic database access only)
; - Symphony (uses native SirsiDynix APIs)
; - Unicorn (also applies to Symphony; requires installation of connector found at:
; http://code.google.com/p/vufind-unicorn/)
; - Virtua
; - Voyager (database access only; for Voyager 6+)
; - VoyagerRestful (for Voyager 7+ w/ RESTful web services)
; - XCNCIP2 (for XC NCIP Tookit v2.x)
; ;
; If you haven't set up your ILS yet, two fake drivers are available for testing ; If you haven't set up your ILS yet, two fake drivers are available for testing
; purposes. "Sample" is fast but does very little; "Demo" simulates more ; purposes. "Sample" is fast but does very little; "Demo" simulates more
; functionality of a real ILS but may slow down your system by performing extra ; functionality of a real ILS but may slow down your system by performing extra
; searches. If you don't plan to use an ILS, the NoILS driver is your best option. ; searches. If you don't plan to use an ILS, the NoILS driver is your best option.
; ;
; Note: Enabling most of the features in this section will only work if you use an ; Note: Enabling most of the features in this section will only work if you use an
; ILS driver that supports them; not all drivers support holds/renewals. ; ILS driver that supports them; not all drivers support holds/renewals.
......
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