[% USE HtmlTags %] [% USE Koha %] [% USE KohaDates %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › About Koha [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% PROCESS 'about-team.inc' %]

About Koha

[% IF (is_psgi) %] [% END %] [% IF Koha.Preference('SearchEngine') == 'Elasticsearch' %] [% IF elasticsearch_fatal_config_error %] [% ELSE %] [% END %] [% END %] [% IF (errZebraConnection == 10000) %] [% ELSIF (errZebraConnection) %] [% END %] [% timezone_config_class = (time_zone.config_invalid) ? 'status_warn' : '' %] [% timezone_env_class = (time_zone.env_invalid) ? 'status_warn' : '' %]
Server information
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: [% elasticsearch_fatal_config_error | html %] Nodes: [% elasticsearch_status.nodes.join(' / ') | html %] | Status: [% IF elasticsearch_status.running %] running | Indices: [% FOREACH index IN elasticsearch_status.indexes %] [% index.index_name | html %] (count: [% index.count | html %])[% UNLESS loop.last %], [% END %] [% END %] [% ELSE %] not running [% 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 | html %] [% END %]
Zebra version: [% zebraVersion | html %]
Error Zebra server seems not to be available. Is it started?
Warning Error message from Zebra: [% ( errZebraConnection ) | html %]
Date and time: [% current_date_and_time | $KohaDates with_hours => 1 %]
Time zone: Used: [% time_zone.actual | html %] [% 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 | html %] [% ELSE %] Undefined [% END %] | Environment (TZ): [% IF time_zone.environment != '' %] [% time_zone.environment | html %] [% ELSE %] Undefined [% END %]
[% FOREACH tabl IN table %] [% FOREACH ro IN tabl.row %] [% IF ( ro.current ) %] [% IF ( ro.require ) %] [% IF ( ro.name == '' ) %] [% END %] [% END %]
Perl modules
[% 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 | html %] ([% ro.reqversion | html %]) [% END %] [% ELSIF ( ro.version ) %] [% ro.version | html %] [% ELSE %] Not Installed [% END %]
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps || bad_yaml_prefs || warnRelationships %] [% IF (warnIsRootUser) %]

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 | html %][% UNLESS loop.last %], [% END %][% END %]

[% END %] [% IF ai_biblios %]

Bibliographic records

The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:

[% FOR b IN ai_biblios %][% b.biblionumber | html %][% 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 | html %][% 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 | html %][% UNLESS loop.last %], [% END %][% END %]

[% END %] [% IF ai_holds %]

Holds

The following ids exist in both tables [% "reserves" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:

[% FOR h IN ai_holds %][% h.reserve_id | html %][% UNLESS loop.last %], [% END %][% END %]

[% END %]
[% END %] [% IF warnRelationships %]

Patron relationship problems

[% IF bad_relationships_count %]

Your database contained guarantee/guarantor pairs with no defined relationship. They have been set the value '_bad_data' in the [% "borrowers.relationship" | $HtmlTags tag="strong" %] and/or [% "borrower_relationships.relationship" | $HtmlTags tag="strong" %] columns. Fix them manually by recreating those relationships, or have your system's administrator correct the values.

[% END %] [% IF wrong_relationships %]

The following values have been used for guarantee/guarantor relationships, but do not exist in the 'borrowerRelationship' system preference:

    [% FOR rel IN wrong_relationships %]
  • [% rel.0 | html %]
  • [% END %]

If the relationship is one you want, please add it to the 'borrowerRelationship' system preference, otherwise have your system's administrator correct the values in [% "borrowers.relationship" | $HtmlTags tag="strong" %] and/or [% "borrower_relationships.relationship" | $HtmlTags tag="strong" %] in the database.

[% END %] [% END %] [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || oauth2_missing_deps || bad_yaml_prefs || warnIssuingRules %]

Warnings regarding the system configuration

[% IF (warnPrefBiblioAddsAuthorities) %] [% END %] [% IF (warnPrefEasyAnalyticalRecords) %] [% END %] [% IF warnPrefAnonymousPatron %] [% END %] [% IF warnPrefAnonymousPatron_PatronDoesNotExist %] [% END %] [% IF warnNoActiveCurrency %] [% END %] [% IF warnStatisticsFieldsError %] [% END %] [% IF QueryParserError %] [% END %] [% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %] [% END %] [% IF AutoSelfCheckPatronHasTooManyPerm %] [% END %] [% IF warnNoTemplateCaching %] [% END %] [% IF warnILLConfiguration %] [% IF no_ill_backends %] [% END %] [% IF ill_partner_code_not_defined %] [%END %] [% IF ill_branch_not_defined %] [%END %] [% IF ill_partner_code_doesnt_exist %] [% END %] [% END %] [% IF oauth2_missing_deps %] [% END %] [% IF bad_yaml_prefs %] [% END %]
Preferences and parameters
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 | html %]
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 | html %]. [% ELSE %] The following configuration file was used without success: [% QueryParserError.file | html %]. [% 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 no 'branch' block is defined in koha-conf.xml. You must define this block before use.
Warning The ILL module is enabled, but the configured 'partner_code' ([% ill_partner_code_doesnt_exist | html %]) is not defined on the system.
Warning System preference 'RESTOAuth2ClientCredentials' is set, but the required Net::OAuth2::AuthorizationServer dependency is missing. The feature is disabled.
Warning Some system preferences have badly formatted YAML content: [% bad_yaml_prefs.join(', ') | html %]
[% END %] [% IF xml_config_warnings.size %] [% FOREACH config_entry IN xml_config_warnings %] [% IF config_entry.error == 'zebra_bib_index_mode_is_grs1' %] [% ELSIF config_entry.error == 'zebra_auth_index_mode_is_grs1' %] [% ELSIF config_entry.error == 'queryparser_entry_missing' %] [% ELSIF config_entry.error == 'use_zebra_facets_entry_missing' %] [% ELSIF config_entry.error == 'log4perl_entry_missing' %] [% ELSIF config_entry.error == 'uploadpath_entry_missing' %] [% ELSIF config_entry.error == 'uploadpath_and_opacbaseurl_entry_missing' %] [% ELSIF config_entry.error == 'tmp_path_missing' %] [% END %] [% END %]
XML configuration file
Warning The <zebra_bib_index_mode> entry set to 'grs1', which is no longer supported. Please use DOM instead. To switch follow this page of wiki: Switching to dom indexing
Warning The <zebra_auth_index_mode> entry set to 'grs1', which is no longer supported. Please use DOM instead. To switch follow this page of wiki: Switching to dom indexing
Warning You have set UseQueryParser but the 'queryparser_config' entry is missing in your configuration file. [% config_entry.file | html %] 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 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.
Warning You are missing the <tmp_path> entry in your koha-conf.xml file. Please add it, pointing to the configured temporary directory for your Koha instance. The effective temporary directory is '[% config_entry.effective_tmp_dir | html %]'.
[% END %] [% IF warnIssuingRules %] [% FOREACH unit IN ir_units %] [% END %]
Issuing rules
Warning The [% unit.branchcode | html %], [% unit.categorycode | html %], [% unit.itemtype | html %] issuingrule will fallback to 'days' for 'lengthunit' as it is incorrectly defined as [% unit.lengthunit | html %].
[% END %] [% ELSE %]

No warnings.

[% END %]

Special thanks to the following organizations

Koha release teams

[% IF maintenance_team %]

Koha [% short_version | html %] release team

[% IF development_version %]

You are running a development version of Koha

[% ELSE %] [% INCLUDE team t=release_team v='release' %] [% END %]

Current maintenance team

[% INCLUDE team t=maintenance_team v=short_version %]
[% ELSE %]
Could not read the teams.yaml file. Please make sure <docdir> is correctly defined in koha-conf.xml.
[% END %]

Koha development team

[% IF contributors.size %]
    [% FOREACH contributor IN contributors %]
  • [% INCLUDE person p=contributor %][% INCLUDE contributions p=contributor %]
  • [% END %]
[% ELSE %]
Could not read the contributors.yaml file. Please make sure <docdir> is correctly defined in koha-conf.xml.
[% END %]

Contributing companies and institutions

  • Allen Ginsberg Library, USA
  • Alingsås Public Library, Sweden
  • American Numismatic Society, USA
  • Arcadia Public Library, USA
  • Athens County Public Libraries, USA
  • BdP de la Meuse, France
  • BibLibre, France
  • Bibliotheksservice-Zentrum Baden-Württemberg (BSZ), Germany
  • Briar Cliff University, USA
  • Brooklyn Law School Library, USA
  • Bibliothèque universitaire des langues et civilisations (BULAC), France
  • ByWater Solutions, USA
  • California College of the Arts, USA
  • Camden County, USA
  • Carnegie Stout Library, USA
  • Calyx, Australia
  • Catalyst IT, New Zealand
  • Central Kansas Library System (CKLS), USA
  • Centre collégial des services regroupés (CCSR), Canada
  • Cheshire Libraries, United Kingdom
  • Coeur d'Alene Public Library, USA
  • Corpus Christi Public Libraries, USA
  • C & P Bibliography Services, USA
  • Do Space, USA
  • DoverNet, USA
  • doXulting
  • Escuela de Orientacion Lacaniana, Argentina
  • Farmington Public Library, USA
  • FIT
  • Foundations Bible College & Seminary, USA
  • Goethe-Institut, Germany
  • Gothenburg University Library, Sweden
  • Halland County Library, Sweden
  • Harrison Carmel Public Library, USA
  • Hauraki District Libraries, New Zealand
  • Hochschule für Gesundheit (hsg), Germany
  • Hotchkiss School, USA
  • Katipo Communications, New Zealand
  • KEEP SOLUTIONS, Portugal
  • KohaAloha, New Zealand
  • LibLime, USA
  • Library of the Józef Piłsudski Institute of America, USA
  • Libriotech, Norway
  • Los Gatos Public Library, USA
  • MassCat, USA
  • Middletown Township Public Library, USA
  • New Zealand Central Agencies Library, New Zealand
  • New Zealand Ministry of Education Library, New Zealand
  • North Central Regional Library (NCRL), USA
  • Northeast Kansas Library System (NEKLS), USA
  • OPUS
  • Orex Digital, Spain
  • Oslo Public Library, Norway
  • Plano Independent School, USA
  • Prosentient Systems, Australia
  • PTFS, Maryland, USA
  • PTFS Europe Ltd, United Kingdom
  • Rijksmuseum, Amsterdam, The Netherlands
  • Rolling Hills Consolidated Libraries, USA
  • Round Rock Public Library, USA
  • SAN-Ouest Provence, France
  • software.coop, United Kingdom
  • South-East Kansas Library System (SEKLS), USA
  • Stockholm University Library, Sweden
  • SWITCH Library Consortium, USA
  • Talking Tech, Global
  • Tamil, France
  • Tulong Aklatan, Philippines
  • Universidad de El Salvador, El Salvador
  • Universidad Empresarial Siglo 21, Argentina
  • Universidad Nacional de Córdoba, Argentina
  • Universidad ORT Uruguay
  • Université d'Aix-Marseille, France
  • Université de Lyon 3, France
  • Université de Rennes 2, France
  • Université de St Etienne, France
  • University of the Arts London, United Kingdom
  • Vaara-kirjastot, Finland
  • Vanier College, Canada
  • Ville de Victoriaville, Canada
  • Vermont Organization of Koha Automated Libraries (VOKAL), USA
  • Washoe County Library System, USA
  • 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

Koha is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

jQuery and jQueryUI

jQuery and jQueryUI are licensed under the MIT license

Bootstrap

Bootstrap code and Glyphicons Free licensed under the MIT license.

YUI

BSD License

Famfamfam iconset

The Bridge Material Type Icon Set

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 ; Interlibrary loan ("exchange") symbol by Iconstock.

jQuery Bar Rating Plugin

jQuery Bar Rating Plugin v1.22 by Antenna.io is licensed under the MIT License.

Copyright © 2012-2016 Kazik Pietruszewski

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 v5.0.16 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.

D3.js

D3.js v3.5.17 is a JavaScript library for manipulating documents based on data. It is under the BSD 3-clause Licence

C3.js

C3.js v0.4.11 is a D3-based reusable chart library under the MIT licence

Font Face Observer

Font Face Observer is a JavaScript library by Bram Stein licensed under the BSD License.

Noto fonts

Noto by Google is a family of fonts licensed under the SIL Open Font License (OFL) v1.1.

HC Sticky

HC Sticky by Some Web Media is a JavaScript library that makes any element on your page visible while you scroll, licensed under the MIT license.

kjua

kjua by Lars Jung is a JavaScript library that generates QR codes, licensed under the MIT license.

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- ]) Koha Hellenic Users' Group (Georgia Katsarou, Dimitris Antonakis, Eugenios Papadopoulos), Theodoros Theodoropoulos, 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 %] [% FOREACH tabl IN table2 %] [% FOREACH ro IN tabl.row2 %] [% END %] [% END %]
Date Description
[% ro.date | html %] [% ro.desc | html %]
[% ELSE %]
Could not read the history.txt file. Please make sure <docdir> is correctly defined in koha-conf.xml.
[% END %]
[% MACRO jsinclude BLOCK %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]