Bug 25807: Add Template 3.008 to the exclude list
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / modules / about.tt
index 83e857e..7448d40 100644 (file)
@@ -8,6 +8,7 @@
 </head>
 <body id="about_about" class="about">
 [% INCLUDE 'header.inc' %]
+[% PROCESS 'about-team.inc' %]
 
 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; About Koha</div>
 
                         [% CASE # nowhere %]
                             <span class="status_warn">Nowhere</span> 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' %]
+                  [% IF effective_caching_method != 'Cache::Memcached::Fast::Safe' %]
                     | Effective caching method: [% effective_caching_method | html %]
                   [% END %]
                 </td>
             [% END %]
             <tr>
               <th scope="row">Date and time: </th>
-              <td>[% current_date_and_time | $KohaDates with_hours => 1 | html %]</td>
+              <td>[% current_date_and_time | $KohaDates  with_hours => 1 %]</td>
             </tr>
             <tr>
               [% timezone_config_class = (time_zone.config_invalid) ? 'status_warn' : '' %]
                     [% END %]
                     [% END %]
                     [% IF ( ro.name ) %]
-                    [% ro.name | html %] <span style="font-weight:normal; font-size:smaller"> ([% ro.reqversion | html %])</span>
+                    [% ro.name | html %] <span style="font-weight:normal; font-size:smaller"> ([% ro.reqversion | html %][% IF ro.maxversion %] - [% ro.maxversion | html %][% END %][% IF ro.excversion %][% FOR v IN ro.excversion %], ![% v | html %][% END %][% END %])</span>
                     [% END %]
                     </th>
                     [% IF ( ro.name == '' ) %]
         </div>
 
         <div id="sysinfo">
-    [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps %]
+    [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatronOPACPrivacy || warnPrefAnonymousPatronAnonSuggestions || warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || warnNoActiveCurrency || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps || bad_yaml_prefs || warnRelationships || log4perl_errors %]
         [% IF (warnIsRootUser) %]
             <h2>Warning regarding current user</h2>
             <p>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.</p>
             [% END %]
             [% IF ai_holds %]
                 <h4>Holds</h4>
-                <p>The following ids exist in both tables [% "holds" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:</p>
+                <p>The following ids exist in both tables [% "reserves" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:</p>
                 <p>[% FOR h IN ai_holds %][% h.reserve_id | html %][% UNLESS loop.last %], [% END %][% END %]</p>
             [% END %]
             <br/>
         [% END %]
 
-        [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || oauth2_missing_deps %]
+        [% IF warnRelationships %]
+            <h2>Patron relationship problems</h2>
+            [% IF bad_relationships_count %]
+                <p>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.</p>
+            [% END %]
+
+            [% IF wrong_relationships %]
+                <p>The following values have been used for guarantee/guarantor relationships, but do not exist in the 'borrowerRelationship' system preference:</p>
+                <ul>
+                    [% FOR rel IN wrong_relationships %]
+                        <li>[% rel.0 | html %]</li>
+                    [% END %]
+                </ul>
+                <p>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.</p>
+            [% END %]
+        [% END %]
+
+        [% IF log4perl_errors %]
+            <h2>Logging system does not behave correctly</h2>
+            [% FOR e IN log4perl_errors %]
+                [% SWITCH e %]
+                    [% CASE 'missing_config_entry' %]There is no 'log4perl_conf' entry in the config file.
+                    [% CASE 'cannot_read_config_file' %]The log4perl config file cannot be opened.
+                    [% CASE 'logfile_not_writable' %]One of the logfiles listed in the config file is not writable.
+                    [% CASE 'cannot_init_module' %]The Koha::Logger module cannot be initiated correctly (check the log file).
+                    [% CASE %]Unknown error "[% e | html %]"
+                [% END %]
+            [% END %]
+        [% END %]
+
+        [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatronOPACPrivacy || warnPrefAnonymousPatronAnonSuggestions || warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || warnNoActiveCurrency || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || oauth2_missing_deps || bad_yaml_prefs || warnIssuingRules %]
             <h2>Warnings regarding the system configuration</h2>
             <table>
                 <caption>Preferences and parameters</caption>
                 [% IF (warnPrefEasyAnalyticalRecords) %]
                 <tr><th scope="row"><b>Warning</b> </th><td>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.</td></tr>
                 [% END %]
-                [% IF warnPrefAnonymousPatron %]
+                [% IF warnPrefAnonymousPatronOPACPrivacy %]
                     <tr><th scope="row"><b>Warning</b> </th><td>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.</td></tr>
                 [% END %]
-                [% IF warnPrefAnonymousPatron_PatronDoesNotExist %]
+                [% IF warnPrefAnonymousPatronAnonSuggestions %]
+                    <tr><th scope="row"><b>Warning</b> </th><td>System preference 'AnonSuggestions' set, but AnonymousPatron preference is set to '0'. Set it to a valid borrower number if you want that this feature works correctly.</td></tr>
+                [% END %]
+                [% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist %]
                     <tr><th scope="row"><b>Warning</b> </th><td>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.</td></tr>
                 [% END %]
+                [% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist %]
+                    <tr><th scope="row"><b>Warning</b> </th><td>System preference 'AnonSuggestions' set, but AnonymousPatron preference is not set correctly. Set it to a valid borrower number if you want that this feature works correctly.</td></tr>
+                [% END %]
                 [% IF warnNoActiveCurrency %]
                     <tr><th scope="row"><b>Warning</b> </th><td>No active currency is defined. Please go to <a href="/cgi-bin/koha/admin/currency.pl">Administration &gt; Currencies and exchange rates</a> and mark one currency as active.</td></tr>
                 [% END %]
                 [% IF warnStatisticsFieldsError %]
                     <tr><th scope="row"><b>Warning</b> </th><td>System preference 'StatisticsFields' contains field names not belonging to the items database table: [% warnStatisticsFieldsError | html %] </td></tr>
                 [% END %]
-                [% IF QueryParserError %]
-                    <tr><th scope="row"><b>Warning</b> </th><td>
-                        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 %]
-                        </td>
-                    </tr>
-                [% END %]
                 [% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %]
                     <tr><th scope="row"><b>Warning</b> </th><td>
                     The patron used for the self checkout module at the OPAC does not have the self_check => self_checkout_module permission.
                     The ILL module is enabled, but no 'partner_code' defined in koha-conf.xml. Falling back to the hardcoded 'ILLLIBS'.
                     </td></tr>
                   [%END %]
+                  [% IF ill_branch_not_defined %]
+                    <tr><th scope="row"><b>Warning</b> </th><td>
+                    The ILL module is enabled, but no 'branch' block is defined in koha-conf.xml. You must define this block before use.
+                    </td></tr>
+                  [%END %]
                   [% IF ill_partner_code_doesnt_exist %]
                     <tr><th scope="row"><b>Warning</b> </th><td>
                     The ILL module is enabled, but the configured 'partner_code' ([% ill_partner_code_doesnt_exist | html %]) is not defined on the system.
                     System preference 'RESTOAuth2ClientCredentials' is set, but the required Net::OAuth2::AuthorizationServer dependency is missing. The feature is disabled.
                     </td></tr>
                 [% END %]
+                [% IF bad_yaml_prefs %]
+                    <tr><th scope="row"><b>Warning</b> </th><td>
+                    Some system preferences have badly formatted YAML content: [% bad_yaml_prefs.join(', ') | html %]
+                    </td></tr>
+                [% END %]
             </table>
         [% END %]
 
                         <a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a>
                     </td>
                 </tr>
-                [% ELSIF config_entry.error == 'queryparser_entry_missing' %]
-                <tr>
-                    <th scope="row"><b>Warning</b></th>
-                    <td>You have set UseQueryParser but the 'queryparser_config' entry is missing in your configuration
-                        file. [% config_entry.file | html %] is used as a fallback.
-                    </td>
-                </tr>
                 [% ELSIF config_entry.error == 'use_zebra_facets_entry_missing' %]
                 <tr>
                     <th scope="row"><b>Warning</b></th>
                         add it, pointing to the log4perl.conf file for your Koha instance.
                     </td>
                 </tr>
+                [% ELSIF config_entry.error == 'lockdir_entry_missing' %]
+                <tr>
+                    <th scope="row"><b>Warning</b></th>
+                    <td>You are missing the &lt;lockdir&gt; entry in your koha-conf.xml file. Please
+                        add it, pointing to your Koha instance's lock dir.
+                    </td>
+                </tr>
+                [% ELSIF config_entry.error == 'lockdir_not_writable' %]
+                <tr>
+                    <th scope="row"><b>Warning</b></th>
+                    <td>The configured &lt;lockdir&gt; entry in your koha-conf.xml file points to a
+                        non-writable directory ([% config_entry.lockdir | html %]).
+                    </td>
+                </tr>
                 [% ELSIF config_entry.error == 'uploadpath_entry_missing' %]
                 <tr>
                     <th scope="row"><b>Warning</b></th>
             [% END %]
             </table>
         [% END %]
+
+        [% IF warnIssuingRules %]
+            <table>
+                <caption>Issuing rules</caption>
+                [% FOREACH unit IN ir_units %]
+                <tr>
+                    <th scope="row"><b>Warning</b></th>
+                    <td>The [% unit.branchcode || 'branchcode=default' | html %], [% unit.categorycode || 'categorycode=default' | html %], [% unit.itemtype || 'itemtype=default' | html %]
+                        issuingrule will fallback to 'days' for 'lengthunit' as it is incorrectly defined as
+                        [% unit.rule_value | html %].
+                    </td>
+                </tr>
+                [% END %]
+            </table>
+        [% END %]
+
     [% ELSE %]
         <p>No warnings.</p>
     [% END %]
                 <li><a href="http://www.ashs.school.nz/">Albany Senior High School</a>, Auckland, New Zealand (OPAC 'star-ratings' sponsorship)</li>
             </ul>
 
-            <h2>Koha 18.05 release team</h2>
-            <ul>
-                <li><strong>Release manager:</strong>
-                    <a href="https://www.openhub.net/p/koha/contributors/6618545125093">Jonathan Druart</a>
-                </li>
-                <li><strong>Release manager assistant:</strong>
-                    <a href="https://www.openhub.net/p/koha/contributors/6620692886191">Nick Clemens</a>
-                </li>
-                <li><strong>Documentation Team:</strong>
-                    <ul>
-                    <li>Lee Jamison</li>
-                    <li>David Nind</li>
-                    <li>Caroline Cyr La Rose</li>
-                    </ul>
-                </li>
-                <li><strong>Translation manager:</strong>
-                    <a href="https://www.openhub.net/p/koha/contributors/6618544839606">Bernardo González Kriegel</a></li>
-                <li><strong>Quality assurance manager:</strong>
-                    <a href="https://www.openhub.net/p/koha/contributors/6618544670742">Katrin Fischer</a>
-                </li>
-                <li><strong>Quality assurance team:</strong>
-                    <ul>
-                        <li><a href="https://www.openhub.net/p/koha/contributors/6618544730094">Tomás Cohen Arazi</a></li>
-                        <li>Alex Arnaud</li>
-                        <li><a href="https://www.openhub.net/p/koha/contributors/6620692886191">Nick Clemens</a></li>
-                        <li><a href="https://www.openhub.net/p/koha/contributors/6620692261494">Kyle Hall</a></li>
-                        <li><a href="https://www.openhub.net/p/koha/contributors/6620692419690">Julian Maurice</a></li>
-                        <li>Josef Moravec</li>
-                        <li><a href="https://www.openhub.net/p/koha/contributors/6618544727712">Marcel de Rooy</a></li>
-                    </ul>
-                </li>
-                <li><strong>Release maintainers:</strong>
-                    <ul>
-                        <li><a href="https://www.openhub.net/p/koha/contributors/6620692886191">Nick Clemens</a> (17.11)</li>
-                        <li><a href="https://www.openhub.net/p/koha/contributors/6620692831733">Fridolin Somers</a> (17.05)</li>
-                        <li><a href="https://www.openhub.net/p/koha/contributors/6618544609030">Chris Cormack</a> (16.11)</li>
-                    </ul>
-                </li>
-                <li><strong>Packaging manager:</strong>
-                    <a href="https://www.openhub.net/p/koha/contributors/6620692605913">Mirko Tietgen</a>
-                </li>
-                <li><strong>Jenkins maintainer:</strong>
-                    <a href="https://www.openhub.net/p/koha/contributors/6618544730094">Tomás Cohen Arazi</a>
-                </li>
-                <li><strong>Bug wranglers:</strong>
-                    <ul>
-                        <li>Alex Buckley</li>
-                        <li>Claire Gravely</li>
-                        <li>Jon Knight</li>
-                        <li><a href="https://www.openhub.net/p/koha/contributors/6618545408147">Marc Véron</a></li>
-                    </ul>
-                </li>
-            </ul>
+            <h2>Koha release teams</h2>
+            [% IF maintenance_team %]
+                <div class="row">
+                    <div class="col-md-6">
+                        <h3>Koha [% short_version | html %] release team</h3>
+                        [% IF development_version %]
+                            <p>You are running a development version of Koha</p>
+                        [% ELSE %]
+                            [% INCLUDE team t=release_team v='release' %]
+                        [% END %]
+                    </div>
+
+                    <div class="col-md-6">
+                        <h3>Current maintenance team</h3>
+                        [% INCLUDE team t=maintenance_team v=short_version %]
+                    </div>
+                </div>
+            [% ELSE %]
+                <div class="dialog alert">
+                    Could not read the teams.yaml file. Please make sure &lt;docdir&gt; is correctly defined in koha-conf.xml.
+                </div>
+            [% END %]
 
             <h2>Koha development team</h2>
-            <ul class="columns-4">
-                <li>Jacek Ablewicz</li>
-                <li>Md. Aftabuddin</li>
-                <li>Jon Aker</li>
-                <li>Chloe Alabaster</li>
-                <li>Edward Allen</li>
-                <li>Francisco M. Marzoa Alonso</li>
-                <li>Morgane Alonso</li>
-                <li>Joseph Alway</li>
-                <li>Cindy Murdock Ames</li>
-                <li>Aleisha Amohia</li>
-                <li>Roman Amor</li>
-                <li>Roch D'Amour</li>
-                <li>Richard Anderson</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6620692181851">Nahuel Angelinetti</a></li>
-                <li>Nuño López Ansótegui</li>
-                <li>Dimitris Antonakis</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618544730094">Tomás Cohen Arazi (3.18 - 3.22 Release Manager; 3.12 Release Maintainer; 16.05 - 17.11 QA Team Member)</a></li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6620692124662">Andrew Arensburger (the small and great C4::Context module)</a></li>
-                <li>Alex Arnaud</li>
-                <li>Cori Lynn Arnold</li>
-                <li>Petter Goksøyr Åsen</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618544614259">Joe Atzberger</a></li>
-                <li>Philippe Audet-Fortin</li>
-                <li>Héctor Eduardo Castro Avalos</li>
-                <li>Larry Baerveldt</li>
-                <li>Marc Balmer</li>
-                <li>Edmund Balnaves</li>
-                <li>Al Banks</li>
-                <li>Daniel Banzli</li>
-                <li>Stefano Bargioni</li>
-                <li>Daniel Barker</li>
-                <li>Greg Barniskis</li>
-                <li>Benedykt P. Barszcz (Polish for 2.0)</li>
-                <li>D Ruth Bavousett (3.12 Translation Manager)</li>
-                <li>Maxime Beaulieu</li>
-                <li>Zoe Bennett</li>
-                <li>Natalie Bennison</li>
-                <li>John Beppu</li>
-                <li>Pablo Bianchi</li>
-                <li>Chad Billman</li>
-                <li>David Birmingham</li>
-                <li>Florian Bischof</li>
-                <li>Oliver Bock</li>
-                <li>Gaetan Boisson</li>
-                <li>David Bourgault</li>
-                <li>Rebecca Blundell</li>
-                <li>Danny Bouman</li>
-                <li>Christopher Brannon (3.20 QA Team Member)</li>
-                <li>Stan Brinkerhoff</li>
-                <li>Isaac Brodsky</li>
-                <li>Ivan Brown</li>
-                <li>Roger Buck</li>
-                <li>Alex Buckley</li>
-                <li>Michael Andrew Cabus</li>
-                <li>Steven Callender</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6620692376789">Jared Camins-Esakov (3.12 Release Manager; 3.6 Release Maintainer)</a></li>
-                <li>Colin Campbell (3.4 QA Manager)</li>
-                <li>Fernando Canizo</li>
-                <li>Barry Cannon</li>
-                <li>Frédérick Capovilla</li>
-                <li>DeAndre Carroll</li>
-                <li>Chris Catalfo (new plugin MARC editor)</li>
-                <li>Marc Chantreux</li>
-                <li>Jerome Charaoui</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618544614260">Galen Charlton (3.2, 3.14, and 3.16 Release Manager; 3.16 Release Maintainer; 3.18 QA Team Member; 16.05 Packaging Manager)</a></li>
-                <li>Francois Charbonnier</li>
-                <li>Evonne Cheung</li>
-                <li>Andrew Chilton</li>
-                <li>Pongtawat Chippimolchai</li>
-                <li>Barton Chittenden</li>
-                <li>Koha SAB CINECA</li>
-                <li>Nick Clemens (16.11 - 17.11 QA Team Member)</li>
-                <li>Garry Collum</li>
-                <li>David Cook</li>
-                <li>John Copeland</li>
-                <li>Charlotte Cordwell</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618544609030">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)</a></li>
-                <li>Jeremy Crabtree</li>
-                <li>Bonnie Crawford</li>
-                <li>Samuel Crosby</li>
-                <li>Christophe Croullebois</li>
-                <li>Olivier Crouzet</li>
-                <li>Nate Curulla</li>
-                <li>Vincent Danjean</li>
-                <li>Hugh Davenport</li>
-                <li>Elliott Davis (3.12 QA Team Member)</li>
-                <li>Doug Dearden</li>
-                <li>Kip DeGraaf</li>
-                <li>Stéphane Delaune</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6620692210484">Frédéric Demians (3.4 - 3.10 Translation Manager; 3.20, 16.05 Release Maintainer)</a></li>
-                <li>Connor Dewar</li>
-                <li>Srikanth Dhondi</li>
-                <li>Leire Diez</li>
-                <li>Yarik</li>
-                <li>Rocio Dressler</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618545125093">Jonathan Druart (3.8 - 17.05 QA Team Member; 17.11 Release Manager)</a></li>
-                <li>Serhij Dubyk</li>
-                <li>Yohann Dufour</li>
-                <li>Thomas Dukleth (MARC Frameworks Maintenance)</li>
-                <li>Frederic Durand</li>
-                <li>Sebastiaan Durand</li>
-                <li>Rachel Dustin</li>
-                <li>Ecole des Mines de Saint Etienne, Philippe Jaillon (OAI-PMH support)</li>
-                <li>Stephen Edwards</li>
-                <li>Dani Elder</li>
-                <li>Gus Ellerm</li>
-                <li>Andrew Elwell</li>
-                <li>Brian Engard</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618544646984">Nicole C. Engard (3.0 - 16.11 Documentation Manager)</a></li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618544677502">Magnus Enger</a></li>
-                <li>Esiee School (Jérome Vizcaino, Michel Lerenard, Pierre Cauchois)</li>
-                <li>Jason Etheridge</li>
-                <li>Shaun Evans</li>
-                <li>Pat Eyler (Kaitiaki from 2002 to 2004)</li>
-                <li>Charles Farmer</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618544609865">Antoine Farnault</a></li>
-                <li>Arslan Farooq</li>
-                <li>Vitor Fernandes</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618544609053">Joshua Ferraro (3.0 Release Manager and Translation Manager)</a></li>
-                <li>Julian Fiol</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618544670742">Katrin Fischer (3.12 - 16.11 QA Manager, 16.11 Release Maintainer, 17.11 Documentation Team Member)</a></li>
-                <li>Connor Fraser</li>
-                <li>Clay Fouts</li>
-                <li>Brendon Ford</li>
-                <li>Claudia Forsman</li>
-                <li>Jessica Freeman</li>
-                <li>Corey Fuimaono</li>
-                <li>Marco Gaiarin</li>
-                <li>Pierrick Le Gall</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618544661344">Brendan A. Gallagher (3.14 - 3.22 QA Team Member; 16.05 - 17.05 Release Manager; 17.11 QA Team Member)</a></li>
-                <li>Joachim Ganseman</li>
-                <li>Tumer Garip</li>
-                <li>Russel Garlick</li>
-                <li>Mark Gavillet</li>
-                <li>Daniel Kahn Gillmor</li>
-                <li>David Goldfein</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618544839606">Bernardo González Kriegel (3.14 - 17.11 Translation Manager; 3.10 Release Maintainer)</a></li>
-                <li>Caitlin Goodger</li>
-                <li>Isobel Graham</li>
-                <li>Claire Gravely</li>
-                <li>Briana Greally</li>
-                <li>Daniel Grobani</li>
-                <li>Victor Grousset</li>
-                <li>Isabel Grubi</li>
-                <li>David Gustafsson</li>
-                <li>Amit Gupta</li>
-                <li>Indranil Das Gupta (17.11 Documentation Team Member)</li>
-                <li>Michael Hafen</li>
-                <li>Margaret Hade</li>
-                <li>Christopher Hall (3.8 Release Maintainer)</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6620692261494">Kyle Hall (3.8 Release Maintainer; 3.14 - 17.11 QA Team Member; 16.11 - 17.05 Release Manager)</a></li>
-                <li>Sean Hamlin</li>
-                <li>Tim Hannah</li>
-                <li>Mike Hansen</li>
-                <li>Brian Harrington</li>
-                <li>Brandon Haveman</li>
-                <li>Rochelle Healy</li>
-                <li>Emma Heath</li>
-                <li>Friedrich zur Hellen</li>
-                <li>Kate Henderson</li>
-                <li>Michaes Herman</li>
-                <li>Claire Hernandez</li>
-                <li>Wolfgang Heymans</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618544614261">Ryan Higgins</a></li>
-                <li>Morag Hills</li>
-                <li>Sèbastien Hinderer</li>
-                <li>Kristina D.C. Hoeppner</li>
-                <li>Stefan Berndtsson</li>
-                <li>Stephanie Hogan</li>
-                <li>Karl Holten</li>
-                <li>Daniel Holth</li>
-                <li>Andrew Hooper</li>
-                <li>Luke Honiss</li>
-                <li>Alexandra Horsman</li>
-                <li>Tom Houlker</li>
-                <li>Matthew Hunt</li>
-                <li>Christopher Hyde</li>
-                <li>Andrew Isherwood</li>
-                <li>Rolando Isidoro</li>
-                <li>Te Rauhina Jackson</li>
-                <li>Cory Jaeger</li>
-                <li>Lee Jamison</li>
-                <li>Srdjan Jankovic</li>
-                <li>Philippe Jaillon</li>
-                <li><a href="https://www.openhub.net/accounts/kohaaloha">Mason James (3.10 - 3.14 QA Team Member, 3.16, 16.05 Release Maintainer)</a></li>
-                <li>Karen Jen</li>
-                <li>Mike Johnson</li>
-                <li>Donovan Jones</li>
-                <li>Andreas Jonsson</li>
-                <li>Bart Jorgensen</li>
-                <li>Janusz Kaczmarek</li>
-                <li>Koustubha Kale</li>
-                <li>Pasi Kallinen</li>
-                <li>Dimitris Kamenopoulos</li>
-                <li>Vassilis Kanellopoulos</li>
-                <li>Peter Crellan Kelly</li>
-                <li>Jorgia Kelsey</li>
-                <li>Olli-Antti Kivilahti</li>
-                <li>Attila Kinali</li>
-                <li>Chris Kirby</li>
-                <li>Ulrich Kleiber</li>
-                <li>Jon Knight</li>
-                <li>Rafal Kopaczka</li>
-                <li>Piotr Kowalski</li>
-                <li>David Kuhn</li>
-                <li>Joonas Kylmälä</li>
-                <li>Johan Larsson</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618544614275">Henri-Damien Laurent (3.0 Release Maintainer)</a></li>
-                <li>Arnaud Laurin</li>
-                <li>Nicolas Legrand</li>
-                <li>Sonia Lemaire</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618544609147">Owen Leonard (3.0+ Interface Design)</a></li>
-                <li>Ambrose Li (translation tool)</li>
-                <li>Gynn Lomax</li>
-                <li>Peter Lorimer</li>
-                <li>Robert Lyon (Corporate Serials)</li>
-                <li>Ere Maijala</li>
-                <li>Sherryn Mak</li>
-                <li>Merllisia Manueli</li>
-                <li>Florent Mara</li>
-                <li>Francois Marier</li>
-                <li>Patricio Marrone</li>
-                <li>Jose Martin</li>
-                <li>Alberto Martinez</li>
-                <li>Jesse Maseto</li>
-                <li>Frère Sébastien Marie</li>
-                <li>Ricardo Dias Marques</li>
-                <li>Julian Maurice (3.18, 17.05 - 17.11 QA Team Member; 3.22 Release Maintainer)</li>
-                <li>Remi Mayrand-Provencher</li>
-                <li>Brig C. McCoy</li>
-                <li>Grace McKenzie</li>
-                <li>Tim McMahon</li>
-                <li>Dorian Meid (German translation)</li>
-                <li>Meenakshi. R</li>
-                <li>Melia Meggs</li>
-                <li>Holger Meißner</li>
-                <li>Karl Menzies</li>
-                <li>Matthias Meusburger</li>
-                <li>Sophie Meynieux</li>
-                <li>Janet McGowan</li>
-                <li>Alan Millar</li>
-                <li>Jono Mingard</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618544607803">Andrew Moore</a></li>
-                <li>Francesca Moore</li>
-                <li>Josef Moravec</li>
-                <li>Sharon Moreland</li>
-                <li>Nicolas Morin</li>
-                <li>Mike Mylonas</li>
-                <li>Natasha ?? [Catalyst Academy]</li>
-                <li>Nadia Nicolaides</li>
-                <li>Nazlı</li>
-                <li>Joy Nelson</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618544615991">Chris Nighswonger (3.2 - 3.6 Release Maintainer)</a></li>
-                <li>Brian Norris</li>
-                <li>Duy Tinh Nguyen</li>
-                <li>Simith D'Oliveira</li>
-                <li>Albert Oller</li>
-                <li>Eric Olsen</li>
-                <li>H. Passini</li>
-                <li>Priya Patel</li>
-                <li>Aliki Pavlidou</li>
-                <li>Dobrica Pavlinusic</li>
-                <li>Maxime Pelletier</li>
-                <li>Shari Perkins</li>
-                <li>Martin Persson</li>
-                <li>Dominic Pichette</li>
-                <li>Fred Pierre</li>
-                <li>Eric Phetteplace (phette23)</li>
-                <li>Genevieve Plantin</li>
-                <li>Simon Pouchol</li>
-                <li>Polytechnic University</li>
-                <li>Pongtawat</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618544612249">Paul Poulain (2.0, 2.2, 3.8, 3.10 Release Manager; 2.2 Release Maintainer; 3.12 - 16.05 QA Team Member)</a></li>
-                <li>Karam Qubsi</li>
-                <li>Romina Racca</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6620692116417">MJ Ray (2.0 Release Maintainer)</a></li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618544650708">Liz Rea</a> (3.6, 3.18 Release Maintainer)</li>
-                <li>Thatcher Rea</li>
-                <li>Allen Reinmeyer</li>
-                <li>Serge Renaux</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618544785220">Martin Renvoize (3.16 - 17.11 QA Team Member)</a></li>
-                <li>Francesco Rivetti</li>
-                <li>Abby Robertson</li>
-                <li>Waylon Robertson</li>
-                <li>Benjamin Rokseth</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618544727712">Marcel de Rooy (3.8 - 17.11 QA Team Member)</a></li>
-                <li>Andreas Roussos</li>
-                <li>Salvador Zaragoza Rubio</li>
-                <li>Mathieu Saby</li>
-                <li>Eivin Giske Skaaren</li>
-                <li>Brice Sanchez</li>
-                <li>Jane Sandberg</li>
-                <li>Sam Sanders</li>
-                <li>Rodrigo Santellan</li>
-                <li>Viktor Sarge</li>
-                <li>Alex Sassmannshausen (17.11 QA Team Member)</li>
-                <li>Adrien Saurat</li>
-                <li>Zoe Schoeler</li>
-                <li>Dan Scott</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618544619438">Robin Sheat (3.2 - 3.22 Packaging Manager)</a></li>
-                <li>Maksim Sen</li>
-                <li>Juhani Seppälä</li>
-                <li>John Seymour</li>
-                <li>Juan Romay Sieira</li>
-                <li>Zach Sim</li>
-                <li>Radek Šiman</li>
-                <li>Silvia Simonetti</li>
-                <li>Savitra Sirohi</li>
-                <li>Pawel Skuza (Polish for 1.2)</li>
-                <li>Emma Smith</li>
-                <li>Grace Smyth</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6620692831733">Fridolin Somers (3.14 Release Maintainer, 17.05 QA Team Member, 17.05 Release Maintainer)</a></li>
-                <li>Southeastern University</li>
-                <li>Martin Stenberg</li>
-                <li>Glen Stewart</li>
-                <li>Will Stokes</li>
-                <li>Simon Story</li>
-                <li>David Strainchamps</li>
-                <li>Ed Summers (Some code and Perl packages like MARC::Record)</li>
-                <li>Daniel Sweeney</li>
-                <li>Zeno Tajoli</li>
-                <li>Lari Taskula</li>
-                <li>Samanta Tello</li>
-                <li>Adam Thick</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618544609107">Finlay Thompson</a></li>
-                <li>Peggy Thrasher</li>
-                <li>Fabio Tiana</li>
-                <li>Mirko Tietgen (16.11 - 17.11 Packaging Manager)</li>
-                <li>Mark Tompsett</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6620692101577">Steve Tonnesen (early MARC work, Virtual Bookshelves concept, KohaCD)</a></li>
-                <li>Bruno Toumi</li>
-                <li>Andrei V. Toutoukine</li>
-                <li>Duncan Tyler</li>
-                <li>Kathryn Tyree</li>
-                <li>Darrell Ulm</li>
-                <li>Universidad ORT Uruguay (Ernesto Silva, Andres Tarallo)</li>
-                <li>Eric Vantillard </li>
-                <li>Oleg Vasylenko</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6618545408147">Marc Véron</a></li>
-                <li>Father Vlasie</li>
-                <li>Justin Vos</li>
-                <li>Aleksa Vujicic</li>
-                <li>Reed Wade</li>
-                <li>Stacey Walker</li>
-                <li>Ian Walls (3.6 - 3.10 QA Manager)</li>
-                <li><a href="https://www.openhub.net/accounts/janewagner">Jane Wagner</a></li>
-                <li>Ward van Wanrooij</li>
-                <li>Jenny Way</li>
-                <li><a href="https://www.openhub.net/accounts/pianohacker">Jesse Weaver (16.05, 16.11 QA Team Member)</a></li>
-                <li>Chris Weeks</li>
-                <li>Stefan Weil</li>
-                <li>Aaron Wells</li>
-                <li>Rick Welykochy</li>
-                <li>Piotr Wejman</li>
-                <li>Ron Wickersham</li>
-                <li>Brett Wilkins</li>
-                <li><a href="https://www.openhub.net/p/koha/contributors/6620692127299">Olwen Williams (Database design and data extraction for Koha 1.0)</a></li>
-                <li>Robert Williams</li>
-                <li>James Winter</li>
-                <li>Lars Wirzenius</li>
-                <li>Baptiste Wojtkowski</li>
-                <li>Thomas Wright</li>
-                <li>Jen Zajac</li>
-                <li>Kenza Zaki</li>
-            </ul>
+            [% IF contributors.size %]
+                <ul class="columns-4">
+                    [% FOREACH contributor IN contributors %]
+                    <li>[% INCLUDE person p=contributor %][% INCLUDE contributions p=contributor %]</li>
+                    [% END %]
+                </ul>
+            [% ELSE %]
+                <div class="dialog alert">
+                    Could not read the contributors.yaml file. Please make sure &lt;docdir&gt; is correctly defined in koha-conf.xml.
+                </div>
+            [% END %]
+            <hr>
+
             <h2>Contributing companies and institutions</h2>
             <ul class="columns-4">
                 <li>Allen Ginsberg Library, USA</li>
                 <li>Athens County Public Libraries, USA</li>
                 <li>BdP de la Meuse, France</li>
                 <li>BibLibre, France</li>
+                <li>Biblioteca Provincial Fr. Mamerto Esquiú (Provincia Franciscana de la Asunción), Argentina</li>
                 <li>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ), Germany</li>
                 <li>Briar Cliff University, USA</li>
+                <li>Brimbank City Council, Australia</li>
                 <li>Brooklyn Law School Library, USA</li>
-                <li>Bibliothèque universitaire des langues et civilisations (<a href="http://www.bulac.fr/">BULAC</a>), France</li>
+                <li>Bibliothèque Universitaire des Langues et Civilisations (<a href="https://www.bulac.fr">BULAC</a>), France</li>
                 <li>ByWater Solutions, USA</li>
                 <li>California College of the Arts, USA</li>
                 <li>Camden County, USA</li>
                 <li>Central Kansas Library System (CKLS), USA</li>
                 <li>Centre collégial des services regroupés (CCSR), Canada</li>
                 <li>Cheshire Libraries, United Kingdom</li>
-                <li>Coeur d'Alene Public Library, France</li>
+                <li>Coeur d'Alene Public Library, USA</li>
                 <li>Corpus Christi Public Libraries, USA</li>
                 <li>C &amp; P Bibliography Services, USA</li>
+                <li>Devinim, Turkey</li>
                 <li>Do Space, USA</li>
                 <li>DoverNet, USA</li>
+                <li>doXulting</li>
+                <li>Duchesne County Library, USA</li>
                 <li>Escuela de Orientacion Lacaniana, Argentina</li>
+                <li>Fenway Library Organization, USA</li>
+                <li>Fargo Public Library, USA</li>
                 <li>Farmington Public Library, USA</li>
                 <li>FIT</li>
                 <li>Foundations Bible College &amp; Seminary, USA</li>
                 <li>Goethe-Institut, Germany</li>
-                <li>Gothenburg University Library, Germany</li>
+                <li>Gothenburg University Library, Sweden</li>
                 <li>Halland County Library, Sweden</li>
                 <li>Harrison Carmel Public Library, USA</li>
                 <li>Hauraki District Libraries, New Zealand</li>
+                <li>Higher Education Libraries of Massachusetts, USA</li>
                 <li>Hochschule für Gesundheit (hsg), Germany</li>
                 <li>Hotchkiss School, USA</li>
                 <li>Katipo Communications, New Zealand</li>
                 <li>KEEP SOLUTIONS, Portugal</li>
                 <li>KohaAloha, New Zealand</li>
+                <li>Koha-Suomi Oy, Finland</li>
                 <li>LibLime, USA</li>
                 <li>Library of the Józef Piłsudski Institute of America, USA</li>
                 <li>Libriotech, Norway</li>
                 <li>Los Gatos Public Library, USA</li>
+                <li>Lund University Library, Sweden</li>
                 <li>MassCat, USA</li>
                 <li>Middletown Township Public Library, USA</li>
+                <li>National Library of Finland, Finland</li>
+                <li>Newcastle City Council, United Kingdom</li>
                 <li>New Zealand Central Agencies Library, New Zealand</li>
                 <li>New Zealand Ministry of Education Library, New Zealand</li>
                 <li>North Central Regional Library (NCRL), USA</li>
                 <li>Northeast Kansas Library System (NEKLS), USA</li>
-                <li>Online Publikationsverbund der Universität Stuttgart (OPUS), Germany</li>
+                <li>OPUS</li>
                 <li>Orex Digital, Spain</li>
                 <li>Oslo Public Library, Norway</li>
                 <li>Plano Independent School, USA</li>
+                <li>Plant and Food Research Limited, New Zealand</li>
                 <li>Prosentient Systems, Australia</li>
                 <li>PTFS, Maryland, USA</li>
                 <li>PTFS Europe Ltd, United Kingdom</li>
                 <li>Rolling Hills Consolidated Libraries, USA</li>
                 <li>Round Rock Public Library, USA</li>
                 <li>SAN-Ouest Provence, France</li>
+                <li>Sefton Council, United Kingdom</li>
                 <li>software.coop, United Kingdom</li>
                 <li>South-East Kansas Library System (SEKLS), USA</li>
+                <li>South Taranaki District Council, New Zealand</li>
                 <li>Stockholm University Library, Sweden</li>
                 <li>SWITCH Library Consortium, USA</li>
                 <li>Talking Tech, Global</li>
                 <li>Tamil, France</li>
+                <li>Theke Solutions, Argentina</li>
                 <li>Tulong Aklatan, Philippines</li>
+                <li>Uintah Library System, USA</li>
                 <li>Universidad de El Salvador, El Salvador</li>
                 <li>Universidad Empresarial Siglo 21, Argentina</li>
                 <li>Universidad Nacional de Córdoba, Argentina</li>
+                <li>Universidad ORT Uruguay</li>
                 <li>Université d'Aix-Marseille, France</li>
                 <li>Université de Lyon 3, France</li>
                 <li>Université de Rennes 2, France</li>
                 <li>Université de St Etienne, France</li>
                 <li>University of the Arts London, United Kingdom</li>
                 <li>Vaara-kirjastot, Finland</li>
-                <li>Vanier college, Canada</li>
-                <li>Ville de Victoriaville, Canada</li>
+                <li>Vanier College, Canada</li>
                 <li>Vermont Organization of Koha Automated Libraries (VOKAL), USA</li>
+                <li>Ville de Victoriaville, Canada</li>
+                <li>Virginia Tech, USA</li>
                 <li>Washoe County Library System, USA</li>
                 <li>Xercode, Spain</li>
             </ul>
                   by the Bridge Consortium of Carleton College and St. Olaf College.</li>
               </ul>
 
-            <h2>The Noun Project icons</h2>
-                <ul>
-                    <li>All images come from <a href="https://thenounproject.com/">The Noun Project</a> collection</li>
-                    <li>
-                        Circulation ("<a href="https://thenounproject.com/icon/743/">fair-trade</a>") symbol by Edward Boatman ; Patrons
-                        ("<a href="https://thenounproject.com/term/childrens-library/739/">children's library</a>") symbol by Edward Boatman, Saul Tannenbaum,
-                        Stephen Kennedy, Nikki Snow, Brooke Hamilton ; Search ("<a href="https://thenounproject.com/term/magnifying-glass/907/">magnifying
-                        glass</a>") symbol by Philipp Süß ; Lists ("<a href="https://thenounproject.com/term/folder/650/">folder</a>") symbol by Jack
-                        Biesek, Gladys Brenner, Margaret Faye, Healther Merrifield, Kate
-                        Keating, Wendy Olmstead, Todd Pierce, Jamie Cowgill, Jim Bolek ;
-                        Course reserves ("<a href="https://thenounproject.com/term/stack-of-books/11494/">stack of books</a>") symbol by Jeremy J. Bristol;
-                        Cataloging ("<a href="https://thenounproject.com/term/tag/888732/">price tag</a>") symbol by the Noun Project ; Authorities
-                        ("<a href="https://thenounproject.com/term/link/1690/">link</a>") symbol by Matthew Exton ; Serials ("<a href="https://thenounproject.com/term/newspaper/1233/">newspaper</a>") symbol by John
-                        Caserta ; Acquisitions ("<a href="https://thenounproject.com/term/gift/970853/">gift</a>") symbol by David Goodger ; Reports
-                        ("<a href="https://thenounproject.com/term/pie-chart/805/">pie chart</a>") symbol by Scott Lewis ; Administration ("<a href="https://thenounproject.com/term/gears/1063/">gears</a>") symbol by
-                        Jeremy Minnick ; Tools ("<a href="https://thenounproject.com/term/wrench/234/">wrench</a>") symbol by National Park Service ; Interlibrary loan ("<a href="https://thenounproject.com/term/exchange/1265396">exchange</a>") symbol by Iconstock.
-                    </li>
-                </ul>
-
-            <h2>jQuery Star Rating Plugin</h2>
-              <p>jQuery Star Rating Plugin v3.14 by <a href="http://www.fyneworks.com/">Fyneworks.com</a> is licensed under the <a href="http://en.wikipedia.org/wiki/MIT_License">MIT License</a> and the <a href="http://creativecommons.org/licenses/GPL/2.0/">GPL License</a>.</p>
+            <h2>jQuery Bar Rating Plugin</h2>
+              <p>jQuery Bar Rating Plugin v1.22 by <a href="http://antenna.io/demo/jquery-bar-rating/examples/">Antenna.io</a> is licensed under the <a href="http://en.wikipedia.org/wiki/MIT_License">MIT License</a>.</p>
 
-            <p>Copyright &copy; 2008 <a href="http://www.fyneworks.com/">Fyneworks.com</a></p>
+            <p>Copyright &copy; 2012-2016 <a href="http://antenna.io">Kazik Pietruszewski</a></p>
 
             <h2>jQuery insertAtCaret Plugin</h2>
             <p>jQuery insertAtCaret Plugin v1.0 by the phpMyAdmin devel team is licensed under the <a href="http://www.gnu.org/licenses/gpl.html">GPL License</a>.</p>
             <p>The <a href="http://jqueryvalidation.org/">jQuery Validation Plugin</a> written and maintained by Jörn Zaefferer is licensed under the <a href="http://opensource.org/licenses/mit-license.php">MIT License</a>.</p>
 
             <h2>TinyMCE WYSIWYG editor</h2>
-            <p>The <a href="http://www.tinymce.com/">TinyMCE WYSIWYG editor v3.5.8 </a> by Moxiecode (Ephox) is licensed under the <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt">LGPL v2.1</a>.</p>
+            <p>The <a href="http://www.tinymce.com/">TinyMCE WYSIWYG editor v5.0.16 </a> by Moxiecode (Ephox) is licensed under the <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt">LGPL v2.1</a>.</p>
 
             <h2>Font Awesome</h2>
             <p><a href="http://fontawesome.io">Font Awesome</a> by Dave Gandy is licensed under the <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a> and the <a href="http://opensource.org/licenses/mit-license.html">MIT License</a>.</p>
 
             <h2>Noto fonts</h2>
             <p><a href="https://github.com/googlei18n/noto-fonts">Noto</a> by Google is a family of fonts licensed under the <a href="http://scripts.sil.org/OFL">SIL Open Font License (OFL) v1.1</a>.</p>
+
+            <h2>HC Sticky</h2>
+            <p><a href="http://somewebmedia.com/hc-sticky/">HC Sticky</a> by Some Web Media is a JavaScript library that makes any element on your page visible while you scroll, licensed under the <a href="https://github.com/somewebmedia/hc-sticky/blob/master/LICENSE">MIT license</a>.</p>
+
+            <h2>kjua</h2>
+            <p><a href="https://larsjung.de/kjua/">kjua</a> by Lars Jung is a JavaScript library that generates QR codes, licensed under the <a href="https://github.com/lrsjng/kjua/blob/master/README.md">MIT license</a>.</p>
+
+            <h2>Verovio</h2>
+            <p><a href="https://www.verovio.org/index.xhtml">Verovio is developed by the Swiss RISM Office with the support of the Swiss National Science Foundation, licensed under the <a href="http://www.gnu.org/licenses/lgpl-3.0.html">LGPL v3.0</a>.</p>
+
+            <h2>jquery.cookie</h2>
+            <p><a href="https://github.com/carhartl/jquery-cookie">jquery.cookie</a> by Klaus Hartl is a jQuery plugin for setting, reading, and deleting browser cookies, licensed under the <a href="https://github.com/carhartl/jquery-cookie/blob/master/MIT-LICENSE.txt">MIT license</a>.</p>
+
+            <h2>JavaScript Cookie</h2>
+            <p><a href="https://github.com/js-cookie/js-cookie">JavaScript Cookie</a> is a "simple, lightweight JavaScript API for handling cookies," licensed under the <a href="https://github.com/js-cookie/js-cookie/blob/master/LICENSE">MIT license</a>.</p>
+
+            <h2>Moment.js</h2>
+            <p><a href="https://momentjs.com/">Moment.js</a> licensed under the <a href="https://github.com/moment/moment/blob/develop/LICENSE">MIT license</a>.</p>
         </div>
 
         <div id="translations">
 <li>Fran&ccedil;ais (French) <a href="http://www.koha-fr.org/content/lassociation-kohala">Kohala</a>, Pascale Nalon (ENSMP), and many more </li>
 <li>Galego (Galician) Ignacio Javier</li>
 <li>Deutsch (German) Friedrich zur Hellen, Robert Hillig, Katrin Fischer, Beda Szukics, Mirko Tietgen and Marc Véron</li>
-<li>&#949;&#955;&#955;&#951;&#957;&#953;&#954;&#940; (Greek, Modern [1453- ]) Georgia Katsarou, Panoraia Gaitanou and Kiriaki Roditi</li>
+<li>&#949;&#955;&#955;&#951;&#957;&#953;&#954;&#940; (Greek, Modern [1453- ]) Koha Hellenic Users' Group (Georgia Katsarou, Dimitris Antonakis, Eugenios Papadopoulos), Theodoros Theodoropoulos, Panoraia Gaitanou and Kiriaki Roditi</li>
 <li>&#1506;&#1489;&#1512;&#1497;&#1514; (Hebrew)</li>
 <li>&#2361;&#2367;&#2344;&#2381;&#2342;&#2368; (Hindi)</li>
 <li>Magyar (Hungarian)Agnes Imecs</li>