From c9c6bbdea89e60dc6dc5019cdca512ba8eba4a38 Mon Sep 17 00:00:00 2001
From: Marc Balmer
* This property can also be set to an object literal containing configuration properties for the CalendarNavigator UI.
- * The configuration object expects the the following case-sensitive properties, with the "strings" property being a nested object.
+ * The configuration object expects the following case-sensitive properties, with the "strings" property being a nested object.
* Any properties which are not provided will use the default values (defined in the CalendarNavigator class).
*
diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/calendar/calendar.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/calendar/calendar.js
index d6e20162d7..e52f2af30d 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/calendar/calendar.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/calendar/calendar.js
@@ -2436,7 +2436,7 @@ Calendar.prototype = {
*
* This property can also be set to an object literal containing configuration properties for the CalendarNavigator UI. - * The configuration object expects the the following case-sensitive properties, with the "strings" property being a nested object. + * The configuration object expects the following case-sensitive properties, with the "strings" property being a nested object. * Any properties which are not provided will use the default values (defined in the CalendarNavigator class). *
*See the full documentation for the the Managing Staged MARC Records in the manual (online).
+See the full documentation for the Managing Staged MARC Records in the manual (online).
[% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/overduerules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/overduerules.tt index 65e5a85fbf..a1cb85bcb4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/overduerules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/overduerules.tt @@ -41,7 +41,7 @@Sincerely, Library Staff
-See the full documentation for the the Overdue Notice/Status Triggers in the manual (online).
+See the full documentation for the Overdue Notice/Status Triggers in the manual (online).
[% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt index a1e70de6e5..e81d72d85a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt @@ -20,6 +20,6 @@Important: There is a limit of 520K on the size of the picture uploaded and it is recommended that the image be 200x300 pixels, but smaller images will work as well.
-See the full documentation for the the Patron Image Uploader in the manual (online).
+See the full documentation for the Patron Image Uploader in the manual (online).
-[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file +[% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/scheduler.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/scheduler.tt index 55537b49fd..4626c213bf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/scheduler.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/scheduler.tt @@ -23,6 +23,6 @@Task scheduler will not work if the user the web server runs as doesn't have the permission to use it. To find out if the right user has the permissions necessary, check /etc/at.allow to see what users are in it. If you don't have that file, check etc/at.deny. If at.deny exists but is blank, then every user can use it. Talk to your system admin about adding the user to the right place to make the task scheduler work.
-See the full documentation for the the Task Scheduler in the manual (online).
+See the full documentation for the Task Scheduler in the manual (online).
-[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file +[% INCLUDE 'help-bottom.inc' %] diff --git a/kohaversion.pl b/kohaversion.pl index 0c601951d2..3d1657386d 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -6,7 +6,7 @@ the kohaversion is divided in 4 parts : - #1 : the major number. 3 atm - - #2 : the functionnal release. 00 atm + - #2 : the functional release. 00 atm - #3 : the subnumber, moves only on a public release - #4 : the developer version. The 4th number is the database subversion. used by developers when the database changes. updatedatabase take care of the changes itself diff --git a/misc/migration_tools/build6xx.pl b/misc/migration_tools/build6xx.pl index 5c02f12f3f..2c4bf2b0d6 100755 --- a/misc/migration_tools/build6xx.pl +++ b/misc/migration_tools/build6xx.pl @@ -234,7 +234,7 @@ while (my ($bibid) = $sth->fetchrow) { } } if ($#x >4) { - # too many $x, not handled, warn the developper that tries to migrate + # too many $x, not handled, warn the developer that tries to migrate print "warning there is ".$#x.'$x values'; } } diff --git a/misc/release_notes/release_notes_200RC2.txt b/misc/release_notes/release_notes_200RC2.txt index 21fc394d54..aa6248e3c9 100644 --- a/misc/release_notes/release_notes_200RC2.txt +++ b/misc/release_notes/release_notes_200RC2.txt @@ -6,7 +6,7 @@ If you want to adopt Koha, please do, but you're warned that this release candid If you test it and let us know about any we haven't seen yet, it will help us to fix them. The 2.0.x series version is "feature freezed". Only bugs or minor changes will be made in this branch. -The koha team is already working on the 2.2.x version. In CVS (HEAD branch), developpers can already get 1st draft of a working z3950 server. +The koha team is already working on the 2.2.x version. In CVS (HEAD branch), developers can already get 1st draft of a working z3950 server. INSTALLATION diff --git a/misc/release_notes/release_notes_200RC3.txt b/misc/release_notes/release_notes_200RC3.txt index 05605979b8..89c7387656 100644 --- a/misc/release_notes/release_notes_200RC3.txt +++ b/misc/release_notes/release_notes_200RC3.txt @@ -6,7 +6,7 @@ If you want to adopt Koha, please do, but you're warned that this release candid If you test it and let us know about any we haven't seen yet, it will help us to fix them. The 2.0.x series version is "feature freezed". Only bugs or minor changes will be made in this branch. -The koha team is already working on the 2.2.x version. In CVS (HEAD branch), developpers can already get 1st draft of a working z3950 server. +The koha team is already working on the 2.2.x version. In CVS (HEAD branch), developers can already get 1st draft of a working z3950 server. INSTALLATION diff --git a/misc/release_notes/release_notes_210.txt b/misc/release_notes/release_notes_210.txt index f810421713..361023606d 100644 --- a/misc/release_notes/release_notes_210.txt +++ b/misc/release_notes/release_notes_210.txt @@ -48,7 +48,7 @@ WHAT'S NEW 1 Auto installer **************** If you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. -A very usefull feature for developpers that want to install/uninstall Koha quite often. +A very usefull feature for developers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file. 2 Uninstaller @@ -102,7 +102,7 @@ Circulation has been heavily rewritten... You can define rules like : "up to 2 CDROM, up to 10 books, max 10 items". * circulation works now like this (internally) : - get borrower cardnumber & item number -- check "can book be issued". This sub (canbookbeissued) checks everything. For each problem, 2 arrays can be set up : MUSTCONFIRM and IMPOSSIBLE. MUSTCONFIRM entries needs a librarian confirmation before effective issuing. IMPOSSIBLE entries makes the issue impossible. It's now very easy to alter issuing rules for a given library (with a developper), as every test is heavily documented & in a single sub. +- check "can book be issued". This sub (canbookbeissued) checks everything. For each problem, 2 arrays can be set up : MUSTCONFIRM and IMPOSSIBLE. MUSTCONFIRM entries needs a librarian confirmation before effective issuing. IMPOSSIBLE entries makes the issue impossible. It's now very easy to alter issuing rules for a given library (with a developer), as every test is heavily documented & in a single sub. - if >=1 IMPOSSIBLE entry : issuing is impossible, show why. - if >=1 MUSTCONFIRM : show problems, and ask for confirmation. - if both are empty : issue. @@ -139,7 +139,7 @@ Should be used for MARC21 with some work. We need volunteers here. ============== HELP NEEDED ============== -We alway accept new developpers wanting to code or test features of the Roadmap. +We alway accept new developers wanting to code or test features of the Roadmap. We still can accept features not in the RoadMap if : - strongly supported/coded by someone. - compatible with other features. @@ -167,4 +167,4 @@ Frameworks have to be defined to be choosable at installation stage. The idea be Same as for MARC21 frameworks. Except we don't have authority structure for MARC21 (we have for UNIMARC in french, thanks to ENSMP) * provide ISBD for MARC21 -(ISBD for UNIMARC is being done, thanks to doXulting) \ No newline at end of file +(ISBD for UNIMARC is being done, thanks to doXulting) diff --git a/misc/release_notes/release_notes_211.txt b/misc/release_notes/release_notes_211.txt index 2d68bcf0e6..20b996b3d8 100644 --- a/misc/release_notes/release_notes_211.txt +++ b/misc/release_notes/release_notes_211.txt @@ -61,4 +61,4 @@ The next release will probably be 2.2RC1. It should contains : * bugfixes. * some new code for a better LDAP handling (automatic creation of the borrower if it does not exist, getting informations from LDAP directory) -* a barcode generator ! it's a new feature that should be commited by a new developper coming from south america (argentina). I've seen the code, it's clean & nice. Just a new dependencay, for PDF generating. Should be non mandatory for ppl that don't want to print barcodes. +* a barcode generator ! it's a new feature that should be commited by a new developer coming from south america (argentina). I've seen the code, it's clean & nice. Just a new dependencay, for PDF generating. Should be non mandatory for ppl that don't want to print barcodes. diff --git a/misc/release_notes/release_notes_220.txt b/misc/release_notes/release_notes_220.txt index 3b954803fa..5677f2dfd0 100644 --- a/misc/release_notes/release_notes_220.txt +++ b/misc/release_notes/release_notes_220.txt @@ -4,7 +4,7 @@ RELEASE NOTES Koha is the 1st Open-Source Integrated Library System. Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system. -Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators). +Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators). With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items). @@ -196,7 +196,7 @@ General : * (almost) complete rewrite of librarian GUI : now Koha uses CSS, and is easier to use. However, users of Koha 2.0.0 won't be lost, as the general organisation of the product has not changed. * Online Help : an online help is available everywhere in the librarian interface. It's complete in the parameters section of Koha and for new features. It will be completed for the rest of the product. * Better LDAP suport : Koha 2.2 can be "connected" to a LDAP server and get all borrower informations from there (including borrower category where applicable). However, to avoid problems for libraries without LDAP server, the LDAP features have been stored in modules/C4/Auth_with_ldap.pm file. The standard Auth.pm don't use it. If you want LDAP, just perldoc Auth_with_ldap.pm and manually tune your Auth package ! -* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developpers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file. +* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file. * Uninstaller : run misc/uninstall.pl, provide the mysql root password. that's all. Koha is completely deleted and can be reinstalled. With the previous feature, it's a very nice solution for test platform. * mod_perl : Koha should now work under mod_perl, that gives a big performance boost (Release Manager don't use mod_perl. fixes comes from A. Tarallo, Argentina, that ensure Koha works fine with mod_perl with the patches applied) * Nelsonville have shared their templates. They are available as NPL theme. diff --git a/misc/release_notes/release_notes_221.txt b/misc/release_notes/release_notes_221.txt index 06ceb19bab..24afbb70f4 100644 --- a/misc/release_notes/release_notes_221.txt +++ b/misc/release_notes/release_notes_221.txt @@ -4,7 +4,7 @@ RELEASE NOTES Koha is the 1st Open-Source Integrated Library System. Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system. -Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators). +Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators). With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items). @@ -215,7 +215,7 @@ General : * (almost) complete rewrite of librarian GUI : now Koha uses CSS, and is easier to use. However, users of Koha 2.0.0 won't be lost, as the general organisation of the product has not changed. * Online Help : an online help is available everywhere in the librarian interface. It's complete in the parameters section of Koha and for new features. It will be completed for the rest of the product. * Better LDAP suport : Koha 2.2 can be "connected" to a LDAP server and get all borrower informations from there (including borrower category where applicable). However, to avoid problems for libraries without LDAP server, the LDAP features have been stored in modules/C4/Auth_with_ldap.pm file. The standard Auth.pm don't use it. If you want LDAP, just perldoc Auth_with_ldap.pm and manually tune your Auth package ! -* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developpers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file. +* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file. * Uninstaller : run misc/uninstall.pl, provide the mysql root password. that's all. Koha is completely deleted and can be reinstalled. With the previous feature, it's a very nice solution for test platform. * mod_perl : Koha should now work under mod_perl, that gives a big performance boost (Release Manager don't use mod_perl. fixes comes from A. Tarallo, Argentina, that ensure Koha works fine with mod_perl with the patches applied) * Nelsonville have shared their templates. They are available as NPL theme. diff --git a/misc/release_notes/release_notes_222.txt b/misc/release_notes/release_notes_222.txt index 052238994e..6b11e75707 100644 --- a/misc/release_notes/release_notes_222.txt +++ b/misc/release_notes/release_notes_222.txt @@ -4,7 +4,7 @@ RELEASE NOTES Koha is the 1st Open-Source Integrated Library System. Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system. -Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators). +Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators). With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items). @@ -361,7 +361,7 @@ General : * (almost) complete rewrite of librarian GUI : now Koha uses CSS, and is easier to use. However, users of Koha 2.0.0 won't be lost, as the general organisation of the product has not changed. * Online Help : an online help is available everywhere in the librarian interface. It's complete in the parameters section of Koha and for new features. It will be completed for the rest of the product. * Better LDAP suport : Koha 2.2 can be "connected" to a LDAP server and get all borrower informations from there (including borrower category where applicable). However, to avoid problems for libraries without LDAP server, the LDAP features have been stored in modules/C4/Auth_with_ldap.pm file. The standard Auth.pm don't use it. If you want LDAP, just perldoc Auth_with_ldap.pm and manually tune your Auth package ! -* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developpers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file. +* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file. * Uninstaller : run misc/uninstall.pl, provide the mysql root password. that's all. Koha is completely deleted and can be reinstalled. With the previous feature, it's a very nice solution for test platform. * mod_perl : Koha should now work under mod_perl, that gives a big performance boost (Release Manager don't use mod_perl. fixes comes from A. Tarallo, Argentina, that ensure Koha works fine with mod_perl with the patches applied) * Nelsonville have shared their templates. They are available as NPL theme. diff --git a/misc/release_notes/release_notes_223.txt b/misc/release_notes/release_notes_223.txt index 6eb7311e56..5ecc63e58f 100644 --- a/misc/release_notes/release_notes_223.txt +++ b/misc/release_notes/release_notes_223.txt @@ -4,7 +4,7 @@ RELEASE NOTES Koha is the 1st Open-Source Integrated Library System. Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system. -Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators). +Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators). With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items). @@ -408,7 +408,7 @@ General : * (almost) complete rewrite of librarian GUI : now Koha uses CSS, and is easier to use. However, users of Koha 2.0.0 won't be lost, as the general organisation of the product has not changed. * Online Help : an online help is available everywhere in the librarian interface. It's complete in the parameters section of Koha and for new features. It will be completed for the rest of the product. * Better LDAP suport : Koha 2.2 can be "connected" to a LDAP server and get all borrower informations from there (including borrower category where applicable). However, to avoid problems for libraries without LDAP server, the LDAP features have been stored in modules/C4/Auth_with_ldap.pm file. The standard Auth.pm don't use it. If you want LDAP, just perldoc Auth_with_ldap.pm and manually tune your Auth package ! -* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developpers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file. +* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file. * Uninstaller : run misc/uninstall.pl, provide the mysql root password. that's all. Koha is completely deleted and can be reinstalled. With the previous feature, it's a very nice solution for test platform. * mod_perl : Koha should now work under mod_perl, that gives a big performance boost (Release Manager don't use mod_perl. fixes comes from A. Tarallo, Argentina, that ensure Koha works fine with mod_perl with the patches applied) * Nelsonville have shared their templates. They are available as NPL theme. diff --git a/misc/release_notes/release_notes_22RC1.txt b/misc/release_notes/release_notes_22RC1.txt index 2b6cc5f93a..bdbfa15c8a 100644 --- a/misc/release_notes/release_notes_22RC1.txt +++ b/misc/release_notes/release_notes_22RC1.txt @@ -5,7 +5,7 @@ Welcome to the 1st Release Candidate of the 2.2 version of Koha. Koha is the 1st Open-Source Integrated Library System. Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system. -Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators !). +Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators !). With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items). diff --git a/misc/release_notes/release_notes_22RC2.txt b/misc/release_notes/release_notes_22RC2.txt index 162630a143..8484c5c554 100644 --- a/misc/release_notes/release_notes_22RC2.txt +++ b/misc/release_notes/release_notes_22RC2.txt @@ -4,7 +4,7 @@ RELEASE NOTES Koha is the 1st Open-Source Integrated Library System. Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system. -Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators !). +Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators !). With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items). diff --git a/misc/release_notes/release_notes_22RC3.txt b/misc/release_notes/release_notes_22RC3.txt index 2c9aa0832d..4121fb1493 100644 --- a/misc/release_notes/release_notes_22RC3.txt +++ b/misc/release_notes/release_notes_22RC3.txt @@ -4,7 +4,7 @@ RELEASE NOTES Koha is the 1st Open-Source Integrated Library System. Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system. -Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators !). +Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators !). With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items). diff --git a/misc/release_notes/release_notes_22RC4.txt b/misc/release_notes/release_notes_22RC4.txt index 36086973e8..7db76654e6 100644 --- a/misc/release_notes/release_notes_22RC4.txt +++ b/misc/release_notes/release_notes_22RC4.txt @@ -4,7 +4,7 @@ RELEASE NOTES Koha is the 1st Open-Source Integrated Library System. Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system. -Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators). +Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators). With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items). diff --git a/misc/release_notes/release_notes_22RC5.txt b/misc/release_notes/release_notes_22RC5.txt index 6f5009df88..8a6ac1efb1 100644 --- a/misc/release_notes/release_notes_22RC5.txt +++ b/misc/release_notes/release_notes_22RC5.txt @@ -4,7 +4,7 @@ RELEASE NOTES Koha is the 1st Open-Source Integrated Library System. Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system. -Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators). +Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators). With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items). -- 2.39.5