Bug 22417: Add rabbitmq status indicator on the about page
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / about.tt
1 [% USE HtmlTags %]
2 [% USE Koha %]
3 [% USE KohaDates %]
4 [% SET footerjs = 1 %]
5 [% INCLUDE 'doc-head-open.inc' %]
6 <title>Koha &rsaquo; About Koha</title>
7 [% INCLUDE 'doc-head-close.inc' %]
8 </head>
9 <body id="about_about" class="about">
10 [% INCLUDE 'header.inc' %]
11 [% PROCESS 'about-team.inc' %]
12
13 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; About Koha</div>
14
15
16 <div class="main container-fluid">
17     <div class="row">
18         <div class="col-md-12">
19
20             <h1>About Koha</h1>
21
22     <div id="abouttabs" class="toptabs numbered">
23         <ul>
24         <li><a href="#about">Server information</a></li>
25         <li><a href="#perl">Perl modules</a></li>
26         <li><a href="#sysinfo">System information</a></li>
27         <li><a href="#team">Koha team</a></li>
28         <li><a href="#licenses">Licenses</a></li>
29         <li><a href="#translations">Translations</a></li>
30         <li><a href="#history">Timeline</a></li>
31         </ul>
32
33         <div id="about">
34
35         <table>
36             <caption>Server information</caption>
37             <tr><th scope="row">Koha version: </th><td>[% kohaVersion | html %]</td></tr>
38             <tr><th scope="row">OS version ('uname -a'): </th><td>[% osVersion | html %]</td></tr>
39             <tr><th scope="row">Perl interpreter: </th><td>[% perlPath | html %]</td></tr>
40             <tr><th scope="row">Perl version: </th><td>[% perlVersion | html %]</td></tr>
41             <tr><th scope="row">Perl @INC: </th><td>
42                 [% FOREACH perlIncPat IN perlIncPath %]
43                     [% perlIncPat.perlinc | html %] <br />
44                 [% END %]
45             </td></tr>
46             <tr><th scope="row">MySQL version: </th><td>[% mysqlVersion | html %]</td></tr>
47             <tr><th scope="row">Apache version: </th><td>[% apacheVersion | html %]</td></tr>
48           [% IF (is_psgi) %]
49             <tr><th scope="row">PSGI: </th><td>[% psgi_server | html %]</td></tr>
50           [% END %]
51           [% IF Koha.Preference('SearchEngine') == 'Elasticsearch' %]
52             <tr>
53                 <th scope="row">Elasticsearch: </th>
54             [% IF elasticsearch_fatal_config_error %]
55                 <td><span class="status_warn">[% elasticsearch_fatal_config_error | html %]</span></td>
56             [% ELSE %]
57                 <td>
58                     Nodes:
59                     <span>[% elasticsearch_status.nodes.join(' / ') | html %]</span>
60                     |
61                     Status:
62                 [% IF elasticsearch_status.running %]
63                     <span class="status_ok">running</span>
64                     |
65                     Indices:
66                   [% FOREACH index IN elasticsearch_status.indexes %]
67                       [% index.index_name | html %] (count: <emph>[% index.count | html %]</emph>)[% UNLESS loop.last %], [% END %]
68                   [% END %]
69                 [% ELSE %]
70                     <span class="status_warn">not running</span>
71                 [% END %]
72                 </td>
73             [% END %]
74             </tr>
75           [% END %]
76             <tr><th scope="row">Memcached: </th>
77                 <td>
78                     Servers: [% IF memcached_servers %]<span>[% memcached_servers | html %]</span>
79                              [% ELSE %]<span>undefined</span>[% END %] |
80                     Namespace: [% IF memcached_namespace %]<span>[% memcached_namespace | html %]</span>
81                                [% ELSE %]<span>undefined</span>[% END %] |
82                     Status: [% IF memcached_servers %]
83                                 [% IF memcached_running and is_memcached_still_active %]
84                                     <span class="status_ok">running</span>.
85                                 [% ELSE %]
86                                     <span class="status_warn">not running</span>.
87                                     [% IF is_psgi %]
88                                         <span>Remember memcached needs to be started before Plack.</span>
89                                     [% END %]
90                                 [% END %]
91                             [% ELSE %]
92                                 <span>unknown</span>
93                             [% END %] |
94                     Config read from:
95                     [% SWITCH where_is_memcached_config %]
96                         [% CASE 'config_only' %]
97                             <span class="status_ok">koha-conf.xml</span>
98                         [% CASE 'ENV_only' %]
99                             <span class="status_warn">ENV</span> Note that the right place to define the memcached config is in your $KOHA_CONF file
100                         [% CASE 'both' %]
101                             <span class="status_warn">ENV and koha-conf.xml</span> 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.
102                         [% CASE # nowhere %]
103                             <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.
104                     [% END %]
105                   [% IF effective_caching_method != 'Cache::Memcached::Fast::Safe' %]
106                     | Effective caching method: [% effective_caching_method | html %]
107                   [% END %]
108                 </td>
109             </tr>
110             <tr><th scope="row">Zebra version: </th><td>[% zebraVersion | html %]</td></tr>
111             [% IF (errZebraConnection == 10000) %]
112             <tr><th scope="row"><strong>Error</strong> </th><td>Zebra server seems not to be available. Is it started?</td></tr>
113             [% ELSIF (errZebraConnection) %]
114             <tr><th scope="row"><strong>Warning</strong> </th><td>Error message from Zebra: [% ( errZebraConnection ) | html %] </td></tr>
115             [% END %]
116             <tr>
117                 <th scope="row">Message broker: </th>
118                 <td>
119                     Status:
120                     [% IF warnConnectBroker %]
121                         <span class="status_warn">connection failed</span>
122                     [% ELSE %]
123                         <span class="status_ok">running</span>
124                     [% END %]
125                 </td>
126             </tr>
127             <tr>
128               <th scope="row">Date and time: </th>
129               <td>[% current_date_and_time | $KohaDates  with_hours => 1 %]</td>
130             </tr>
131             <tr>
132               [% timezone_config_class = (time_zone.config_invalid) ? 'status_warn' : '' %]
133               [% timezone_env_class    = (time_zone.env_invalid)    ? 'status_warn' : '' %]
134               <th scope="row">Time zone: </th>
135               <td>Used: <span>[% time_zone.actual | html %]</span>
136                           [% IF time_zone.actual_bad_tz_fallback %]
137                              <span>(This is a fallback value due to a bad configuration)</span>
138                           [% END %]
139                            |
140                   Config: [% IF time_zone.config != '' %]
141                             <span class="[% timezone_config_class | html %]">[% time_zone.config | html %]</span>
142                           [% ELSE %]
143                             <span>Undefined</span>
144                           [% END %] |
145                   Environment (TZ):  [% IF time_zone.environment != '' %]
146                           <span class="[% timezone_env_class | html %]">[% time_zone.environment | html %]</span>
147                         [% ELSE %]
148                           <span>Undefined</span>
149                         [% END %]
150               </td>
151             </tr>
152         </table>
153         </div>
154         <div id="perl">
155             <table style="cursor:pointer">
156                 <caption>Perl modules</caption>
157                 [% FOREACH tabl IN table %]
158                 <tr>
159                     [% FOREACH ro IN tabl.row %]
160                     [% IF ( ro.current ) %]
161                     [% IF ( ro.require ) %]
162                     <th scope="row" style="font-weight:bold;" title="Module current">
163                     [% ELSE %]
164                     <th scope="row" style="font-weight:normal" title="Module current">
165                     [% END %]
166                     [% ELSIF ( ro.upgrade ) %]
167                     [% IF ( ro.require ) %]
168                     <th scope="row" style="background-color:#FFCB2F;font-weight:bold;" title="Module upgrade needed">
169                     [% ELSE %]
170                     <th scope="row" style="background-color:#FFCB2F;font-weight:normal" title="Module upgrade needed">
171                     [% END %]
172                     [% ELSE %]
173                     [% IF ( ro.name == '' ) %]
174                     <th>
175                     [% ELSIF ( ro.require ) %]
176                     <th scope="row" style="background-color:#FF8A8A;font-weight:bold;" title="Required module missing">
177                     [% ELSE %]
178                     <th scope="row" style="background-color:#FF8A8A;font-weight:normal" title="Optional module missing">
179                     [% END %]
180                     [% END %]
181                     [% IF ( ro.name ) %]
182                     [% 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>
183                     [% END %]
184                     </th>
185                     [% IF ( ro.name == '' ) %]
186                     <td>
187                     [% ELSIF ( ro.version ) %]
188                     <td>[% ro.version | html %]
189                     [% ELSE %]
190                     <td style="font-weight:bold">Not Installed [% END %]</td>
191                     [% END %]
192                 </tr>
193                 [% END %]
194             </table>
195         </div>
196
197         <div id="sysinfo">
198     [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatronOPACPrivacy || warnPrefAnonymousPatronAnonSuggestions || warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || warnPrefKohaAdminEmailAddress || warnNoActiveCurrency || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps || bad_yaml_prefs || warnRelationships || log4perl_errors || config_bcrypt_settings_no_set || warnHiddenBiblionumbers.size || warnConnectBroker %]
199         [% IF (warnIsRootUser) %]
200             <h2>Warning regarding current user</h2>
201             <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>
202             <p>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.</p>
203         [% END %]
204
205         [% IF has_ai_issues %]
206             <h2>Data problems</h2>
207             <p>Some of your tables have problems with their auto_increment values which may lead to data loss.</p>
208             <p><strong>You should not ignore this warning.</strong></p>
209             <p>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.</p>
210             <p>To know how to avoid this problem see the related wiki page:
211             <a href="https://wiki.koha-community.org/wiki/DBMS_auto_increment_fix">DBMS auto increment fix</a>
212             </p>
213
214             <h3>Problems found</h3>
215             [% IF ai_patrons %]
216                 <h4>Patrons</h4>
217                 <p>The following ids exist in both tables [% "borrowers" | $HtmlTags tag="strong" %] and [% "deletedborrowers" | $HtmlTags tag="strong" %]:</p>
218                 <p>[% FOR p IN ai_patrons %][% p.borrowernumber | html %][% UNLESS loop.last %], [% END %][% END %]</p>
219             [% END %]
220             [% IF ai_biblios %]
221                 <h4>Bibliographic records</h4>
222                 <p>The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p>
223                 <p>[% FOR b IN ai_biblios %][% b.biblionumber | html %][% UNLESS loop.last %], [% END %][% END %]</p>
224             [% END %]
225             [% IF ai_items %]
226                 <h4>Items</h4>
227                 <p>The following ids exist in both tables [% "items" | $HtmlTags tag="strong" %] and [% "deleteditems" | $HtmlTags tag="strong" %]:</p>
228                 <p>[% FOR i IN ai_items %][% i.itemnumber | html %][% UNLESS loop.last %], [% END %][% END %]</p>
229             [% END %]
230             [% IF ai_checkouts %]
231                 <h4>Checkouts</h4>
232                 <p>The following ids exist in both tables [% "issues" | $HtmlTags tag="strong" %] and [% "old_issues" | $HtmlTags tag="strong" %]:</p>
233                 <p>[% FOR c IN ai_checkouts %][% c.issue_id | html %][% UNLESS loop.last %], [% END %][% END %]</p>
234             [% END %]
235             [% IF ai_holds %]
236                 <h4>Holds</h4>
237                 <p>The following ids exist in both tables [% "reserves" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:</p>
238                 <p>[% FOR h IN ai_holds %][% h.reserve_id | html %][% UNLESS loop.last %], [% END %][% END %]</p>
239             [% END %]
240             <br/>
241         [% END %]
242
243         [% IF warnRelationships %]
244             <h2>Patron relationship problems</h2>
245             [% IF bad_relationships_count %]
246                 <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>
247             [% END %]
248
249             [% IF wrong_relationships %]
250                 <p>The following values have been used for guarantee/guarantor relationships, but do not exist in the 'borrowerRelationship' system preference:</p>
251                 <ul>
252                     [% FOR rel IN wrong_relationships %]
253                         <li>[% rel.0 | html %]</li>
254                     [% END %]
255                 </ul>
256                 <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>
257             [% END %]
258         [% END %]
259
260         [% IF log4perl_errors %]
261             <h2>Logging system does not behave correctly</h2>
262             [% FOR e IN log4perl_errors %]
263                 [% SWITCH e %]
264                     [% CASE 'missing_config_entry' %]There is no 'log4perl_conf' entry in the config file.
265                     [% CASE 'cannot_read_config_file' %]The log4perl config file cannot be opened.
266                     [% CASE 'logfile_not_writable' %]One of the logfiles listed in the config file is not writable.
267                     [% CASE 'cannot_init_module' %]The Koha::Logger module cannot be initiated correctly (check the log file).
268                     [% CASE %]Unknown error "[% e | html %]"
269                 [% END %]
270             [% END %]
271         [% END %]
272
273         [% IF warnConnectBroker %]
274             <h2>Impossible to connect to the message broker</h2>
275             There is an error when trying to connect to the message broker (RabbitMQ), check the Koha log files.
276             <br/>
277             Maybe it is not installed and configured correctly?
278             <br/>
279             Contact your system administrator.
280         [% END %]
281
282         [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatronOPACPrivacy || warnPrefAnonymousPatronAnonSuggestions || warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || warnPrefKohaAdminEmailAddress || warnNoActiveCurrency || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || oauth2_missing_deps || bad_yaml_prefs || warnIssuingRules || config_bcrypt_settings_no_set || warnHiddenBiblionumbers.size %]
283             <h2>Warnings regarding the system configuration</h2>
284             <table>
285                 <caption>Preferences and parameters</caption>
286                 [% IF (warnPrefBiblioAddsAuthorities) %]
287                 <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'AutoCreateAuthorities' set, but needs 'BiblioAddsAuthorities' set as well.</td></tr>
288                 [% END %]
289                 [% IF (warnPrefEasyAnalyticalRecords) %]
290                 <tr><th scope="row"><strong>Warning</strong> </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 interface and the OPAC will be broken.</td></tr>
291                 [% END %]
292                 [% IF warnPrefAnonymousPatronOPACPrivacy %]
293                     <tr><th scope="row"><strong>Warning</strong> </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>
294                 [% END %]
295                 [% IF warnPrefAnonymousPatronAnonSuggestions %]
296                     <tr><th scope="row"><strong>Warning</strong> </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>
297                 [% END %]
298                 [% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist %]
299                     <tr><th scope="row"><strong>Warning</strong> </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>
300                 [% END %]
301                 [% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist %]
302                     <tr><th scope="row"><strong>Warning</strong> </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>
303                 [% END %]
304                 [% IF warnPrefKohaAdminEmailAddress %]
305                     <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'KohaAdminEmailAddress' does not contain a valid email address. Emails will not be sent.</td></tr>
306                 [% END %]
307                 [% IF warnNoActiveCurrency %]
308                     <tr><th scope="row"><strong>Warning</strong> </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>
309                 [% END %]
310                 [% IF warnStatisticsFieldsError %]
311                     <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'StatisticsFields' contains field names not belonging to the items database table: [% warnStatisticsFieldsError | html %] </td></tr>
312                 [% END %]
313                 [% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %]
314                     <tr><th scope="row"><strong>Warning</strong> </th><td>
315                     The patron used for the self checkout module at the OPAC does not have the self_check => self_checkout_module permission.
316                     </td></tr>
317                 [% END %]
318                 [% IF AutoSelfCheckPatronHasTooManyPerm %]
319                     <tr><th scope="row"><strong>Warning</strong> </th><td>
320                     The patron used for the self checkout module at the OPAC has too many permissions. They should only have self_check => self_checkout_module.
321                     </td></tr>
322                 [% END %]
323                 [% IF warnNoTemplateCaching %]
324                     <tr><th scope="row"><strong>Warning</strong> </th><td>
325                     You are missing the &lt;template_cache_dir&gt; entry in your koha-conf.xml file.
326                     That will bring a performance boost to enable it.
327                     </td></tr>
328                 [% END %]
329                 [% IF warnILLConfiguration %]
330                   [% IF no_ill_backends %]
331                     <tr><th scope="row"><strong>Warning</strong> </th><td>
332                     The ILL module is enabled, but there are no backends available.
333                     </td></tr>
334                   [% END %]
335                   [% IF ill_partner_code_not_defined %]
336                     <tr><th scope="row"><strong>Warning</strong> </th><td>
337                     The ILL module is enabled, but no 'partner_code' defined in koha-conf.xml. Falling back to the hardcoded 'ILLLIBS'.
338                     </td></tr>
339                   [%END %]
340                   [% IF ill_branch_not_defined %]
341                     <tr><th scope="row"><strong>Warning</strong> </th><td>
342                     The ILL module is enabled, but no 'branch' block is defined in koha-conf.xml. You must define this block before use.
343                     </td></tr>
344                   [%END %]
345                   [% IF ill_partner_code_doesnt_exist %]
346                     <tr><th scope="row"><strong>Warning</strong> </th><td>
347                     The ILL module is enabled, but the configured 'partner_code' ([% ill_partner_code_doesnt_exist | html %]) is not defined on the system.
348                     </td></tr>
349                   [% END %]
350                 [% END %]
351                 [% IF oauth2_missing_deps %]
352                     <tr><th scope="row"><strong>Warning</strong> </th><td>
353                     System preference 'RESTOAuth2ClientCredentials' is set, but the required Net::OAuth2::AuthorizationServer dependency is missing. The feature is disabled.
354                     </td></tr>
355                 [% END %]
356                 [% IF bad_yaml_prefs %]
357                     <tr><th scope="row"><strong>Warning</strong> </th><td>
358                     Some system preferences have badly formatted YAML content: [% bad_yaml_prefs.join(', ') | html %]
359                     </td></tr>
360                 [% END %]
361                 [% IF config_bcrypt_settings_no_set %]
362                     <tr><th scope="row"><strong>Warning</strong> </th><td>
363                     System preference 'Pseudonymization' is set, but there is not 'bcrypt_settings' entry defined in the $KOHA_CONF file.
364                     </td></tr>
365                 [% END %]
366                 [% IF config_bcrypt_settings_no_set %]
367                     <tr><th scope="row"><strong>Warning</strong> </th><td>
368                     System preference 'Pseudonymization' is set, but there is not 'bcrypt_settings' entry defined in the $KOHA_CONF file.
369                     </td></tr>
370                 [% END %]
371                 [% IF warnHiddenBiblionumbers.size %]
372                     <tr><th scope="row"><strong>Warning</strong> </th><td>
373                     [% FOR w IN warnHiddenBiblionumbers %]
374                         Biblio framework "[% w.frameworkcode | html %]" has the biblionumber field hidden at the interface [% w.interface | html %]<br/>
375                     [% END %]
376                     </td></tr>
377                 [% END %]
378             </table>
379         [% END %]
380
381         [% IF xml_config_warnings.size %]
382             <table>
383                 <caption>XML configuration file</caption>
384             [% FOREACH config_entry IN xml_config_warnings %]
385                 [% IF config_entry.error == 'zebra_bib_index_mode_is_grs1' %]
386                 <tr>
387                     <th scope="row"><strong>Warning</strong></th>
388                     <td>The &lt;zebra_bib_index_mode&gt; entry set to 'grs1', which is no longer supported.
389                         Please use DOM instead. To switch follow this page of wiki:
390                         <a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a>
391                     </td>
392                 </tr>
393                 [% ELSIF config_entry.error == 'zebra_auth_index_mode_is_grs1' %]
394                 <tr>
395                     <th scope="row"><strong>Warning</strong></th>
396                     <td>The &lt;zebra_auth_index_mode&gt; entry set to 'grs1', which is no longer supported.
397                         Please use DOM instead. To switch follow this page of wiki:
398                         <a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a>
399                     </td>
400                 </tr>
401                 [% ELSIF config_entry.error == 'use_zebra_facets_entry_missing' %]
402                 <tr>
403                     <th scope="row"><strong>Warning</strong></th>
404                     <td>The &lt;use_zebra_facets&gt; entry is missing in your configuration file. Falling back
405                         to legacy facet calculation.
406                     </td>
407                 </tr>
408                 [% ELSIF config_entry.error == 'log4perl_entry_missing' %]
409                 <tr>
410                     <th scope="row"><strong>Warning</strong></th>
411                     <td>You are missing the &lt;log4perl_conf&gt; entry in your koha-conf.xml file. Please
412                         add it, pointing to the log4perl.conf file for your Koha instance.
413                     </td>
414                 </tr>
415                 [% ELSIF config_entry.error == 'lockdir_entry_missing' %]
416                 <tr>
417                     <th scope="row"><strong>Warning</strong></th>
418                     <td>You are missing the &lt;lockdir&gt; entry in your koha-conf.xml file. Please
419                         add it, pointing to your Koha instance's lock dir.
420                     </td>
421                 </tr>
422                 [% ELSIF config_entry.error == 'lockdir_not_writable' %]
423                 <tr>
424                     <th scope="row"><strong>Warning</strong></th>
425                     <td>The configured &lt;lockdir&gt; entry in your koha-conf.xml file points to a
426                         non-writable directory ([% config_entry.lockdir | html %]).
427                     </td>
428                 </tr>
429                 [% ELSIF config_entry.error == 'uploadpath_entry_missing' %]
430                 <tr>
431                     <th scope="row"><strong>Warning</strong></th>
432                     <td>You are missing the &lt;upload_path&gt; entry in your koha-conf.xml file. Please
433                         add it, pointing to the configured file upload directory for your Koha instance.
434                     </td>
435                 </tr>
436                 [% ELSIF config_entry.error == 'uploadpath_and_opacbaseurl_entry_missing' %]
437                 <tr>
438                     <th scope="row"><strong>Warning</strong></th>
439                     <td>You are missing the &lt;upload_path&gt; entry in your koha-conf.xml file. Please
440                         add it, pointing to the configured file upload directory for your Koha instance.
441                         Also note that you need to properly set the OPACBaseURL preference for the file upload plugin to work.
442                     </td>
443                 </tr>
444                 [% ELSIF config_entry.error == 'tmp_path_missing' %]
445                 <tr>
446                     <th scope="row"><strong>Warning</strong></th>
447                     <td>You are missing the &lt;tmp_path&gt; entry in your koha-conf.xml file. Please
448                         add it, pointing to the configured temporary directory for your Koha instance.
449                         The effective temporary directory is '[% config_entry.effective_tmp_dir | html %]'.
450                     </td>
451                 </tr>
452                 [% END %]
453             [% END %]
454             </table>
455         [% END %]
456
457         [% IF warnIssuingRules %]
458             <table>
459                 <caption>Issuing rules</caption>
460                 [% FOREACH unit IN ir_units %]
461                 <tr>
462                     <th scope="row"><strong>Warning</strong></th>
463                     <td>The [% unit.branchcode || 'branchcode=default' | html %], [% unit.categorycode || 'categorycode=default' | html %], [% unit.itemtype || 'itemtype=default' | html %]
464                         issuingrule will fallback to 'days' for 'lengthunit' as it is incorrectly defined as
465                         [% unit.rule_value | html %].
466                     </td>
467                 </tr>
468                 [% END %]
469             </table>
470         [% END %]
471
472     [% ELSE %]
473         <p>No warnings.</p>
474     [% END %]
475         </div>
476
477         <div id="team">
478             <h2>Special thanks to the following organizations</h2>
479             <ul>
480                 <li><a href="http://library.org.nz">Horowhenua Library Trust</a>, New Zealand, and Rosalie Blake, Head of Libraries, (Koha 1.0)</li>
481                 <li>The <a href="http://www.myacpl.org/">Athens County Public Libraries</a>, Ohio, USA (MARC sponsorship, documentation, template maintenance)</li>
482                 <li><a href="http://www.emn.fr">EMN (Ecole des Mines de Nantes)</a>, France (Suggestions, Stats wizards and improved LDAP sponsorship)</li>
483                 <li><a href="http://www.mines-paristech.fr">Mines Paristech (previously Ecole Nationale Supérieure des Mines de Paris)</a>, France (biblio frameworks, MARC authorities, OPAC basket, Serials sponsorship)</li>
484                 <li><a href="http://www.mediathequeouestprovence.fr/">SAN-Ouest Provence</a>, France (Koha 3.0 enhancements to patrons and holds modules)</li>
485                 <li>The <a href="http://ccfls.org">Crawford County Federated Library System</a>, PA, USA (Koha 3.0 Zebra Integration sponsorship)</li>
486                 <li>The <a href="http://www.geauga.lib.oh.us/">Geauga County Public Library</a>, OH, USA (Koha 3.0 beta testing)</li>
487                 <li>The <a href="http://library.neu.edu.tr">Near East University</a>, Cyprus</li>
488                 <li>OPUS International Consultants, Wellington, New Zealand (Corporate Serials sponsorship)</li>
489                 <li><a href="http://www.famfamfam.com/">famfamfam.com</a> Birmingham (UK) based developer Mark James for the famfamfam Silk iconset.</li>
490                 <li><a href="http://www.ashs.school.nz/">Albany Senior High School</a>, Auckland, New Zealand (OPAC 'star-ratings' sponsorship)</li>
491             </ul>
492
493             <h2>Koha release teams</h2>
494             [% IF maintenance_team %]
495                 <div class="row">
496                     <div class="col-md-6">
497                         <h3>Koha [% short_version | html %] release team</h3>
498                         [% IF development_version %]
499                             <p>You are running a development version of Koha</p>
500                         [% ELSE %]
501                             [% INCLUDE team t=release_team v='release' %]
502                         [% END %]
503                     </div>
504
505                     <div class="col-md-6">
506                         <h3>Current maintenance team</h3>
507                         [% INCLUDE team t=maintenance_team v=short_version %]
508                     </div>
509                 </div>
510             [% ELSE %]
511                 <div class="dialog alert">
512                     Could not read the teams.yaml file. Please make sure &lt;docdir&gt; is correctly defined in koha-conf.xml.
513                 </div>
514             [% END %]
515
516             <h2>Koha development team</h2>
517             [% IF contributors.size %]
518                 <ul class="columns-4">
519                     [% FOREACH contributor IN contributors %]
520                     <li>[% INCLUDE person p=contributor %][% INCLUDE contributions p=contributor %]</li>
521                     [% END %]
522                 </ul>
523             [% ELSE %]
524                 <div class="dialog alert">
525                     Could not read the contributors.yaml file. Please make sure &lt;docdir&gt; is correctly defined in koha-conf.xml.
526                 </div>
527             [% END %]
528             <hr>
529
530             <h2>Contributing companies and institutions</h2>
531             <ul class="columns-4">
532                 <li>Allen Ginsberg Library, USA</li>
533                 <li>Alingsås Public Library, Sweden</li>
534                 <li>American Numismatic Society, USA</li>
535                 <li>Arcadia Public Library, USA</li>
536                 <li>Athens County Public Libraries, USA</li>
537                 <li>BdP de la Meuse, France</li>
538                 <li>BibLibre, France</li>
539                 <li>Biblioteca Provincial Fr. Mamerto Esquiú (Provincia Franciscana de la Asunción), Argentina</li>
540                 <li>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ), Germany</li>
541                 <li>Briar Cliff University, USA</li>
542                 <li>Brimbank City Council, Australia</li>
543                 <li>Brooklyn Law School Library, USA</li>
544                 <li>Bibliothèque Universitaire des Langues et Civilisations (<a href="https://www.bulac.fr">BULAC</a>), France</li>
545                 <li>ByWater Solutions, USA</li>
546                 <li>California College of the Arts, USA</li>
547                 <li>Camden County, USA</li>
548                 <li>Carnegie Stout Library, USA</li>
549                 <li>Calyx, Australia</li>
550                 <li>Catalyst IT, New Zealand</li>
551                 <li>Central Kansas Library System (CKLS), USA</li>
552                 <li>Centre collégial des services regroupés (CCSR), Canada</li>
553                 <li>Cheshire Libraries, United Kingdom</li>
554                 <li>Coeur d'Alene Public Library, USA</li>
555                 <li>Corpus Christi Public Libraries, USA</li>
556                 <li>C &amp; P Bibliography Services, USA</li>
557                 <li>Devinim, Turkey</li>
558                 <li>Do Space, USA</li>
559                 <li>DoverNet, USA</li>
560                 <li>doXulting</li>
561                 <li>Duchesne County Library, USA</li>
562                 <li>Escuela de Orientacion Lacaniana, Argentina</li>
563                 <li>Fenway Library Organization, USA</li>
564                 <li>Fargo Public Library, USA</li>
565                 <li>Farmington Public Library, USA</li>
566                 <li>FIT</li>
567                 <li>Foundations Bible College &amp; Seminary, USA</li>
568                 <li>Goethe-Institut, Germany</li>
569                 <li>Gothenburg University Library, Sweden</li>
570                 <li>Halland County Library, Sweden</li>
571                 <li>Harrison Carmel Public Library, USA</li>
572                 <li>Hauraki District Libraries, New Zealand</li>
573                 <li>Higher Education Libraries of Massachusetts, USA</li>
574                 <li>Hochschule für Gesundheit (hsg), Germany</li>
575                 <li>Hotchkiss School, USA</li>
576                 <li>Katipo Communications, New Zealand</li>
577                 <li>KEEP SOLUTIONS, Portugal</li>
578                 <li>KohaAloha, New Zealand</li>
579                 <li>Koha-Suomi Oy, Finland</li>
580                 <li>LibLime, USA</li>
581                 <li>Library of the Józef Piłsudski Institute of America, USA</li>
582                 <li>Libriotech, Norway</li>
583                 <li>Los Gatos Public Library, USA</li>
584                 <li>Lund University Library, Sweden</li>
585                 <li>MassCat, USA</li>
586                 <li>Middletown Township Public Library, USA</li>
587                 <li>National Library of Finland, Finland</li>
588                 <li>Newcastle City Council, United Kingdom</li>
589                 <li>New Zealand Central Agencies Library, New Zealand</li>
590                 <li>New Zealand Ministry of Education Library, New Zealand</li>
591                 <li>North Central Regional Library (NCRL), USA</li>
592                 <li>Northeast Kansas Library System (NEKLS), USA</li>
593                 <li>OPUS</li>
594                 <li>Orex Digital, Spain</li>
595                 <li>Oslo Public Library, Norway</li>
596                 <li>Plano Independent School, USA</li>
597                 <li>Plant and Food Research Limited, New Zealand</li>
598                 <li>Prosentient Systems, Australia</li>
599                 <li>PTFS, Maryland, USA</li>
600                 <li>PTFS Europe Ltd, United Kingdom</li>
601                 <li>Rijksmuseum, Amsterdam, The Netherlands</li>
602                 <li>Rolling Hills Consolidated Libraries, USA</li>
603                 <li>Round Rock Public Library, USA</li>
604                 <li>SAN-Ouest Provence, France</li>
605                 <li>Sefton Council, United Kingdom</li>
606                 <li>software.coop, United Kingdom</li>
607                 <li>South-East Kansas Library System (SEKLS), USA</li>
608                 <li>South Taranaki District Council, New Zealand</li>
609                 <li>Stockholm University Library, Sweden</li>
610                 <li>SWITCH Library Consortium, USA</li>
611                 <li>Talking Tech, Global</li>
612                 <li>Tamil, France</li>
613                 <li>Theke Solutions, Argentina</li>
614                 <li>Tulong Aklatan, Philippines</li>
615                 <li>Uintah Library System, USA</li>
616                 <li>Universidad de El Salvador, El Salvador</li>
617                 <li>Universidad Empresarial Siglo 21, Argentina</li>
618                 <li>Universidad Nacional de Córdoba, Argentina</li>
619                 <li>Universidad ORT Uruguay</li>
620                 <li>Université d'Aix-Marseille, France</li>
621                 <li>Université de Lyon 3, France</li>
622                 <li>Université de Rennes 2, France</li>
623                 <li>Université de St Etienne, France</li>
624                 <li>University of the Arts London, United Kingdom</li>
625                 <li>Vaara-kirjastot, Finland</li>
626                 <li>Vanier College, Canada</li>
627                 <li>Vermont Organization of Koha Automated Libraries (VOKAL), USA</li>
628                 <li>Ville de Victoriaville, Canada</li>
629                 <li>Virginia Tech, USA</li>
630                 <li>Washoe County Library System, USA</li>
631                 <li>Xercode, Spain</li>
632             </ul>
633
634             <h2>Additional thanks to...</h2>
635             <ul>
636                 <li>Irma Birchall</li>
637                 <li>Rachel Hamilton-Williams (Kaitiaki from 2004 to present)</li>
638                 <li>Stephen Hedges (early Documentation Manager)</li>
639                 <li>Brooke Johnson</li>
640                 <li>Jo Ransom</li>
641                 <li>Nicholas Rosasco (Documentation Compiler)</li>
642                 <li>Regula Sebastiao</li>
643             </ul>
644         </div>
645
646         <div id="licenses">
647             <h2>Koha</h2>
648             <p>
649             <a href="http://www.gnu.org/licenses/gpl-3.0.html">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.</a>
650             </p>
651             <h2>jQuery and jQueryUI</h2>
652             <p><a href="http://jquery.com/">jQuery</a> and <a href="http://jqueryui.com/">jQueryUI</a> are licensed under the <a href="http://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt">MIT license</a></p>
653             <h2>Bootstrap</h2>
654             <p><a href="https://getbootstrap.com/">Bootstrap</a> code and <a href="http://glyphicons.com">Glyphicons Free</a> licensed under the <a href="https://github.com/twbs/bootstrap/blob/master/LICENSE">MIT license</a>.</p>
655             <h2>YUI</h2>
656             <p>
657             <a href="http://yuilibrary.com/license/">BSD License</a>
658             </p>
659             <h2>Famfamfam iconset</h2>
660               <ul>
661                 <li><a href="http://www.famfamfam.com/lab/icons/silk/">FamFamFam Site</a></li>
662                 <li><a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a></li>
663               </ul>
664             <h2>The Bridge Material Type Icon Set</h2>
665               <ul>
666                 <li><a href="http://apps.carleton.edu/campus/library/bridge_icons/">Bridge Material Type Icons Project</a></li>
667                 <li>The Bridge Material Type Icon Set is licensed under a
668                   <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>
669                   by the Bridge Consortium of Carleton College and St. Olaf College.</li>
670               </ul>
671
672             <h2>jQuery Bar Rating Plugin</h2>
673               <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>
674
675             <p>Copyright &copy; 2012-2016 <a href="http://antenna.io">Kazik Pietruszewski</a></p>
676
677             <h2>jQuery insertAtCaret Plugin</h2>
678             <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>
679
680             <p>Copyright &copy; 2003-2010 phpMyAdmin devel team</p>
681
682             <h2>jQuery treetable Plugin</h2>
683
684             <p>The <a href="http://ludo.cubicphuse.nl/jquery-treetable/">jQuery treetable Plugin 3.1.0</a> is released under MIT license by Ludo van den Boom.</p>
685
686             <h2>OpenJS Keyboard Shortcuts Library</h2>
687
688             <p>The <a href="http://www.openjs.com/scripts/events/keyboard_shortcuts/">OpenJS keyboard shortcuts library</a>
689                by Binny V A is licensed under the BSD license.</p>
690
691             <h2>jquery.dataTables.grouping.js</h2>
692             <p>The <a href="https://code.google.com/p/jquery-datatables-row-grouping/">jquery.dataTables.grouping.js</a>
693                plugin by Jovan Popovic is licensed under the BSD and GPL v2 license.</p>
694
695             <h2>jQuery Colvis plugin</h2>
696             <p>The <a href="http://datatables.net/extensions/colvis/">controls for column visiblity in DataTables</a>
697                 by Allan Jardine is licensed under the BSD 3 and GPL v2 license.</p>
698
699             <h2>jquery.multiple.select.js</h2>
700             <p>The <a href="http://wenzhixin.net.cn/p/multiple-select/">jQuery multiple select plugin</a>
701                by Zhixin Wen is licensed under the MIT license.</p>
702
703             <h2>Javascript Diff Algorithm</h2>
704             <p>The <a href="http://ejohn.org/projects/javascript-diff-algorithm/">Javascript Diff Algorithm</a> plugin by John Resig is licensed under the <a href="http://opensource.org/licenses/mit-license.php">MIT License</a>.</p>
705
706             <h2>jQuery Validation Plugin</h2>
707             <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>
708
709             <h2>TinyMCE WYSIWYG editor</h2>
710             <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>
711
712             <h2>Font Awesome</h2>
713             <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>
714
715             <h2>CodeMirror editing library</h2>
716             <p>The <a href="http://codemirror.net/">CodeMirror editing library</a> by Marijn Haverbeke is licensed under an <a href="http://codemirror.net/LICENSE">MIT license</a>.</p>
717
718             <h2>FileSaver library</h2>
719             <p>The <a href="https://github.com/eligrey/FileSaver.js/">FileSaver library</a> by Eli Grey is licensed under an <a href="https://github.com/eligrey/FileSaver.js/blob/master/LICENSE.md">MIT license</a>.</p>
720
721             <h2>Require.js JS module system</h2>
722             <p>The <a href="http://requirejs.org/">Require.js JS module system</a> by The Dojo Foundation is licensed under an <a href="https://github.com/jrburke/requirejs/blob/master/LICENSE">MIT license</a>.</p>
723
724             <h2>OAI xslt stylesheet</h2>
725             <p>The included OAI.xslt file by the <a href="http://dspace.org/">DSpace project</a> is licensed under a <a href="http://www.dspace.org/license/">BSD License</a>.</p>
726
727             <h2>OpenAPI 2.0 schema</h2>
728             <p>The included <a href="https://github.com/OAI/OpenAPI-Specification/blob/master/schemas/v2.0/schema.json">api/swagger-v2-schema.json</a> file is licensed under the <a href="https://github.com/OAI/OpenAPI-Specification/tree/master/schemas/v2.0">Apache License, Version 2.0</a>, by the <a href="https://www.openapis.org/about">OpenAPI Initiative (OAI)</a>.</p>
729
730             <h2>Select2</h2>
731             <p>The <a href="http://select2.github.io/select2/">Select2</a> library is licensed under <a href="https://github.com/select2/select2/blob/stable/3.5/LICENSE">the Apache License, Version 2.0 (the "Apache License") or the GNU General Public License version 2 (the "GPL License")</a>.</p>
732
733             <h2>jquery.tablednd.js</h2>
734             <p>The <a href="https://github.com/isocra/TableDnD">TableDnD plug-in for jQuery</a> by Denis Howlett is licensed under the <a href="http://opensource.org/licenses/mit-license.php">MIT License</a>.</p>
735
736             <h2>Leaflet</h2>
737             <p>The <a href="http://leafletjs.com">Leaflet</a> JavaScript library by Vladimir Agafonkinis licensed under the <a href="https://github.com/Leaflet/Leaflet/blob/master/LICENSE">BSD License</a>.</p>
738
739             <h2>jquery.emojiarea.js</h2>
740             <p>The <a href="https://github.com/diy/jquery-emojiarea">Emojiarea plug-in for jQuery</a> by DIY Co is licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">the Apache License, Version 2.0</a>.</p>
741
742             <h2>JSZip</h2>
743             <p>The <a href="https://stuk.github.io/jszip/">JSZip</a> JavaScript library is licensed under both the <a href="https://github.com/Stuk/jszip/blob/master/LICENSE.markdown">MIT and GPLv3 Licenses</a>.</p>
744
745             <h2>D3.js</h2>
746             <p><a href="https://d3js.org/">D3.js v3.5.17</a> is a JavaScript library for manipulating documents based on data. It is under the <a href="https://github.com/d3/d3/blob/master/LICENSE">BSD 3-clause Licence</a></p>
747
748             <h2>C3.js</h2>
749             <p><a href="http://c3js.org/">C3.js v0.4.11</a> is a D3-based reusable chart library under the <a href="https://opensource.org/licenses/mit-license.php">MIT licence</a></p>
750
751             <h2>Font Face Observer</h2>
752             <p><a href="https://github.com/bramstein/fontfaceobserver">Font Face Observer</a> is a JavaScript library by Bram Stein licensed under the <a href="https://github.com/bramstein/fontfaceobserver/blob/master/LICENSE">BSD License</a>.</p>
753
754             <h2>Noto fonts</h2>
755             <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>
756
757             <h2>HC Sticky</h2>
758             <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>
759
760             <h2>kjua</h2>
761             <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>
762
763             <h2>Verovio</h2>
764             <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>
765
766             <h2>jquery.cookie</h2>
767             <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>
768
769             <h2>JavaScript Cookie</h2>
770             <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>
771
772             <h2>Moment.js</h2>
773             <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>
774         </div>
775
776         <div id="translations">
777             <h2>Translation</h2>
778             <ul>
779 <li>العربية (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.
780 <li>&#4768;&#4635;&#4653;&#4763; (Amharic) Getway II Ethiopia Co. (Yohannes Mulugeta (Team Leader), Tegene Assefa, Abiyot Bayou)</li>
781 <li>Armenian Tigran Zargaryan</li>
782 <li>&#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080; (Bulgarian) Radoslav Kolev</li>
783 <li>euskara (Basque) Fernando Berrizbeitia, the librarians of Eima Katalogoa, Tabakalera International Contemporary Culture Centre, and Nere Erkiaga</li>
784 <li>&#2476;&#2494;&#2434;&#2482;&#2494; (Bengali) Parthasarathi Mukhopadhyay</li>
785 <li>&#20013;&#25991; (Chinese)</li>
786 <li>Hrvatski (Croatian)</li>
787 <li>&#x010D;e&#353;tina (Czech)</li>
788 <li>D&aelig;nsk (Danish)</li>
789 <li>Nederlands-Nederland (Dutch-The Netherlands) Sponsored by Rijksmuseum</li>
790 <li>Nederlands-Belgi&euml; (Dutch-Belgium)</li>
791 <li>English</li>
792 <li>suomi, suomen kieli (Finnish) Pasi Korkalo</li>
793 <li>Fran&ccedil;ais (French) <a href="http://www.koha-fr.org/content/lassociation-kohala">Kohala</a>, Pascale Nalon (ENSMP), and many more </li>
794 <li>Galego (Galician) Ignacio Javier</li>
795 <li>Deutsch (German) Friedrich zur Hellen, Robert Hillig, Katrin Fischer, Beda Szukics, Mirko Tietgen and Marc Véron</li>
796 <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>
797 <li>&#1506;&#1489;&#1512;&#1497;&#1514; (Hebrew)</li>
798 <li>&#2361;&#2367;&#2344;&#2381;&#2342;&#2368; (Hindi)</li>
799 <li>Magyar (Hungarian)Agnes Imecs</li>
800 <li>Norsk Bokmål (Norwegian) Axel Bojer and Thomas Gramstad</li>
801 <li>Norsk Nynorsk (Norwegian) Unni Knutsen and Marit Kristine Ådland</li>
802 <li>(Indonesian)</li>
803 <li>Italiano (Italian) for 3.2: Zeno Tajoli, Pietro Gozzetti and Paolo Pozzan; for 3.4 and more: Zeno Tajoli, Stefano Bargioni, Paolo Bizzarri</li>
804 <li>&#26085;&#26412;&#35486; (Japanese)</li>
805 <li>&#54620;&#44397;&#50612; (Korean)</li>
806 <li>&#3221;&#3240;&#3277;&#3240;&#3233; (kanna&#7693;a)</li>
807 <li>Latina (Latin)</li>
808 <li>Lao Anousak Anthony Souphavanh</li>
809 <li>M&#257;ori</li>
810 <li>&#3374;&#3378;&#3375;&#3390;&#3379;&#3330; (Malayalam)</li>
811 <li>&#1601;&#1575;&#1585;&#1587;&#1609; (Persian)</li>
812 <li>&#2835;&#2908;&#2879;&#2822; (&#x014D;&#7771;iy&#257;)</li>
813 <li>Polski (Polish)</li>
814 <li>Portugu&ecirc;s (Portuguese)</li>
815 <li>Rom&acirc;n&#259; (Romanian)</li>
816 <li>&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; (Russian) Victor Titarchuk and Serhij Dubyk</li>
817 <li>Espa&ntilde;ol (Spanish) Bernardo González Kriegel, Héctor Castro and Tomás Cohen Arazi, with the help of the koha-es community.</li>
818 <li>Svenska (Swedish)</li>
819 <li>Tetun (Tetum) Karen Myers</li>
820 <li>&#3616;&#3634;&#3625;&#3634;&#3652;&#3607;&#3618; (Thai)</li>
821 <li>T&uuml;rk&ccedil;e (Turkish) pre-3.8: Selma Aslan; for 3.8+, Suleyman Demirel University (Ugur Bulgan, Onur Erdem, Kemal Caner Bayrakci, and Alper Tutunsatar)</li>
822 <li>&#1575;&#1585;&#1583;&#1608;(Urdu) Ata ur Rehman</li>
823 <li>&#1059;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072; (Ukrainian) Victor Titarchuk and Serhij Dubyk</li>
824             </ul>
825
826         </div>
827
828         <div id="history">
829         <h2>Koha history timeline</h2>
830     [% IF ! timeline_read_error %]
831         <table style="cursor:pointer">
832         <thead>
833         <tr>
834             <td  style="font-weight:bold;" >Date</td>
835             <td  style="font-weight:bold;" >Description</td>
836         </tr>
837         </thead>
838         [% FOREACH tabl IN table2 %]
839             <tr class="[% loop.parity | html %]">
840                 [% FOREACH ro IN tabl.row2 %]
841                      <td>[% ro.date | html %]</td>
842                      <td>[% ro.desc | html %]</td>
843                 [% END %]
844             </tr>
845         [% END %]
846         </table>
847     [% ELSE %]
848         <div class="dialog alert">
849             Could not read the history.txt file. Please make sure &lt;docdir&gt; is correctly defined in koha-conf.xml.
850         </div>
851     [% END %]
852         </div>
853
854     </div>
855 </div>
856 </div>
857
858 [% MACRO jsinclude BLOCK %]
859     <script type="text/javascript">
860          $(document).ready(function() {
861             $('#abouttabs').tabs();
862          });
863     </script>
864 [% END %]
865 <!-- the main div is closed in intranet-bottom.inc -->
866 [% INCLUDE 'intranet-bottom.inc' %]