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