About Koha
Koha version: | [% kohaVersion |html %] | |
---|---|---|
OS version ('uname -a'): | [% osVersion |html %] | |
Perl interpreter: | [% perlPath |html %] | |
Perl version: | [% perlVersion |html %] | |
Perl @INC: |
[% FOREACH perlIncPat IN perlIncPath %]
[% perlIncPat.perlinc |html %] [% END %] | |
MySQL version: | [% mysqlVersion |html %] | |
Apache version: | [% apacheVersion |html %] | |
PSGI: | [% psgi_server |html %] | |
Elasticsearch: | [% IF elasticsearch_fatal_config_error %][% elasticsearch_fatal_config_error %] | [% ELSE %]
Nodes:
[% elasticsearch_status.nodes.join(' / ') %]
|
Status:
[% IF elasticsearch_status.running %]
running
|
Indices:
[% FOREACH index IN elasticsearch_status.indexes %]
[% index.index_name %] (count: |
[% END %]
Memcached: | Servers: [% IF memcached_servers %][% memcached_servers | html %] [% ELSE %]undefined[% END %] | Namespace: [% IF memcached_namespace %][% memcached_namespace | html %] [% ELSE %]undefined[% END %] | Status: [% IF memcached_servers %] [% IF memcached_running and is_memcached_still_active %] running. [% ELSE %] not running. [% IF is_psgi %] Remember memcached needs to be started before Plack. [% END %] [% END %] [% ELSE %] unknown [% END %] | Config read from: [% SWITCH where_is_memcached_config %] [% CASE 'config_only' %] koha-conf.xml [% CASE 'ENV_only' %] ENV Note that the right place to define the memcached config is in your $KOHA_CONF file [% CASE 'both' %] ENV and koha-conf.xml Note that the right place to define the memcached config is in your $KOHA_CONF file. To avoid any misunderstanding you should not export the memcached config from ENV. [% CASE # nowhere %] Nowhere Note that the right place to define the memcached config is in your $KOHA_CONF file. Currently you do not have a valid memcached configuration defined. [% END %] [% IF effective_caching_method != 'Cache::Memcached::Fast' %] | Effective caching method: [% effective_caching_method %] [% END %] | |
Zebra version: | [% zebraVersion |html %] | |
Error | Zebra server seems not to be available. Is it started? | |
Warning | Error message from Zebra: [% ( errZebraConnection ) %] | |
Date and time: | [% current_date_and_time | $KohaDates with_hours => 1 %] | |
Time zone: | Used: [% time_zone.actual %] [% IF time_zone.actual_bad_tz_fallback %] (This is a fallback value due to a bad configuration) [% END %] | Config: [% IF time_zone.config != '' %] [% time_zone.config %] [% ELSE %] Undefined [% END %] | Environment (TZ): [% IF time_zone.environment != '' %] [% time_zone.environment %] [% ELSE %] Undefined [% END %] |
[% ELSE %] | [% END %] [% ELSIF ( ro.upgrade ) %] [% IF ( ro.require ) %] | [% ELSE %] | [% END %] [% ELSE %] [% IF ( ro.name == '' ) %] | [% ELSIF ( ro.require ) %] | [% ELSE %] | [% END %] [% END %] [% IF ( ro.name ) %] [% ro.name %] ([%ro.reqversion %]) [% END %] | [% IF ( ro.name == '' ) %][% ELSIF ( ro.version ) %] | [% ro.version %] [% ELSE %] | Not Installed [% END %] | [% END %]
---|
Warning regarding current user
You are logged in as the database administrative user. This is not recommended because some parts of Koha will not function as expected when using this account.
Please log in instead with a regular staff account. To create a staff account, create a library, a patron category 'Staff' and add a new patron. Then give this patron permissions from 'More' in the toolbar.
[% END %] [% IF has_ai_issues %]Data problems
Some of your tables have problems with their auto_increment values which may lead to data loss.
You should not ignore this warning.
The problem is that InnoDB does not keep auto_increment across SQL server restarts (it is only set in memory). So on server startup the auto_increment values are set to max(table.id)+1.
To know how to avoid this problem see the related wiki page: DBMS auto increment fix
Problems found
[% IF ai_patrons %]Patrons
The following ids exist in both tables [% "borrowers" | $HtmlTags tag="strong" %] and [% "deletedborrowers" | $HtmlTags tag="strong" %]:
[% FOR p IN ai_patrons %][% p.borrowernumber %][% UNLESS loop.last %], [% END %][% END %]
[% END %] [% IF ai_biblios %]Biblios
The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:
[% FOR b IN ai_biblios %][% b.biblionumber %][% UNLESS loop.last %], [% END %][% END %]
[% END %] [% IF ai_items %]Items
The following ids exist in both tables [% "items" | $HtmlTags tag="strong" %] and [% "deleteditems" | $HtmlTags tag="strong" %]:
[% FOR i IN ai_items %][% i.itemnumber %][% UNLESS loop.last %], [% END %][% END %]
[% END %] [% IF ai_checkouts %]Checkouts
The following ids exist in both tables [% "issues" | $HtmlTags tag="strong" %] and [% "old_issues" | $HtmlTags tag="strong" %]:
[% FOR c IN ai_checkouts %][% c.issue_id %][% UNLESS loop.last %], [% END %][% END %]
[% END %] [% IF ai_holds %]Holds
The following ids exist in both tables [% "holds" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:
[% FOR h IN ai_holds %][% h.reserve_id %][% UNLESS loop.last %], [% END %][% END %]
[% END %][% END %] [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration %]
Warnings regarding the system configuration
Warning | System preference 'AutoCreateAuthorities' set, but needs 'BiblioAddsAuthorities' set as well. |
---|---|
Warning | System preference 'EasyAnalyticalRecords' set, but UseControlNumber preference is set to 'Use'. Set it to 'Don't use' or else the 'Show analytics' links in the staff client and the OPAC will be broken. |
Warning | System preference 'OPACPrivacy' set, but AnonymousPatron preference is set to '0'. Set it to a valid borrower number if you want that this feature works correctly. |
Warning | Some patrons have requested a privacy on returning item but the AnonymousPatron pref is not set correctly. Set it to a valid borrower number if you want that this feature works correctly. |
Warning | No active currency is defined. Please go to Administration > Currencies and exchange rates and mark one currency as active. |
Warning | System preference 'StatisticsFields' contains field names not belonging to the items database table: [% warnStatisticsFieldsError %] |
Warning | You have set UseQueryParser but there was a problem inititializing QueryParser. [% IF QueryParserError.fallback %] The 'queryparser_config' entry is missing in your configuration file. The following configuration file was used without success: [% QueryParserError.file %]. [% ELSE %] The following configuration file was used without success: [% QueryParserError.file %]. [% END %] |
Warning | The patron used for the self checkout module at the OPAC does not have the self_check => self_checkout_module permission. |
Warning | The patron used for the self checkout module at the OPAC has too many permissions. They should only have self_check => self_checkout_module. |
Warning | You are missing the <template_cache_dir> entry in your koha-conf.xml file. That will bring a performance boost to enable it. |
Warning | The ILL module is enabled, but there are no backends available. |
Warning | The ILL module is enabled, but no 'partner_code' defined in koha-conf.xml. Falling back to the hardcoded 'ILLLIBS'. |
Warning | The ILL module is enabled, but the configured 'partner_code' ([% ill_partner_code_doesnt_exist %]) is not defined on the system. |
Warning | The <zebra_bib_index_mode> entry is missing in your configuration file. It should be set to 'dom' or 'grs1' (deprecated). It will default to 'dom'. |
---|---|
Info | Your configuration file still seems to be set up for 'grs1'. |
Info | Your configuration file seems to be set up for 'dom'. |
Warning | The <zebra_auth_index_mode> entry is missing in your configuration file. It should be set to 'dom' or 'grs1' (deprecated). It will default to 'dom'. |
Info | Your configuration file still seems to be set up for 'grs1'. |
Info | Your configuration file seems to be set up for 'dom'. |
Warning | The <zebra_bib_index_mode> entry is set to 'grs1'. GRS-1 support is now deprecated and will be removed in future releases. Please use DOM instead. To switch follow this page of wiki: Switching to dom indexing |
Warning | The <zebra_bib_index_mode> entry is set to 'dom', but your system still appears to be set up for 'grs1' indexing. |
Warning | The <zebra_auth_index_mode> entry is set to 'grs1'. GRS-1 support is now deprecated and will be removed in future releases. Please use DOM instead. To switch follow this page of wiki: Switching to dom indexing |
Warning | The <zebra_auth_index_mode> entry is set to 'dom', but your system still appears to be set up for 'grs1' indexing. |
Warning | You have set UseQueryParser but the 'queryparser_config' entry is missing in your configuration file. [% config_entry.file %] is used as a fallback. |
Warning | The <use_zebra_facets> entry is missing in your configuration file. Falling back to legacy facet calculation. |
Warning | You have set <use_zebra_facets> but the <zebra_bib_index_mode> is not set to 'dom'. Falling back to legacy facet calculation. |
Warning | You are missing the <log4perl_conf> entry in your koha-conf.xml file. Please add it, pointing to the log4perl.conf file for your Koha instance. |
Warning | You are missing the <upload_path> entry in your koha-conf.xml file. Please add it, pointing to the configured file upload directory for your Koha instance. |
Warning | You are missing the <upload_path> entry in your koha-conf.xml file. Please add it, pointing to the configured file upload directory for your Koha instance. Also note that you need to properly set the OPACBaseURL preference for the file upload plugin to work. |
No warnings.
[% END %]Special thanks to the following organizations
- Horowhenua Library Trust, New Zealand, and Rosalie Blake, Head of Libraries, (Koha 1.0)
- The Athens County Public Libraries, Ohio, USA (MARC sponsorship, documentation, template maintenance)
- EMN (Ecole des Mines de Nantes), France (Suggestions, Stats wizards and improved LDAP sponsorship)
- Mines Paristech (previously Ecole Nationale Supérieure des Mines de Paris), France (biblio frameworks, MARC authorities, OPAC basket, Serials sponsorship)
- SAN-Ouest Provence, France (Koha 3.0 enhancements to patrons and holds modules)
- The Crawford County Federated Library System, PA, USA (Koha 3.0 Zebra Integration sponsorship)
- The Geauga County Public Library, OH, USA (Koha 3.0 beta testing)
- The Near East University, Cyprus
- OPUS International Consultants, Wellington, New Zealand (Corporate Serials sponsorship)
- famfamfam.com Birmingham (UK) based developer Mark James for the famfamfam Silk iconset.
- Albany Senior High School, Auckland, New Zealand (OPAC 'star-ratings' sponsorship)
Koha 18.05 release team
- Release manager: Jonathan Druart
- Release manager assistant: Nick Clemens
- Documentation Team:
- Michael Cabus
- Lee Jamison
- Ed Veal
- Translation manager: Bernardo González Kriegel
- Quality assurance manager: Katrin Fischer
- Quality assurance team:
- Tomás Cohen Arazi
- Alex Arnaud
- Nick Clemens
- Kyle Hall
- Julian Maurice
- Josef Moravec
- Marcel de Rooy
- Release maintainers:
- Nick Clemens (17.11)
- Fridolin Somers (17.05)
- Chris Cormack (16.11)
- Packaging manager: Mirko Tietgen
- Jenkins maintainer: Tomás Cohen Arazi
- Bug wranglers:
- Alex Buckley
- Claire Gravely
- Jon Knight
- Marc Véron
Koha development team
- Jacek Ablewicz
- Md. Aftabuddin
- Jon Aker
- Chloe Alabaster
- Edward Allen
- Francisco M. Marzoa Alonso
- Morgane Alonso
- Joseph Alway
- Cindy Murdock Ames
- Aleisha Amohia
- Roman Amor
- Roch D'Amour
- Richard Anderson
- Nahuel Angelinetti
- Nuño López Ansótegui
- Dimitris Antonakis
- Tomás Cohen Arazi (3.18 - 3.22 Release Manager; 3.12 Release Maintainer; 16.05 - 17.11 QA Team Member)
- Andrew Arensburger (the small and great C4::Context module)
- Alex Arnaud
- Petter Goksøyr Åsen
- Joe Atzberger
- Philippe Audet-Fortin
- Héctor Eduardo Castro Avalos
- Larry Baerveldt
- Marc Balmer
- Edmund Balnaves
- Al Banks
- Daniel Banzli
- Stefano Bargioni
- Daniel Barker
- Greg Barniskis
- Benedykt P. Barszcz (Polish for 2.0)
- D Ruth Bavousett (3.12 Translation Manager)
- Maxime Beaulieu
- Zoe Bennett
- Natalie Bennison
- John Beppu
- Pablo Bianchi
- Chad Billman
- David Birmingham
- Florian Bischof
- Oliver Bock
- Gaetan Boisson
- David Bourgault
- Rebecca Blundell
- Danny Bouman
- Christopher Brannon (3.20 QA Team Member)
- Stan Brinkerhoff
- Isaac Brodsky
- Ivan Brown
- Roger Buck
- Alex Buckley
- Michael Andrew Cabus
- Steven Callender
- Jared Camins-Esakov (3.12 Release Manager; 3.6 Release Maintainer)
- Colin Campbell (3.4 QA Manager)
- Fernando Canizo
- Barry Cannon
- Frédérick Capovilla
- DeAndre Carroll
- Chris Catalfo (new plugin MARC editor)
- Marc Chantreux
- Jerome Charaoui
- Galen Charlton (3.2, 3.14, and 3.16 Release Manager; 3.16 Release Maintainer; 3.18 QA Team Member; 16.05 Packaging Manager)
- Francois Charbonnier
- Evonne Cheung
- Andrew Chilton
- Pongtawat Chippimolchai
- Barton Chittenden
- Koha SAB CINECA
- Nick Clemens (16.11 - 17.11 QA Team Member)
- Garry Collum
- David Cook
- John Copeland
- Charlotte Cordwell
- Chris Cormack (1.x, 3.4 and 3.6 Release Manager; 3.8, 3.10, 3.18 and 3.20 Release Maintainer; 3.2 Translation Manager; 3.14 QA Team Member; 17.05 Documentation Manager; 17.11 Documentation Team Member)
- Jeremy Crabtree
- Bonnie Crawford
- Samuel Crosby
- Christophe Croullebois
- Olivier Crouzet
- Nate Curulla
- Vincent Danjean
- Hugh Davenport
- Elliott Davis (3.12 QA Team Member)
- Doug Dearden
- Kip DeGraaf
- Stéphane Delaune
- Frédéric Demians (3.4 - 3.10 Translation Manager; 3.20, 16.05 Release Maintainer)
- Connor Dewar
- Srikanth Dhondi
- Leire Diez
- Yarik
- Rocio Dressler
- Jonathan Druart (3.8 - 17.05 QA Team Member; 17.11 Release Manager)
- Serhij Dubyk
- Yohann Dufour
- Thomas Dukleth (MARC Frameworks Maintenance)
- Frederic Durand
- Sebastiaan Durand
- Rachel Dustin
- Ecole des Mines de Saint Etienne, Philippe Jaillon (OAI-PMH support)
- Stephen Edwards
- Dani Elder
- Gus Ellerm
- Andrew Elwell
- Brian Engard
- Nicole C. Engard (3.0 - 16.11 Documentation Manager)
- Magnus Enger
- Esiee School (Jérome Vizcaino, Michel Lerenard, Pierre Cauchois)
- Jason Etheridge
- Shaun Evans
- Pat Eyler (Kaitiaki from 2002 to 2004)
- Charles Farmer
- Antoine Farnault
- Arslan Farooq
- Vitor Fernandes
- Joshua Ferraro (3.0 Release Manager and Translation Manager)
- Julian Fiol
- Katrin Fischer (3.12 - 16.11 QA Manager, 16.11 Release Maintainer, 17.11 Documentation Team Member)
- Connor Fraser
- Clay Fouts
- Brendon Ford
- Claudia Forsman
- Jessica Freeman
- Corey Fuimaono
- Marco Gaiarin
- Pierrick Le Gall
- Brendan A. Gallagher (3.14 - 3.22 QA Team Member; 16.05 - 17.05 Release Manager; 17.11 QA Team Member)
- Joachim Ganseman
- Tumer Garip
- Russel Garlick
- Mark Gavillet
- Daniel Kahn Gillmor
- David Goldfein
- Bernardo González Kriegel (3.14 - 17.11 Translation Manager; 3.10 Release Maintainer)
- Caitlin Goodger
- Claire Gravely
- Briana Greally
- Daniel Grobani
- Victor Grousset
- Isabel Grubi
- David Gustafsson
- Amit Gupta
- Indranil Das Gupta (17.11 Documentation Team Member)
- Michael Hafen
- Christopher Hall (3.8 Release Maintainer)
- Kyle Hall (3.8 Release Maintainer; 3.14 - 17.11 QA Team Member; 16.11 - 17.05 Release Manager)
- Sean Hamlin
- Tim Hannah
- Mike Hansen
- Brian Harrington
- Brandon Haveman
- Rochelle Healy
- Emma Heath
- Friedrich zur Hellen
- Kate Henderson
- Michaes Herman
- Claire Hernandez
- Wolfgang Heymans
- Ryan Higgins
- Morag Hills
- Sèbastien Hinderer
- Kristina D.C. Hoeppner
- Stefan Berndtsson
- Stephanie Hogan
- Karl Holten
- Daniel Holth
- Andrew Hooper
- Luke Honiss
- Alexandra Horsman
- Tom Houlker
- Matthew Hunt
- Christopher Hyde
- Andrew Isherwood
- Rolando Isidoro
- Te Rauhina Jackson
- Cory Jaeger
- Lee Jamison
- Srdjan Jankovic
- Philippe Jaillon
- Mason James (3.10 - 3.14 QA Team Member, 3.16, 16.05 Release Maintainer)
- Karen Jen
- Mike Johnson
- Donovan Jones
- Andreas Jonsson
- Bart Jorgensen
- Janusz Kaczmarek
- Koustubha Kale
- Pasi Kallinen
- Dimitris Kamenopoulos
- Peter Crellan Kelly
- Jorgia Kelsey
- Olli-Antti Kivilahti
- Attila Kinali
- Chris Kirby
- Ulrich Kleiber
- Jon Knight
- Rafal Kopaczka
- Piotr Kowalski
- David Kuhn
- Joonas Kylmälä
- Henri-Damien Laurent (3.0 Release Maintainer)
- Arnaud Laurin
- Nicolas Legrand
- Sonia Lemaire
- Owen Leonard (3.0+ Interface Design)
- Ambrose Li (translation tool)
- Gynn Lomax
- Peter Lorimer
- Robert Lyon (Corporate Serials)
- Ere Maijala
- Sherryn Mak
- Merllisia Manueli
- Florent Mara
- Francois Marier
- Patricio Marrone
- Jose Martin
- Jesse Maseto
- Frère Sébastien Marie
- Ricardo Dias Marques
- Julian Maurice (3.18, 17.05 - 17.11 QA Team Member; 3.22 Release Maintainer)
- Remi Mayrand-Provencher
- Brig C. McCoy
- Grace McKenzie
- Tim McMahon
- Dorian Meid (German translation)
- Meenakshi. R
- Melia Meggs
- Holger Meißner
- Karl Menzies
- Matthias Meusburger
- Sophie Meynieux
- Janet McGowan
- Alan Millar
- Jono Mingard
- Andrew Moore
- Francesca Moore
- Josef Moravec
- Sharon Moreland
- Nicolas Morin
- Mike Mylonas
- Natasha ?? [Catalyst Academy]
- Nadia Nicolaides
- Nazlı
- Joy Nelson
- Chris Nighswonger (3.2 - 3.6 Release Maintainer)
- Brian Norris
- Duy Tinh Nguyen
- Simith D'Oliveira
- Albert Oller
- Eric Olsen
- H. Passini
- Priya Patel
- Aliki Pavlidou
- Dobrica Pavlinusic
- Maxime Pelletier
- Shari Perkins
- Martin Persson
- Dominic Pichette
- Fred Pierre
- Eric Phetteplace (phette23)
- Genevieve Plantin
- Simon Pouchol
- Polytechnic University
- Pongtawat
- Paul Poulain (2.0, 2.2, 3.8, 3.10 Release Manager; 2.2 Release Maintainer; 3.12 - 16.05 QA Team Member)
- Karam Qubsi
- Romina Racca
- MJ Ray (2.0 Release Maintainer)
- Liz Rea (3.6, 3.18 Release Maintainer)
- Thatcher Rea
- Allen Reinmeyer
- Serge Renaux
- Martin Renvoize (3.16 - 17.11 QA Team Member)
- Francesco Rivetti
- Abby Robertson
- Waylon Robertson
- Benjamin Rokseth
- Marcel de Rooy (3.8 - 17.11 QA Team Member)
- Andreas Roussos
- Salvador Zaragoza Rubio
- Mathieu Saby
- Eivin Giske Skaaren
- Brice Sanchez
- Sam Sanders
- Rodrigo Santellan
- Viktor Sarge
- Alex Sassmannshausen (17.11 QA Team Member)
- Adrien Saurat
- Zoe Schoeler
- Dan Scott
- Robin Sheat (3.2 - 3.22 Packaging Manager)
- Maksim Sen
- Juhani Seppälä
- John Seymour
- Juan Romay Sieira
- Zach Sim
- Radek Šiman
- Silvia Simonetti
- Savitra Sirohi
- Pawel Skuza (Polish for 1.2)
- Emma Smith
- Grace Smyth
- Fridolin Somers (3.14 Release Maintainer, 17.05 QA Team Member, 17.05 Release Maintainer)
- Southeastern University
- Martin Stenberg
- Glen Stewart
- Will Stokes
- Simon Story
- David Strainchamps
- Ed Summers (Some code and Perl packages like MARC::Record)
- Daniel Sweeney
- Zeno Tajoli
- Lari Taskula
- Samanta Tello
- Adam Thick
- Finlay Thompson
- Peggy Thrasher
- Fabio Tiana
- Mirko Tietgen (16.11 - 17.11 Packaging Manager)
- Mark Tompsett
- Steve Tonnesen (early MARC work, Virtual Bookshelves concept, KohaCD)
- Bruno Toumi
- Andrei V. Toutoukine
- Duncan Tyler
- Kathryn Tyree
- Darrell Ulm
- Universidad ORT Uruguay (Ernesto Silva, Andres Tarallo)
- Eric Vantillard
- Oleg Vasylenko
- Marc Véron
- Justin Vos
- Aleksa Vujicic
- Reed Wade
- Stacey Walker
- Ian Walls (3.6 - 3.10 QA Manager)
- Jane Wagner
- Ward van Wanrooij
- Jenny Way
- Jesse Weaver (16.05, 16.11 QA Team Member)
- Chris Weeks
- Stefan Weil
- Aaron Wells
- Rick Welykochy
- Piotr Wejman
- Ron Wickersham
- Brett Wilkins
- Olwen Williams (Database design and data extraction for Koha 1.0)
- Robert Williams
- James Winter
- Lars Wirzenius
- Baptiste Wojtkowski
- Thomas Wright
- Jen Zajac
- Kenza Zaki
Contributing companies and institutions
- BibLibre, France
- Bibliotheksservice-Zentrum Baden-Württemberg (BSZ), Germany
- ByWater Solutions, USA
- Calyx, Australia
- Catalyst IT, New Zealand
- C & P Bibliography Services, USA
- Hochschule für Gesundheit (hsg), Germany
- Katipo Communications, New Zealand
- KEEP SOLUTIONS, Portugal
- KohaAloha, New Zealand
- LibLime, USA
- Libriotech, Norway
- Nelsonville Public Library, Ohio, USA
- Prosentient Systems, Australia
- PTFS, Maryland, USA
- PTFS Europe Ltd, United Kingdom
- Rijksmuseum, Amsterdam, The Netherlands
- SAN-Ouest Provence, France
- software.coop, United Kingdom
- Tamil, France
- Universidad Nacional de Córdoba, Argentina
- Xercode, Spain
Additional thanks to...
- Irma Birchall
- Rachel Hamilton-Williams (Kaitiaki from 2004 to present)
- Stephen Hedges (early Documentation Manager)
- Brooke Johnson
- Jo Ransom
- Nicholas Rosasco (Documentation Compiler)
- Regula Sebastiao
Koha
jQuery and jQueryUI
jQuery and jQueryUI are licensed under the MIT license
Bootstrap
Bootstrap code and Glyphicons Free licensed under the MIT license.
YUI
Famfamfam iconset
The Bridge Material Type Icon Set
- Bridge Material Type Icons Project
- The Bridge Material Type Icon Set is licensed under a Creative Commons Attribution-ShareAlike 2.5 License by the Bridge Consortium of Carleton College and St. Olaf College.
The Noun Project icons
- All images come from The Noun Project collection
- Circulation ("fair-trade") symbol by Edward Boatman ; Patrons ("children's library") symbol by Edward Boatman, Saul Tannenbaum, Stephen Kennedy, Nikki Snow, Brooke Hamilton ; Search ("magnifying glass") symbol by Philipp Süß ; Lists ("folder") symbol by Jack Biesek, Gladys Brenner, Margaret Faye, Healther Merrifield, Kate Keating, Wendy Olmstead, Todd Pierce, Jamie Cowgill, Jim Bolek ; Course reserves ("stack of books") symbol by Jeremy J. Bristol; Cataloging ("price tag") symbol by the Noun Project ; Authorities ("link") symbol by Matthew Exton ; Serials ("newspaper") symbol by John Caserta ; Acquisitions ("gift") symbol by David Goodger ; Reports ("pie chart") symbol by Scott Lewis ; Administration ("gears") symbol by Jeremy Minnick ; Tools ("wrench") symbol by National Park Service
jQuery Star Rating Plugin
jQuery Star Rating Plugin v3.14 by Fyneworks.com is licensed under the MIT License and the GPL License.
Copyright © 2008 Fyneworks.com
jQuery insertAtCaret Plugin
jQuery insertAtCaret Plugin v1.0 by the phpMyAdmin devel team is licensed under the GPL License.
Copyright © 2003-2010 phpMyAdmin devel team
jQuery treetable Plugin
The jQuery treetable Plugin 3.1.0 is released under MIT license by Ludo van den Boom.
OpenJS Keyboard Shortcuts Library
The OpenJS keyboard shortcuts library by Binny V A is licensed under the BSD license.
jquery.dataTables.grouping.js
The jquery.dataTables.grouping.js plugin by Jovan Popovic is licensed under the BSD and GPL v2 license.
jQuery Colvis plugin
The controls for column visiblity in DataTables by Allan Jardine is licensed under the BSD 3 and GPL v2 license.
jquery.multiple.select.js
The jQuery multiple select plugin by Zhixin Wen is licensed under the MIT license.
Javascript Diff Algorithm
The Javascript Diff Algorithm plugin by John Resig is licensed under the MIT License.
jQuery Validation Plugin
The jQuery Validation Plugin written and maintained by Jörn Zaefferer is licensed under the MIT License.
TinyMCE WYSIWYG editor
The TinyMCE WYSIWYG editor v3.5.8 by Moxiecode (Ephox) is licensed under the LGPL v2.1.
Font Awesome
Font Awesome by Dave Gandy is licensed under the SIL OFL 1.1 and the MIT License.
CodeMirror editing library
The CodeMirror editing library by Marijn Haverbeke is licensed under an MIT license.
FileSaver library
The FileSaver library by Eli Grey is licensed under an MIT license.
Require.js JS module system
The Require.js JS module system by The Dojo Foundation is licensed under an MIT license.
OAI xslt stylesheet
The included OAI.xslt file by the DSpace project is licensed under a BSD License.
Select2
The Select2 library is licensed under the Apache License, Version 2.0 (the "Apache License") or the GNU General Public License version 2 (the "GPL License").
jquery.tablednd.js
The TableDnD plug-in for jQuery by Denis Howlett is licensed under the MIT License.
Leaflet
The Leaflet JavaScript library by Vladimir Agafonkinis licensed under the BSD License.
jquery.emojiarea.js
The Emojiarea plug-in for jQuery by DIY Co is licensed under the the Apache License, Version 2.0.
JSZip
The JSZip JavaScript library is licensed under both the MIT and GPLv3 Licenses.
Translation
- العربية (Arabic) Version 3.2 to 3.4, 3.16 & 3.18 by KnowledgeWare Technologies; Versions 3.6 to 3.14 by Arabic Koha support team: Karam Qubsi, Kouider Bounama, Sham Bajaa, Ghofran Alshami, Chrestian Aboud, Fatema Salem and Duaa Bazzazi.
- አማርኛ (Amharic) Getway II Ethiopia Co. (Yohannes Mulugeta (Team Leader), Tegene Assefa, Abiyot Bayou)
- Armenian Tigran Zargaryan
- Български (Bulgarian) Radoslav Kolev
- euskara (Basque) Fernando Berrizbeitia, the librarians of Eima Katalogoa, Tabakalera International Contemporary Culture Centre, and Nere Erkiaga
- বাংলা (Bengali) Parthasarathi Mukhopadhyay
- 中文 (Chinese)
- Hrvatski (Croatian)
- čeština (Czech)
- Dænsk (Danish)
- Nederlands-Nederland (Dutch-The Netherlands) Sponsored by Rijksmuseum
- Nederlands-België (Dutch-Belgium)
- English
- suomi, suomen kieli (Finnish) Pasi Korkalo
- Français (French) Kohala, Pascale Nalon (ENSMP), and many more
- Galego (Galician) Ignacio Javier
- Deutsch (German) Friedrich zur Hellen, Robert Hillig, Katrin Fischer, Beda Szukics, Mirko Tietgen and Marc Véron
- ελληνικά (Greek, Modern [1453- ]) Georgia Katsarou, Panoraia Gaitanou and Kiriaki Roditi
- עברית (Hebrew)
- हिन्दी (Hindi)
- Magyar (Hungarian)Agnes Imecs
- Norsk Bokmål (Norwegian) Axel Bojer and Thomas Gramstad
- Norsk Nynorsk (Norwegian) Unni Knutsen and Marit Kristine Ådland
- (Indonesian)
- Italiano (Italian) for 3.2: Zeno Tajoli, Pietro Gozzetti and Paolo Pozzan; for 3.4 and more: Zeno Tajoli, Stefano Bargioni, Paolo Bizzarri
- 日本語 (Japanese)
- 한국어 (Korean)
- ಕನ್ನಡ (kannaḍa)
- Latina (Latin)
- Lao Anousak Anthony Souphavanh
- Māori
- മലയാളം (Malayalam)
- فارسى (Persian)
- ଓଡ଼ିଆ (ōṛiyā)
- Polski (Polish)
- Português (Portuguese)
- Română (Romanian)
- Русский (Russian) Victor Titarchuk and Serhij Dubyk
- Español (Spanish) Bernardo González Kriegel, Héctor Castro and Tomás Cohen Arazi, with the help of the koha-es community.
- Svenska (Swedish)
- Tetun (Tetum) Karen Myers
- ภาษาไทย (Thai)
- Türkçe (Turkish) pre-3.8: Selma Aslan; for 3.8+, Suleyman Demirel University (Ugur Bulgan, Onur Erdem, Kemal Caner Bayrakci, and Alper Tutunsatar)
- اردو(Urdu) Ata ur Rehman
- Українська (Ukrainian) Victor Titarchuk and Serhij Dubyk
Koha history timeline
[% IF ! timeline_read_error %]Date | Description |
[% ro.date %] | [% ro.desc|html %] | [% END %]