Bug 20045: Switch single-column templates to Bootstrap grid: Various
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / about.tt
1 [% USE HtmlTags %]
2 [% USE Koha %]
3 [% SET footerjs = 1 %]
4 [% INCLUDE 'doc-head-open.inc' %]
5 <title>Koha &rsaquo; About Koha</title>
6 [% INCLUDE 'doc-head-close.inc' %]
7 </head>
8 <body id="about_about" class="about">
9 [% INCLUDE 'header.inc' %]
10
11 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; About Koha</div>
12
13
14 <div class="main container-fluid">
15     <div class="row">
16         <div class="col-md-12">
17
18             <h1>About Koha</h1>
19
20     <div id="abouttabs" class="toptabs numbered">
21         <ul>
22         <li><a href="#about">Server information</a></li>
23         <li><a href="#perl">Perl modules</a></li>
24         <li><a href="#sysinfo">System information</a></li>
25         <li><a href="#team">Koha team</a></li>
26         <li><a href="#licenses">Licenses</a></li>
27         <li><a href="#translations">Translations</a></li>
28         <li><a href="#history">Timeline</a></li>
29         </ul>
30
31         <div id="about">
32
33         <table>
34             <caption>Server information</caption>
35             <tr><th scope="row">Koha version: </th><td>[% kohaVersion |html %]</td></tr>
36             <tr><th scope="row">OS version ('uname -a'): </th><td>[% osVersion |html %]</td></tr>
37             <tr><th scope="row">Perl interpreter: </th><td>[% perlPath |html %]</td></tr>
38             <tr><th scope="row">Perl version: </th><td>[% perlVersion |html %]</td></tr>
39             <tr><th scope="row">Perl @INC: </th><td>
40                 [% FOREACH perlIncPat IN perlIncPath %]
41                     [% perlIncPat.perlinc |html %] <br />
42                 [% END %]
43             </td></tr>
44             <tr><th scope="row">MySQL version: </th><td>[% mysqlVersion |html %]</td></tr>
45             <tr><th scope="row">Apache version: </th><td>[% apacheVersion |html %]</td></tr>
46           [% IF (is_psgi) %]
47             <tr><th scope="row">PSGI: </th><td>[% psgi_server |html %]</td></tr>
48           [% END %]
49           [% IF Koha.Preference('SearchEngine') == 'Elasticsearch' %]
50             <tr>
51                 <th scope="row">Elasticsearch: </th>
52             [% IF elasticsearch_fatal_config_error %]
53                 <td><span class="status_warn">[% elasticsearch_fatal_config_error %]</span></td>
54             [% ELSE %]
55                 <td>
56                     Nodes:
57                     <span>[% elasticsearch_status.nodes.join(' / ') %]</span>
58                     |
59                     Status:
60                 [% IF elasticsearch_status.running %]
61                     <span class="status_ok">running</span>
62                     |
63                     Indices:
64                   [% FOREACH index IN elasticsearch_status.indexes %]
65                       [% index.index_name %] (count: <emph>[% index.count %]</emph>)[% UNLESS loop.last %], [% END %]
66                   [% END %]
67                 [% ELSE %]
68                     <span class="status_warn">not running</span>
69                 [% END %]
70                 </td>
71             [% END %]
72             </tr>
73           [% END %]
74             <tr><th scope="row">Memcached: </th>
75                 <td>
76                     Servers: [% IF memcached_servers %]<span>[% memcached_servers | html %]</span>
77                              [% ELSE %]<span>undefined</span>[% END %] |
78                     Namespace: [% IF memcached_namespace %]<span>[% memcached_namespace | html %]</span>
79                                [% ELSE %]<span>undefined</span>[% END %] |
80                     Status: [% IF memcached_servers %]
81                                 [% IF memcached_running and is_memcached_still_active %]
82                                     <span class="status_ok">running</span>.
83                                 [% ELSE %]
84                                     <span class="status_warn">not running</span>.
85                                     [% IF is_psgi %]
86                                         <span>Remember memcached needs to be started before Plack.</span>
87                                     [% END %]
88                                 [% END %]
89                             [% ELSE %]
90                                 <span>unknown</span>
91                             [% END %] |
92                     Config read from:
93                     [% SWITCH where_is_memcached_config %]
94                         [% CASE 'config_only' %]
95                             <span class="status_ok">koha-conf.xml</span>
96                         [% CASE 'ENV_only' %]
97                             <span class="status_warn">ENV</span> Note that the right place to define the memcached config is in your $KOHA_CONF file
98                         [% CASE 'both' %]
99                             <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.
100                         [% CASE # nowhere %]
101                             <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.
102                     [% END %]
103                   [% IF effective_caching_method != 'Cache::Memcached::Fast' %]
104                     | Effective caching method: [% effective_caching_method %]
105                   [% END %]
106                 </td>
107             </tr>
108             <tr><th scope="row">Zebra version: </th><td>[% zebraVersion |html %]</td></tr>
109             [% IF (errZebraConnection == 10000) %]
110             <tr><th scope="row"><b>Error</b> </th><td>Zebra server seems not to be available. Is it started?</td></tr>
111             [% ELSIF (errZebraConnection) %]
112             <tr><th scope="row"><b>Warning</b> </th><td>Error message from Zebra: [% ( errZebraConnection ) %] </td></tr>
113             [% END %]
114         </table>
115         </div>
116         <div id="perl">
117             <table style="cursor:pointer">
118                 <caption>Perl modules</caption>
119                 [% FOREACH tabl IN table %]
120                 <tr>
121                     [% FOREACH ro IN tabl.row %]
122                     [% IF ( ro.current ) %]
123                     [% IF ( ro.require ) %]
124                     <th scope="row" style="font-weight:bold;" title="Module current">
125                     [% ELSE %]
126                     <th scope="row" style="font-weight:normal" title="Module current">
127                     [% END %]
128                     [% ELSIF ( ro.upgrade ) %]
129                     [% IF ( ro.require ) %]
130                     <th scope="row" style="background-color:#FFCB2F;font-weight:bold;" title="Module upgrade needed">
131                     [% ELSE %]
132                     <th scope="row" style="background-color:#FFCB2F;font-weight:normal" title="Module upgrade needed">
133                     [% END %]
134                     [% ELSE %]
135                     [% IF ( ro.name == '' ) %]
136                     <th>
137                     [% ELSIF ( ro.require ) %]
138                     <th scope="row" style="background-color:#FF8A8A;font-weight:bold;" title="Required module missing">
139                     [% ELSE %]
140                     <th scope="row" style="background-color:#FF8A8A;font-weight:normal" title="Optional module missing">
141                     [% END %]
142                     [% END %]
143                     [% IF ( ro.name ) %]
144                     [% ro.name %] <span style="font-weight:normal; font-size:smaller"> ([%ro.reqversion %])</span>
145                     [% END %]
146                     </th>
147                     [% IF ( ro.name == '' ) %]
148                     <td>
149                     [% ELSIF ( ro.version ) %]
150                     <td>[% ro.version %]
151                     [% ELSE %]
152                     <td style="font-weight:bold">Not Installed [% END %]</td>
153                     [% END %]
154                 </tr>
155                 [% END %]
156             </table>
157         </div>
158
159         <div id="sysinfo">
160     [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues %]
161         [% IF (warnIsRootUser) %]
162             <h2>Warning regarding current user</h2>
163             <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>
164             <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>
165         [% END %]
166
167         [% IF has_ai_issues %]
168             <h2>Data problems</h2>
169             <p>Some of your tables have problems with their auto_increment values which may lead to data loss.</p>
170             <p><strong>You should not ignore this warning.</strong></p>
171             <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>
172             <p>To know how to avoid this problem see the related wiki page:
173             <a href="https://wiki.koha-community.org/wiki/DBMS_auto_increment_fix">DBMS auto increment fix</a>
174             </p>
175
176             <h3>Problems found</h3>
177             [% IF ai_patrons %]
178                 <h4>Patrons</h4>
179                 <p>The following ids exist in both tables [% "borrowers" | $HtmlTags tag="strong" %] and [% "deletedborrowers" | $HtmlTags tag="strong" %]:</p>
180                 <p>[% FOR p IN ai_patrons %][% p.borrowernumber %][% UNLESS loop.last %], [% END %][% END %]</p>
181             [% END %]
182             [% IF ai_biblios %]
183                 <h4>Biblios</h4>
184                 <p>The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p>
185                 <p>[% FOR b IN ai_biblios %][% b.biblionumber %][% UNLESS loop.last %], [% END %][% END %]</p>
186             [% END %]
187             [% IF ai_items %]
188                 <h4>Items</h4>
189                 <p>The following ids exist in both tables [% "items" | $HtmlTags tag="strong" %] and [% "deleteditems" | $HtmlTags tag="strong" %]:</p>
190                 <p>[% FOR i IN ai_items %][% i.itemnumber %][% UNLESS loop.last %], [% END %][% END %]</p>
191             [% END %]
192             [% IF ai_checkouts %]
193                 <h4>Checkouts</h4>
194                 <p>The following ids exist in both tables [% "issues" | $HtmlTags tag="strong" %] and [% "old_issues" | $HtmlTags tag="strong" %]:</p>
195                 <p>[% FOR c IN ai_checkouts %][% c.issue_id %][% UNLESS loop.last %], [% END %][% END %]</p>
196             [% END %]
197             [% IF ai_holds %]
198                 <h4>Holds</h4>
199                 <p>The following ids exist in both tables [% "holds" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:</p>
200                 <p>[% FOR h IN ai_holds %][% h.reserve_id %][% UNLESS loop.last %], [% END %][% END %]</p>
201             [% END %]
202             <br/>
203         [% END %]
204
205         [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration %]
206             <h2>Warnings regarding the system configuration</h2>
207             <table>
208                 <caption>Preferences and parameters</caption>
209                 [% IF (warnPrefBiblioAddsAuthorities) %]
210                 <tr><th scope="row"><b>Warning</b> </th><td>System preference 'AutoCreateAuthorities' set, but needs 'BiblioAddsAuthorities' set as well.</td></tr>
211                 [% END %]
212                 [% IF (warnPrefEasyAnalyticalRecords) %]
213                 <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>
214                 [% END %]
215                 [% IF warnPrefAnonymousPatron %]
216                     <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>
217                 [% END %]
218                 [% IF warnPrefAnonymousPatron_PatronDoesNotExist %]
219                     <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>
220                 [% END %]
221                 [% IF warnNoActiveCurrency %]
222                     <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>
223                 [% END %]
224                 [% IF warnStatisticsFieldsError %]
225                     <tr><th scope="row"><b>Warning</b> </th><td>System preference 'StatisticsFields' contains field names not belonging to the items database table: [% warnStatisticsFieldsError %] </td></tr>
226                 [% END %]
227                 [% IF QueryParserError %]
228                     <tr><th scope="row"><b>Warning</b> </th><td>
229                         You have set UseQueryParser but there was a problem inititializing QueryParser.
230                     [% IF QueryParserError.fallback %]
231                         The 'queryparser_config' entry is missing in your configuration file.
232                         The following configuration file was used without success: [% QueryParserError.file %].
233                     [% ELSE %]
234                         The following configuration file was used without success: [% QueryParserError.file %].
235                     [% END %]
236                         </td>
237                     </tr>
238                 [% END %]
239                 [% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %]
240                     <tr><th scope="row"><b>Warning</b> </th><td>
241                     The patron used for the self checkout module at the OPAC does not have the self_check => self_checkout_module permission.
242                     </td></tr>
243                 [% END %]
244                 [% IF AutoSelfCheckPatronHasTooManyPerm %]
245                     <tr><th scope="row"><b>Warning</b> </th><td>
246                     The patron used for the self checkout module at the OPAC has too many permissions. They should only have self_check => self_checkout_module.
247                     </td></tr>
248                 [% END %]
249                 [% IF warnNoTemplateCaching %]
250                     <tr><th scope="row"><b>Warning</b> </th><td>
251                     You are missing the &lt;template_cache_dir&gt; entry in your koha-conf.xml file.
252                     That will bring a performance boost to enable it.
253                     </td></tr>
254                 [% END %]
255                 [% IF warnILLConfiguration %]
256                   [% IF no_ill_backends %]
257                     <tr><th scope="row"><b>Warning</b> </th><td>
258                     The ILL module is enabled, but there are no backends available.
259                     </td></tr>
260                   [% END %]
261                   [% IF ill_partner_code_not_defined %]
262                     <tr><th scope="row"><b>Warning</b> </th><td>
263                     The ILL module is enabled, but no 'partner_code' defined in koha-conf.xml. Falling back to the hardcoded 'ILLLIBS'.
264                     </td></tr>
265                   [%END %]
266                   [% IF ill_partner_code_doesnt_exist %]
267                     <tr><th scope="row"><b>Warning</b> </th><td>
268                     The ILL module is enabled, but the configured 'partner_code' ([% ill_partner_code_doesnt_exist %]) is not defined on the system.
269                     </td></tr>
270                   [% END %]
271                 [% END %]
272             </table>
273         [% END %]
274
275         [% IF xml_config_warnings.size %]
276             <table>
277                 <caption>XML configuration file</caption>
278             [% FOREACH config_entry IN xml_config_warnings %]
279                 [% IF config_entry.error == 'zebra_bib_index_mode_warn' %]
280                 <tr>
281                     <th scope="row"><b>Warning</b></th>
282                     <td>The &lt;zebra_bib_index_mode&gt; entry is missing in your configuration file.
283                         It should be set to 'dom' or 'grs1' (deprecated).
284                         It will default to 'dom'.
285                     </td>
286                 </tr>
287                 [% ELSIF config_entry.error == 'zebra_bib_mode_seems_grs1' %]
288                 <tr>
289                     <th scope="row"><b>Info</b></th>
290                     <td>Your configuration file still seems to be set up for 'grs1'.</td>
291                 </tr>
292                 [% ELSIF config_entry.error == 'zebra_bib_mode_seems_dom' %]
293                 <tr>
294                     <th scope="row"><b>Info</b></th>
295                     <td>Your configuration file seems to be set up for 'dom'.</td>
296                 </tr>
297                 [% ELSIF config_entry.error == 'zebra_auth_index_mode_warn' %]
298                 <tr>
299                     <th scope="row"><b>Warning</b></th>
300                     <td>The &lt;zebra_auth_index_mode&gt; entry is missing in your configuration file.
301                         It should be set to 'dom' or 'grs1' (deprecated).
302                         It will default to 'dom'.
303                     </td>
304                 </tr>
305                 [% ELSIF config_entry.error == 'zebra_auth_mode_seems_grs1' %]
306                 <tr>
307                     <th scope="row"><b>Info</b></th>
308                     <td>Your configuration file still seems to be set up for 'grs1'.</td>
309                 </tr>
310                 [% ELSIF config_entry.error == 'zebra_auth_mode_seems_dom' %]
311                 <tr>
312                     <th scope="row"><b>Info</b></th>
313                     <td>Your configuration file seems to be set up for 'dom'.</td>
314                 </tr>
315                 [% ELSIF config_entry.error == 'zebra_bib_grs_warn' %]
316                 <tr>
317                     <th scope="row"><b>Warning</b></th>
318                     <td>The &lt;zebra_bib_index_mode&gt; entry is set to 'grs1'.
319                         GRS-1 support is now deprecated and will be removed in future releases.
320                         Please use DOM instead. To switch follow this page of wiki:
321                         <a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a>
322                     </td>
323                 </tr>
324                 [% ELSIF config_entry.error == 'zebra_bib_index_mode_mismatch_warn' %]
325                 <tr>
326                     <th scope="row"><b>Warning</b></th>
327                     <td>The &lt;zebra_bib_index_mode&gt; entry is set to 'dom', but your system still appears to be set up for 'grs1' indexing.</td>
328                 </tr>
329                 [% ELSIF config_entry.error == 'zebra_auth_grs_warn' %]
330                 <tr>
331                     <th scope="row"><b>Warning</b></th>
332                     <td>The &lt;zebra_auth_index_mode&gt; entry is set to 'grs1'.
333                         GRS-1 support is now deprecated and will be removed in future releases.
334                         Please use DOM instead. To switch follow this page of wiki:
335                         <a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a>
336                     </td>
337                 </tr>
338                 [% ELSIF config_entry.error == 'zebra_auth_index_mode_mismatch_warn' %]
339                 <tr>
340                     <th scope="row"><b>Warning</b></th>
341                     <td>The &lt;zebra_auth_index_mode&gt; entry is set to 'dom', but your system still appears to be set up for 'grs1' indexing.</td>
342                 </tr>
343                 [% ELSIF config_entry.error == 'queryparser_entry_missing' %]
344                 <tr>
345                     <th scope="row"><b>Warning</b></th>
346                     <td>You have set UseQueryParser but the 'queryparser_config' entry is missing in your configuration
347                         file. [% config_entry.file %] is used as a fallback.
348                     </td>
349                 </tr>
350                 [% ELSIF config_entry.error == 'use_zebra_facets_entry_missing' %]
351                 <tr>
352                     <th scope="row"><b>Warning</b></th>
353                     <td>The &lt;use_zebra_facets&gt; entry is missing in your configuration file. Falling back
354                         to legacy facet calculation.
355                     </td>
356                 </tr>
357                 [% ELSIF config_entry.error == 'use_zebra_facets_needs_dom' %]
358                 <tr>
359                     <th scope="row"><b>Warning</b></th>
360                     <td>You have set &lt;use_zebra_facets&gt; but the &lt;zebra_bib_index_mode&gt; is not set to 'dom'. Falling back
361                         to legacy facet calculation.
362                     </td>
363                 </tr>
364                 [% ELSIF config_entry.error == 'log4perl_entry_missing' %]
365                 <tr>
366                     <th scope="row"><b>Warning</b></th>
367                     <td>You are missing the &lt;log4perl_conf&gt; entry in your koha-conf.xml file. Please
368                         add it, pointing to the log4perl.conf file for your Koha instance.
369                     </td>
370                 </tr>
371                 [% ELSIF config_entry.error == 'uploadpath_entry_missing' %]
372                 <tr>
373                     <th scope="row"><b>Warning</b></th>
374                     <td>You are missing the &lt;upload_path&gt; entry in your koha-conf.xml file. Please
375                         add it, pointing to the configured file upload directory for your Koha instance.
376                     </td>
377                 </tr>
378                 [% ELSIF config_entry.error == 'uploadpath_and_opacbaseurl_entry_missing' %]
379                 <tr>
380                     <th scope="row"><b>Warning</b></th>
381                     <td>You are missing the &lt;upload_path&gt; entry in your koha-conf.xml file. Please
382                         add it, pointing to the configured file upload directory for your Koha instance.
383                         Also note that you need to properly set the OPACBaseURL preference for the file upload plugin to work.
384                     </td>
385                 </tr>
386                 [% END %]
387             [% END %]
388             </table>
389         [% END %]
390     [% ELSE %]
391         <p>No warnings.</p>
392     [% END %]
393         </div>
394
395         <div id="team">
396             <h2>Special thanks to the following organizations</h2>
397             <ul>
398                 <li><a href="http://library.org.nz">Horowhenua Library Trust</a>, New Zealand, and Rosalie Blake, Head of Libraries, (Koha 1.0)</li>
399                 <li>The <a href="http://www.myacpl.org/">Athens County Public Libraries</a>, Ohio, USA (MARC sponsorship, documentation, template maintenance)</li>
400                 <li><a href="http://www.emn.fr">EMN (Ecole des Mines de Nantes)</a>, France (Suggestions, Stats wizards and improved LDAP sponsorship)</li>
401                 <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>
402                 <li><a href="http://www.mediathequeouestprovence.fr/">SAN-Ouest Provence</a>, France (Koha 3.0 enhancements to patrons and holds modules)</li>
403                 <li>The <a href="http://ccfls.org">Crawford County Federated Library System</a>, PA, USA (Koha 3.0 Zebra Integration sponsorship)</li>
404                 <li>The <a href="http://www.geauga.lib.oh.us/">Geauga County Public Library</a>, OH, USA (Koha 3.0 beta testing)</li>
405                 <li>The <a href="http://library.neu.edu.tr">Near East University</a>, Cyprus</li>
406                 <li>OPUS International Consultants, Wellington, New Zealand (Corporate Serials sponsorship)</li>
407                 <li><a href="http://www.famfamfam.com/">famfamfam.com</a> Birmingham (UK) based developer Mark James for the famfamfam Silk iconset.</li>
408                 <li><a href="http://www.ashs.school.nz/">Albany Senior High School</a>, Auckland, New Zealand (OPAC 'star-ratings' sponsorship)</li>
409             </ul>
410
411             <h2>Koha <span style="color:red" title="Koha version numbering has jumped from 3.22 to 16.05 (yy.mm) as from May 2016">17.11</span> release team</h2>
412             <ul>
413                 <li><strong>Release manager:</strong>
414                     <a href="https://www.openhub.net/p/koha/contributors/6618545125093">Jonathan Druart</a></li>
415                 <li><strong>Documentation Team:</strong>
416                     <ul>
417                     <li><a href="https://www.openhub.net/p/koha/contributors/6618544609030">Chris Cormack</a></li>
418                     <li><a href="https://www.openhub.net/p/koha/contributors/6618544670742">Katrin Fischer</a></li>
419                     <li>Indranil Das Gupta (Database documentation)</li>
420                     </ul>
421                 </li>
422                 <li><strong>Translation manager:</strong>
423                     <a href="https://www.openhub.net/p/koha/contributors/6618544839606">Bernardo González Kriegel</a></li>
424                 <li><strong>Quality assurance team:</strong>
425                     <ul>
426                         <li><a href="https://www.openhub.net/p/koha/contributors/6618544730094">Tomás Cohen Arazi</a></li>
427                         <li><a href="https://www.openhub.net/p/koha/contributors/6620692886191">Nick Clemens</a></li>
428                         <li><a href="https://www.openhub.net/p/koha/contributors/6618544661344">Brendan A. Gallagher</a></li>
429                         <li><a href="https://www.openhub.net/p/koha/contributors/6620692261494">Kyle Hall</a></li>
430                         <li><a href="https://www.openhub.net/p/koha/contributors/6620692419690">Julian Maurice</a></li>
431                         <li><a href="https://www.openhub.net/p/koha/contributors/6618544785220">Martin Renvoize</a></li>
432                         <li><a href="https://www.openhub.net/p/koha/contributors/6618544727712">Marcel de Rooy</a></li>
433                         <li>Alex Sassmannshausen</li>
434                     </ul>
435                 </li>
436                 <li><strong>Release maintainers:</strong>
437                     <ul>
438                         <li><a href="https://www.openhub.net/p/koha/contributors/6620692831733">Fridolin Somers</a> (17.05)</li>
439                         <li><a href="https://www.openhub.net/p/koha/contributors/6618544670742">Katrin Fischer</a> (16.11)</li>
440                         <li><a href="https://www.openhub.net/p/koha/contributors/6618544618401">Mason James</a> (16.05)</li>
441                     </ul>
442                 </li>
443                 <li><strong>Packaging manager:</strong>
444                     <a href="https://www.openhub.net/p/koha/contributors/6620692605913">Mirko Tietgen</a>
445                 </li>
446                 <li><strong>Jenkins maintainer:</strong>
447                     <a href="https://www.openhub.net/p/koha/contributors/6618544730094">Tomás Cohen Arazi</a>
448                 </li>
449                 <li><strong>Bug wranglers:</strong>
450                     <ul>
451                         <li>Claire Gravely</li>
452                         <li>Amit Gupta</li>
453                         <li>Josef Moravec</li>
454                         <li><a href="https://www.openhub.net/p/koha/contributors/6618545408147">Marc Véron</a></li>
455                     </ul>
456                 </li>
457             </ul>
458
459             <h2>Koha development team</h2>
460             <ul>
461                 <li>Jacek Ablewicz</li>
462                 <li>Md. Aftabuddin</li>
463                 <li>Jon Aker</li>
464                 <li>Chloe Alabaster</li>
465                 <li>Edward Allen</li>
466                 <li>Francisco M. Marzoa Alonso</li>
467                 <li>Morgane Alonso</li>
468                 <li>Joseph Alway</li>
469                 <li>Cindy Murdock Ames</li>
470                 <li>Aleisha Amohia</li>
471                 <li>Roman Amor</li>
472                 <li>Richard Anderson</li>
473                 <li><a href="https://www.openhub.net/p/koha/contributors/6620692181851">Nahuel Angelinetti</a></li>
474                 <li>Nuño López Ansótegui</li>
475                 <li>Dimitris Antonakis</li>
476                 <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.05 QA Team Member)</a></li>
477                 <li><a href="https://www.openhub.net/p/koha/contributors/6620692124662">Andrew Arensburger (the small and great C4::Context module)</a></li>
478                 <li>Alex Arnaud</li>
479                 <li>Petter Goksøyr Åsen</li>
480                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544614259">Joe Atzberger</a></li>
481                 <li>Héctor Eduardo Castro Avalos</li>
482                 <li>Larry Baerveldt</li>
483                 <li>Marc Balmer</li>
484                 <li>Edmund Balnaves</li>
485                 <li>Al Banks</li>
486                 <li>Daniel Banzli</li>
487                 <li>Stefano Bargioni</li>
488                 <li>Daniel Barker</li>
489                 <li>Greg Barniskis</li>
490                 <li>Benedykt P. Barszcz (Polish for 2.0)</li>
491                 <li>D Ruth Bavousett (3.12 Translation Manager)</li>
492                 <li>Maxime Beaulieu</li>
493                 <li>Zoe Bennett</li>
494                 <li>Natalie Bennison</li>
495                 <li>John Beppu</li>
496                 <li>Pablo Bianchi</li>
497                 <li>Chad Billman</li>
498                 <li>David Birmingham</li>
499                 <li>Florian Bischof</li>
500                 <li>Oliver Bock</li>
501                 <li>Gaetan Boisson</li>
502                 <li>David Bourgault</li>
503                 <li>Rebecca Blundell</li>
504                 <li>Danny Bouman</li>
505                 <li>Christopher Brannon (3.20 QA Team Member)</li>
506                 <li>Stan Brinkerhoff</li>
507                 <li>Isaac Brodsky</li>
508                 <li>Ivan Brown</li>
509                 <li>Roger Buck</li>
510                 <li>Alex Buckley</li>
511                 <li>Michael Andrew Cabus</li>
512                 <li>Steven Callender</li>
513                 <li><a href="https://www.openhub.net/p/koha/contributors/6620692376789">Jared Camins-Esakov (3.12 Release Manager; 3.6 Release Maintainer)</a></li>
514                 <li>Colin Campbell (3.4 QA Manager)</li>
515                 <li>Fernando Canizo</li>
516                 <li>Barry Cannon</li>
517                 <li>Frédérick Capovilla</li>
518                 <li>DeAndre Carroll</li>
519                 <li>Chris Catalfo (new plugin MARC editor)</li>
520                 <li>Marc Chantreux</li>
521                 <li>Jerome Charaoui</li>
522                 <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>
523                 <li>Francois Charbonnier</li>
524                 <li>Evonne Cheung</li>
525                 <li>Andrew Chilton</li>
526                 <li>Pongtawat Chippimolchai</li>
527                 <li>Barton Chittenden</li>
528                 <li>Koha SAB CINECA</li>
529                 <li>Nick Clemens (16.11 - 17.05 QA Team Member)</li>
530                 <li>Garry Collum</li>
531                 <li>David Cook</li>
532                 <li>John Copeland</li>
533                 <li>Charlotte Cordwell</li>
534                 <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)</a></li>
535                 <li>Jeremy Crabtree</li>
536                 <li>Bonnie Crawford</li>
537                 <li>Samuel Crosby</li>
538                 <li>Christophe Croullebois</li>
539                 <li>Olivier Crouzet</li>
540                 <li>Nate Curulla</li>
541                 <li>Vincent Danjean</li>
542                 <li>Hugh Davenport</li>
543                 <li>Elliott Davis (3.12 QA Team Member)</li>
544                 <li>Doug Dearden</li>
545                 <li>Kip DeGraaf</li>
546                 <li>Stéphane Delaune</li>
547                 <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>
548                 <li>Connor Dewar</li>
549                 <li>Srikanth Dhondi</li>
550                 <li>Leire Diez</li>
551                 <li>Yarik</li>
552                 <li>Rocio Dressler</li>
553                 <li><a href="https://www.openhub.net/p/koha/contributors/6618545125093">Jonathan Druart (3.8 - 17.05 QA Team Member)</a></li>
554                 <li>Serhij Dubyk</li>
555                 <li>Yohann Dufour</li>
556                 <li>Thomas Dukleth (MARC Frameworks Maintenance)</li>
557                 <li>Frederic Durand</li>
558                 <li>Sebastiaan Durand</li>
559                 <li>Rachel Dustin</li>
560                 <li>Ecole des Mines de Saint Etienne, Philippe Jaillon (OAI-PMH support)</li>
561                 <li>Stephen Edwards</li>
562                 <li>Dani Elder</li>
563                 <li>Gus Ellerm</li>
564                 <li>Andrew Elwell</li>
565                 <li>Brian Engard</li>
566                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544646984">Nicole C. Engard (3.0 - 16.11 Documentation Manager)</a></li>
567                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544677502">Magnus Enger</a></li>
568                 <li>Esiee School (Jérome Vizcaino, Michel Lerenard, Pierre Cauchois)</li>
569                 <li>Jason Etheridge</li>
570                 <li>Shaun Evans</li>
571                 <li>Pat Eyler (Kaitiaki from 2002 to 2004)</li>
572                 <li>Charles Farmer</li>
573                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544609865">Antoine Farnault</a></li>
574                 <li>Arslan Farooq</li>
575                 <li>Vitor Fernandes</li>
576                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544609053">Joshua Ferraro (3.0 Release Manager and Translation Manager)</a></li>
577                 <li>Julian Fiol</li>
578                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544670742">Katrin Fischer (3.12 - 16.11 QA Manager, 16.11 Release Maintainer)</a></li>
579                 <li>Connor Fraser</li>
580                 <li>Clay Fouts</li>
581                 <li>Brendon Ford</li>
582                 <li>Claudia Forsman</li>
583                 <li>Jessica Freeman</li>
584                 <li>Corey Fuimaono</li>
585                 <li>Marco Gaiarin</li>
586                 <li>Pierrick Le Gall</li>
587                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544661344">Brendan A. Gallagher (3.14 - 3.22 QA Team Member; 16.05, 16.11 - 17.05 Release Manager)</a></li>
588                 <li>Tumer Garip</li>
589                 <li>Russel Garlick</li>
590                 <li>Mark Gavillet</li>
591                 <li>Daniel Kahn Gillmor</li>
592                 <li>David Goldfein</li>
593                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544839606">Bernardo González Kriegel (3.14 - 17.05 Translation Manager; 3.10 Release Maintainer)</a></li>
594                 <li>Caitlin Goodger</li>
595                 <li>Claire Gravely</li>
596                 <li>Briana Greally</li>
597                 <li>Daniel Grobani</li>
598                 <li>Victor Grousset</li>
599                 <li>Isabel Grubi</li>
600                 <li>David Gustafsson</li>
601                 <li>Amit Gupta</li>
602                 <li>Indranil Das Gupta</li>
603                 <li>Michael Hafen</li>
604                 <li>Christopher Hall (3.8 Release Maintainer)</li>
605                 <li><a href="https://www.openhub.net/p/koha/contributors/6620692261494">Kyle Hall (3.8 Release Maintainer; 3.14 - 17.05 QA Team Member; 16.11 - 17.05 Release Manager)</a></li>
606                 <li>Sean Hamlin</li>
607                 <li>Tim Hannah</li>
608                 <li>Mike Hansen</li>
609                 <li>Brian Harrington</li>
610                 <li>Brandon Haveman</li>
611                 <li>Rochelle Healy</li>
612                 <li>Emma Heath</li>
613                 <li>Friedrich zur Hellen</li>
614                 <li>Kate Henderson</li>
615                 <li>Michaes Herman</li>
616                 <li>Claire Hernandez</li>
617                 <li>Wolfgang Heymans</li>
618                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544614261">Ryan Higgins</a></li>
619                 <li>Morag Hills</li>
620                 <li>Sèbastien Hinderer</li>
621                 <li>Kristina D.C. Hoeppner</li>
622                 <li>Stefan Berndtsson</li>
623                 <li>Stephanie Hogan</li>
624                 <li>Karl Holten</li>
625                 <li>Daniel Holth</li>
626                 <li>Andrew Hooper</li>
627                 <li>Luke Honiss</li>
628                 <li>Alexandra Horsman</li>
629                 <li>Tom Houlker</li>
630                 <li>Matthew Hunt</li>
631                 <li>Christopher Hyde</li>
632                 <li>Rolando Isidoro</li>
633                 <li>Te Rauhina Jackson</li>
634                 <li>Cory Jaeger</li>
635                 <li>Lee Jamison</li>
636                 <li>Srdjan Jankovic</li>
637                 <li>Philippe Jaillon</li>
638                 <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>
639                 <li>Karen Jen</li>
640                 <li>Mike Johnson</li>
641                 <li>Donovan Jones</li>
642                 <li>Andreas Jonsson</li>
643                 <li>Bart Jorgensen</li>
644                 <li>Janusz Kaczmarek</li>
645                 <li>Koustubha Kale</li>
646                 <li>Pasi Kallinen</li>
647                 <li>Dimitris Kamenopoulos</li>
648                 <li>Peter Crellan Kelly</li>
649                 <li>Jorgia Kelsey</li>
650                 <li>Olli-Antti Kivilahti</li>
651                 <li>Attila Kinali</li>
652                 <li>Chris Kirby</li>
653                 <li>Ulrich Kleiber</li>
654                 <li>Jon Knight</li>
655                 <li>Rafal Kopaczka</li>
656                 <li>Piotr Kowalski</li>
657                 <li>David Kuhn</li>
658                 <li>Joonas Kylmälä</li>
659                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544614275">Henri-Damien Laurent (3.0 Release Maintainer)</a></li>
660                 <li>Arnaud Laurin</li>
661                 <li>Nicolas Legrand</li>
662                 <li>Sonia Lemaire</li>
663                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544609147">Owen Leonard (3.0+ Interface Design)</a></li>
664                 <li>Ambrose Li (translation tool)</li>
665                 <li>Gynn Lomax</li>
666                 <li>Peter Lorimer</li>
667                 <li>Robert Lyon (Corporate Serials)</li>
668                 <li>Ere Maijala</li>
669                 <li>Sherryn Mak</li>
670                 <li>Merllisia Manueli</li>
671                 <li>Florent Mara</li>
672                 <li>Francois Marier</li>
673                 <li>Patricio Marrone</li>
674                 <li>Jose Martin</li>
675                 <li>Jesse Maseto</li>
676                 <li>Frère Sébastien Marie</li>
677                 <li>Ricardo Dias Marques</li>
678                 <li>Julian Maurice (3.18, 17.05 QA Team Member; 3.22 Release Maintainer)</li>
679                 <li>Remi Mayrand-Provencher</li>
680                 <li>Brig C. McCoy</li>
681                 <li>Grace McKenzie</li>
682                 <li>Tim McMahon</li>
683                 <li>Dorian Meid (German translation)</li>
684                 <li>Meenakshi. R</li>
685                 <li>Melia Meggs</li>
686                 <li>Holger Meißner</li>
687                 <li>Karl Menzies</li>
688                 <li>Matthias Meusburger</li>
689                 <li>Sophie Meynieux</li>
690                 <li>Janet McGowan</li>
691                 <li>Alan Millar</li>
692                 <li>Jono Mingard</li>
693                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544607803">Andrew Moore</a></li>
694                 <li>Francesca Moore</li>
695                 <li>Josef Moravec</li>
696                 <li>Sharon Moreland</li>
697                 <li>Nicolas Morin</li>
698                 <li>Mike Mylonas</li>
699                 <li>Natasha ?? [Catalyst Academy]</li>
700                 <li>Nadia Nicolaides</li>
701                 <li>Nazlı</li>
702                 <li>Joy Nelson</li>
703                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544615991">Chris Nighswonger (3.2 - 3.6 Release Maintainer)</a></li>
704                 <li>Brian Norris</li>
705                 <li>Duy Tinh Nguyen</li>
706                 <li>Simith D'Oliveira</li>
707                 <li>Albert Oller</li>
708                 <li>Eric Olsen</li>
709                 <li>H. Passini</li>
710                 <li>Priya Patel</li>
711                 <li>Aliki Pavlidou</li>
712                 <li>Dobrica Pavlinusic</li>
713                 <li>Maxime Pelletier</li>
714                 <li>Shari Perkins</li>
715                 <li>Martin Persson</li>
716                 <li>Dominic Pichette</li>
717                 <li>Fred Pierre</li>
718                 <li>Eric Phetteplace (phette23)</li>
719                 <li>Genevieve Plantin</li>
720                 <li>Simon Pouchol</li>
721                 <li>Polytechnic University</li>
722                 <li>Pongtawat</li>
723                 <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>
724                 <li>Karam Qubsi</li>
725                 <li>Romina Racca</li>
726                 <li><a href="https://www.openhub.net/p/koha/contributors/6620692116417">MJ Ray (2.0 Release Maintainer)</a></li>
727                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544650708">Liz Rea</a> (3.6, 3.18 Release Maintainer)</li>
728                 <li>Thatcher Rea</li>
729                 <li>Allen Reinmeyer</li>
730                 <li>Serge Renaux</li>
731                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544785220">Martin Renvoize (3.16 - 17.05 QA Team Member)</a></li>
732                 <li>Francesco Rivetti</li>
733                 <li>Abby Robertson</li>
734                 <li>Waylon Robertson</li>
735                 <li>Benjamin Rokseth</li>
736                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544727712">Marcel de Rooy (3.8 - 17.05 QA Team Member)</a></li>
737                 <li>Andreas Roussos</li>
738                 <li>Salvador Zaragoza Rubio</li>
739                 <li>Mathieu Saby</li>
740                 <li>Eivin Giske Skaaren</li>
741                 <li>Brice Sanchez</li>
742                 <li>Sam Sanders</li>
743                 <li>Rodrigo Santellan</li>
744                 <li>Viktor Sarge</li>
745                 <li>Alex Sassmannshausen</li>
746                 <li>Adrien Saurat</li>
747                 <li>Zoe Schoeler</li>
748                 <li>Dan Scott</li>
749                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544619438">Robin Sheat (3.2 - 3.22 Packaging Manager)</a></li>
750                 <li>Maksim Sen</li>
751                 <li>Juhani Seppälä</li>
752                 <li>John Seymour</li>
753                 <li>Juan Romay Sieira</li>
754                 <li>Zach Sim</li>
755                 <li>Radek Šiman</li>
756                 <li>Silvia Simonetti</li>
757                 <li>Savitra Sirohi</li>
758                 <li>Pawel Skuza (Polish for 1.2)</li>
759                 <li>Emma Smith</li>
760                 <li>Grace Smyth</li>
761                 <li><a href="https://www.openhub.net/p/koha/contributors/6620692831733">Fridolin Somers (3.14 Release Maintainer, 17.05 QA Team Member)</a></li>
762                 <li>Southeastern University</li>
763                 <li>Martin Stenberg</li>
764                 <li>Glen Stewart</li>
765                 <li>Will Stokes</li>
766                 <li>Simon Story</li>
767                 <li>David Strainchamps</li>
768                 <li>Ed Summers (Some code and Perl packages like MARC::Record)</li>
769                 <li>Daniel Sweeney</li>
770                 <li>Zeno Tajoli</li>
771                 <li>Lari Taskula</li>
772                 <li>Samanta Tello</li>
773                 <li>Adam Thick</li>
774                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544609107">Finlay Thompson</a></li>
775                 <li>Peggy Thrasher</li>
776                 <li>Fabio Tiana</li>
777                 <li>Mirko Tietgen (16.11 - 17.05 Packaging Manager)</li>
778                 <li>Mark Tompsett</li>
779                 <li><a href="https://www.openhub.net/p/koha/contributors/6620692101577">Steve Tonnesen (early MARC work, Virtual Bookshelves concept, KohaCD)</a></li>
780                 <li>Bruno Toumi</li>
781                 <li>Andrei V. Toutoukine</li>
782                 <li>Duncan Tyler</li>
783                 <li>Kathryn Tyree</li>
784                 <li>Darrell Ulm</li>
785                 <li>Universidad ORT Uruguay (Ernesto Silva, Andres Tarallo)</li>
786                 <li>Eric Vantillard </li>
787                 <li>Oleg Vasylenko</li>
788                 <li><a href="https://www.openhub.net/p/koha/contributors/6618545408147">Marc Véron</a></li>
789                 <li>Justin Vos</li>
790                 <li>Aleksa Vujicic</li>
791                 <li>Reed Wade</li>
792                 <li>Stacey Walker</li>
793                 <li>Ian Walls (3.6 - 3.10 QA Manager)</li>
794                 <li><a href="https://www.openhub.net/accounts/janewagner">Jane Wagner</a></li>
795                 <li>Ward van Wanrooij</li>
796                 <li>Jenny Way</li>
797                 <li><a href="https://www.openhub.net/accounts/pianohacker">Jesse Weaver (16.05, 16.11 QA Team Member)</a></li>
798                 <li>Chris Weeks</li>
799                 <li>Stefan Weil</li>
800                 <li>Aaron Wells</li>
801                 <li>Rick Welykochy</li>
802                 <li>Piotr Wejman</li>
803                 <li>Ron Wickersham</li>
804                 <li>Brett Wilkins</li>
805                 <li><a href="https://www.openhub.net/p/koha/contributors/6620692127299">Olwen Williams (Database design and data extraction for Koha 1.0)</a></li>
806                 <li>Robert Williams</li>
807                 <li>James Winter</li>
808                 <li>Lars Wirzenius</li>
809                 <li>Baptiste Wojtkowski</li>
810                 <li>Thomas Wright</li>
811                 <li>Jen Zajac</li>
812                 <li>Kenza Zaki</li>
813             </ul>
814             <h3>Contributing companies and institutions</h3>
815             <ul>
816                 <li>BibLibre, France</li>
817                 <li>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ), Germany</li>
818                 <li>ByWater Solutions, USA</li>
819                 <li>Calyx, Australia</li>
820                 <li>Catalyst IT, New Zealand</li>
821                 <li>C &amp; P Bibliography Services, USA</li>
822                 <li>Hochschule für Gesundheit (hsg), Germany</li>
823                 <li>Katipo Communications, New Zealand</li>
824                 <li>KEEP SOLUTIONS, Portugal</li>
825                 <li>KohaAloha, New Zealand</li>
826                 <li>LibLime, USA</li>
827                 <li>Libriotech, Norway</li>
828                 <li>Nelsonville Public Library, Ohio, USA</li>
829                 <li>Prosentient Systems, Australia</li>
830                 <li>PTFS, Maryland, USA</li>
831                 <li>PTFS Europe Ltd, United Kingdom</li>
832                 <li>Rijksmuseum, Amsterdam, The Netherlands</li>
833                 <li>SAN-Ouest Provence, France</li>
834                 <li>software.coop, United Kingdom</li>
835                 <li>Tamil, France</li>
836                 <li>Universidad Nacional de Córdoba, Argentina</li>
837                 <li>Xercode, Spain</li>
838             </ul>
839
840             <h2>Additional thanks to...</h2>
841             <ul>
842                 <li>Irma Birchall</li>
843                 <li>Rachel Hamilton-Williams (Kaitiaki from 2004 to present)</li>
844                 <li>Stephen Hedges (early Documentation Manager)</li>
845                 <li>Brooke Johnson</li>
846                 <li>Jo Ransom</li>
847                 <li>Nicholas Rosasco (Documentation Compiler)</li>
848                 <li>Regula Sebastiao</li>
849             </ul>
850         </div>
851
852         <div id="licenses">
853             <h2>Koha</h2>
854             <p>
855             <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>
856             </p>
857             <h2>jQuery and jQueryUI</h2>
858             <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>
859             <h2>Bootstrap</h2>
860             <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>
861             <h2>YUI</h2>
862             <p>
863             <a href="http://yuilibrary.com/license/">BSD License</a>
864             </p>
865             <h2>Famfamfam iconset</h2>
866               <ul>
867                 <li><a href="http://www.famfamfam.com/lab/icons/silk/">FamFamFam Site</a></li>
868                 <li><a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a></li>
869               </ul>
870             <h2>The Bridge Material Type Icon Set</h2>
871               <ul>
872                 <li><a href="http://apps.carleton.edu/campus/library/bridge_icons/">Bridge Material Type Icons Project</a></li>
873                 <li>The Bridge Material Type Icon Set is licensed under a
874                   <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>
875                   by the Bridge Consortium of Carleton College and St. Olaf College.</li>
876               </ul>
877
878             <h2>The Noun Project icons</h2>
879                 <ul>
880                     <li>All images come from <a href="https://thenounproject.com/">The Noun Project</a> collection</li>
881                     <li>
882                         Circulation ("<a href="https://thenounproject.com/icon/743/">fair-trade</a>") symbol by Edward Boatman ; Patrons
883                         ("<a href="https://thenounproject.com/term/childrens-library/739/">children's library</a>") symbol by Edward Boatman, Saul Tannenbaum,
884                         Stephen Kennedy, Nikki Snow, Brooke Hamilton ; Search ("<a href="https://thenounproject.com/term/magnifying-glass/907/">magnifying
885                         glass</a>") symbol by Philipp Süß ; Lists ("<a href="https://thenounproject.com/term/folder/650/">folder</a>") symbol by Jack
886                         Biesek, Gladys Brenner, Margaret Faye, Healther Merrifield, Kate
887                         Keating, Wendy Olmstead, Todd Pierce, Jamie Cowgill, Jim Bolek ;
888                         Course reserves ("<a href="https://thenounproject.com/term/stack-of-books/11494/">stack of books</a>") symbol by Jeremy J. Bristol;
889                         Cataloging ("<a href="https://thenounproject.com/term/tag/888732/">price tag</a>") symbol by the Noun Project ; Authorities
890                         ("<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
891                         Caserta ; Acquisitions ("<a href="https://thenounproject.com/term/gift/970853/">gift</a>") symbol by David Goodger ; Reports
892                         ("<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
893                         Jeremy Minnick ; Tools ("<a href="https://thenounproject.com/term/wrench/234/">wrench</a>") symbol by National Park Service
894                     </li>
895                 </ul>
896
897             <h2>jQuery Star Rating Plugin</h2>
898               <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>
899
900             <p>Copyright &copy; 2008 <a href="http://www.fyneworks.com/">Fyneworks.com</a></p>
901
902             <h2>jQuery insertAtCaret Plugin</h2>
903             <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>
904
905             <p>Copyright &copy; 2003-2010 phpMyAdmin devel team</p>
906
907             <h2>jQuery treetable Plugin</h2>
908
909             <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>
910
911             <h2>OpenJS Keyboard Shortcuts Library</h2>
912
913             <p>The <a href="http://www.openjs.com/scripts/events/keyboard_shortcuts/">OpenJS keyboard shortcuts library</a>
914                by Binny V A is licensed under the BSD license.</p>
915
916             <h2>jquery.dataTables.grouping.js</h2>
917             <p>The <a href="https://code.google.com/p/jquery-datatables-row-grouping/">jquery.dataTables.grouping.js</a>
918                plugin by Jovan Popovic is licensed under the BSD and GPL v2 license.</p>
919
920             <h2>jQuery Colvis plugin</h2>
921             <p>The <a href="http://datatables.net/extensions/colvis/">controls for column visiblity in DataTables</a>
922                 by Allan Jardine is licensed under the BSD 3 and GPL v2 license.</p>
923
924             <h2>jquery.multiple.select.js</h2>
925             <p>The <a href="http://wenzhixin.net.cn/p/multiple-select/">jQuery multiple select plugin</a>
926                by Zhixin Wen is licensed under the MIT license.</p>
927
928             <h2>Javascript Diff Algorithm</h2>
929             <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>
930
931             <h2>jQuery Validation Plugin</h2>
932             <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>
933
934             <h2>TinyMCE WYSIWYG editor</h2>
935             <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>
936
937             <h2>Font Awesome</h2>
938             <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>
939
940             <h2>CodeMirror editing library</h2>
941             <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>
942
943             <h2>FileSaver library</h2>
944             <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>
945
946             <h2>Require.js JS module system</h2>
947             <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>
948
949             <h2>OAI xslt stylesheet</h2>
950             <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>
951
952             <h2>Select2</h2>
953             <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>
954
955             <h2>jquery.tablednd.js</h2>
956             <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>
957
958             <h2>Leaflet</h2>
959             <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>
960
961             <h2>jquery.emojiarea.js</h2>
962             <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>
963         </div>
964
965         <div id="translations">
966             <h2>Translation</h2>
967             <ul>
968 <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.
969 <li>&#4768;&#4635;&#4653;&#4763; (Amharic) Getway II Ethiopia Co. (Yohannes Mulugeta (Team Leader), Tegene Assefa, Abiyot Bayou)</li>
970 <li>Armenian Tigran Zargaryan</li>
971 <li>&#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080; (Bulgarian) Radoslav Kolev</li>
972 <li>euskara (Basque) Fernando Berrizbeitia, the librarians of Eima Katalogoa, Tabakalera International Contemporary Culture Centre, and Nere Erkiaga</li>
973 <li>&#2476;&#2494;&#2434;&#2482;&#2494; (Bengali) Parthasarathi Mukhopadhyay</li>
974 <li>&#20013;&#25991; (Chinese)</li>
975 <li>Hrvatski (Croatian)</li>
976 <li>&#x010D;e&#353;tina (Czech)</li>
977 <li>D&aelig;nsk (Danish)</li>
978 <li>Nederlands-Nederland (Dutch-The Netherlands) Sponsored by Rijksmuseum</li>
979 <li>Nederlands-Belgi&euml; (Dutch-Belgium)</li>
980 <li>English</li>
981 <li>suomi, suomen kieli (Finnish) Pasi Korkalo</li>
982 <li>Fran&ccedil;ais (French) <a href="http://www.koha-fr.org/content/lassociation-kohala">Kohala</a>, Pascale Nalon (ENSMP), and many more </li>
983 <li>Galego (Galician) Ignacio Javier</li>
984 <li>Deutsch (German) Friedrich zur Hellen, Robert Hillig, Katrin Fischer, Beda Szukics, Mirko Tietgen and Marc Véron</li>
985 <li>&#949;&#955;&#955;&#951;&#957;&#953;&#954;&#940; (Greek, Modern [1453- ]) Georgia Katsarou, Panoraia Gaitanou and Kiriaki Roditi</li>
986 <li>&#1506;&#1489;&#1512;&#1497;&#1514; (Hebrew)</li>
987 <li>&#2361;&#2367;&#2344;&#2381;&#2342;&#2368; (Hindi)</li>
988 <li>Magyar (Hungarian)Agnes Imecs</li>
989 <li>Norsk Bokmål (Norwegian) Axel Bojer and Thomas Gramstad</li>
990 <li>Norsk Nynorsk (Norwegian) Unni Knutsen and Marit Kristine Ådland</li>
991 <li>(Indonesian)</li>
992 <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>
993 <li>&#26085;&#26412;&#35486; (Japanese)</li>
994 <li>&#54620;&#44397;&#50612; (Korean)</li>
995 <li>&#3221;&#3240;&#3277;&#3240;&#3233; (kanna&#7693;a)</li>
996 <li>Latina (Latin)</li>
997 <li>Lao Anousak Anthony Souphavanh</li>
998 <li>M&#257;ori</li>
999 <li>&#3374;&#3378;&#3375;&#3390;&#3379;&#3330; (Malayalam)</li>
1000 <li>&#1601;&#1575;&#1585;&#1587;&#1609; (Persian)</li>
1001 <li>&#2835;&#2908;&#2879;&#2822; (&#x014D;&#7771;iy&#257;)</li>
1002 <li>Polski (Polish)</li>
1003 <li>Portugu&ecirc;s (Portuguese)</li>
1004 <li>Rom&acirc;n&#259; (Romanian)</li>
1005 <li>&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; (Russian) Victor Titarchuk and Serhij Dubyk</li>
1006 <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>
1007 <li>Svenska (Swedish)</li>
1008 <li>Tetun (Tetum) Karen Myers</li>
1009 <li>&#3616;&#3634;&#3625;&#3634;&#3652;&#3607;&#3618; (Thai)</li>
1010 <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>
1011 <li>&#1575;&#1585;&#1583;&#1608;(Urdu) Ata ur Rehman</li>
1012 <li>&#1059;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072; (Ukrainian) Victor Titarchuk and Serhij Dubyk</li>
1013             </ul>
1014
1015         </div>
1016
1017         <div id="history">
1018         <h2>Koha history timeline</h2>
1019     [% IF ! timeline_read_error %]
1020         <table style="cursor:pointer">
1021         <thead>
1022         <tr>
1023             <td  style="font-weight:bold;" >Date</td>
1024             <td  style="font-weight:bold;" >Description</td>
1025         </tr>
1026         </thead>
1027         [% FOREACH tabl IN table2 %]
1028             <tr class="[% loop.parity %]">
1029                 [% FOREACH ro IN tabl.row2 %]
1030                      <td>[% ro.date %]</td>
1031                      <td>[% ro.desc|html %]</td>
1032                 [% END %]
1033             </tr>
1034         [% END %]
1035         </table>
1036     [% ELSE %]
1037         <div class="dialog alert">
1038             Could not read the history.txt file. Please make sure &lt;docdir&gt; is correctly defined in koha-conf.xml.
1039         </div>
1040     [% END %]
1041         </div>
1042
1043     </div>
1044 </div>
1045 </div>
1046
1047 [% MACRO jsinclude BLOCK %]
1048     <script type="text/javascript">
1049          $(document).ready(function() {
1050             $('#abouttabs').tabs();
1051          });
1052     </script>
1053 [% END %]
1054 <!-- the main div is closed in intranet-bottom.inc -->
1055 [% INCLUDE 'intranet-bottom.inc' %]