Merge remote-tracking branch 'origin/new/bug_8062'
[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">Koha 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             <tr><th scope="row">Zebra version: </th><td>[% zebraVersion |html %]</td></tr>
52             [% IF (errZebraConnection == 10000) %]
53             <tr><th scope="row"><b>Error</b> </th><td>Zebra server seems not to be available. Is it started?</td></tr>
54             [% ELSIF (errZebraConnection) %]
55             <tr><th scope="row"><b>Warning</b> </th><td>Error message from Zebra: [% ( errZebraConnection ) %] </td></tr>
56             [% END %]
57         </table>
58         </div>
59         <div id="perl">
60             <table style="cursor:pointer">
61                 <caption>Perl modules</caption>
62                 [% FOREACH tabl IN table %]
63                 <tr>
64                     [% FOREACH ro IN tabl.row %]
65                     [% IF ( ro.current ) %]
66                     [% IF ( ro.require ) %]
67                     <th scope="row" style="font-weight:bold;" title="Module current">
68                     [% ELSE %]
69                     <th scope="row" style="font-weight:normal" title="Module current">
70                     [% END %]
71                     [% ELSIF ( ro.upgrade ) %]
72                     [% IF ( ro.require ) %]
73                     <th scope="row" style="background-color:#FFCB2F;font-weight:bold;" title="Module upgrade needed">
74                     [% ELSE %]
75                     <th scope="row" style="background-color:#FFCB2F;font-weight:normal" title="Module upgrade needed">
76                     [% END %]
77                     [% ELSE %]
78                     [% IF ( ro.name == '' ) %]
79                     <th>
80                     [% ELSIF ( ro.require ) %]
81                     <th scope="row" style="background-color:#FF8A8A;font-weight:bold;" title="Required module missing">
82                     [% ELSE %]
83                     <th scope="row" style="background-color:#FF8A8A;font-weight:normal" title="Optional module missing">
84                     [% END %]
85                     [% END %]
86                     [% ro.name %]
87                     </th>
88                     [% IF ( ro.name == '' ) %]
89                     <td>
90                     [% ELSIF ( ro.version ) %]
91                     <td>[% ro.version %]
92                     [% ELSE %]
93                     <td style="font-weight:bold">Not Installed [% END %]</td>
94                     [% END %]
95                 </tr>
96                 [% END %]
97             </table>
98         </div>
99
100         <div id="sysinfo">
101             <h2>Warnings regarding the system configuration</h2>
102         [% IF ( (prefNoZebra) || (warnPrefBiblioAddsAuthorities) || warnPrefEasyAnalyticalRecords ) %]
103         <table>
104             <caption>Preferences</caption>
105             [% IF (prefNoZebra) %]
106             <tr><th scope="row"><b>Warning</b> </th><td>System preference 'nozebra' set. Deprectated!</td></tr>
107             [% END %]
108             [% IF (warnPrefBiblioAddsAuthorities) %]
109             <tr><th scope="row"><b>Warning</b> </th><td>System preference 'AutoCreateAuthorities' set, but needs 'BiblioAddsAuthorities' set as well.</td></tr>
110             [% END %]
111             [% IF (warnPrefEasyAnalyticalRecords) %]
112             <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>
113             [% END %]
114         </table>
115         [% ELSE %]
116             <p>No warnings</p>
117         [% END %]
118         </div>
119
120         <div id="team">
121             <h2>Special thanks to the following organizations</h2>
122             <ul>
123                 <li><a href="http://library.org.nz">Horowhenua Library Trust</a>, New Zealand, and Rosalie Blake, Head of Libraries, (Koha 1.0)</li>
124                 <li>The <a href="http://myacpl.org">Nelsonville Public Library System</a>, Ohio, USA (MARC sponsorship, documentation, template maintenance)</li>
125                 <li><a href="http://www.emn.fr">EMN (Ecole des Mines de Nantes)</a>, France (Suggestions, Stats wizards and improved LDAP sponsorship)</li>
126                 <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>
127                 <li><a href="http://www.mediathequeouestprovence.fr/">SAN-Ouest Provence</a>, France (Koha 3.0 enhancements to patrons and holds modules)</li>
128                 <li>The <a href="http://ccfls.org">Crawford County Federated Library System</a>, PA, USA (Koha 3.0 Zebra Integration sponsorship)</li>
129                 <li>The <a href="http://www.geauga.lib.oh.us/">Geauga County Public Library</a>, OH, USA (Koha 3.0 beta testing)</li>
130                 <li>The <a href="http://library.neu.edu.tr">Near East University</a>, Cyprus</li>
131                 <li>OPUS International Consultants, Wellington, New Zealand (Corporate Serials sponsorship)</li>
132                 <li><a href="http://www.famfamfam.com/">famfamfam.com</a> Birmingham (UK) based developer Mark James for the famfamfam Silk iconset.</li>
133                 <li><a href="http://www.ashs.school.nz/">Albany Senior High School</a>, Auckland, New Zealand (OPAC 'star-ratings' sponsorship)</li>
134             </ul>
135
136             <h2>Koha release team</h2>
137             <ul>
138                <li>Colin Campbell (Koha 3.4 QA Manager)</li>
139                <li><a href="https://www.ohloh.net/p/koha/contributors/6618544614260">Galen Charlton</a> (Koha 3.2 Release Manager)</li>
140                <li><a href="https://www.ohloh.net/p/koha/contributors/6618544609030">Chris Cormack</a> (Koha 1.x, 3.4, 3.6 Release Manager, Koha 3.2 Translation Manager)</li>
141                <li><a href="https://www.ohloh.net/p/koha/contributors/6620692210484">Frédéric Demians</a>(Koha 3.4, 3.6 Translation Manager)</li>
142                <li><a href="https://www.ohloh.net/p/koha/contributors/6618544646984">Nicole C. Engard</a> (Koha 3.x Documentation Manager)</li>
143                <li><a href="https://www.ohloh.net/p/koha/contributors/6618544609053">Joshua Ferraro</a> (Koha 3.0 Release Manager &amp; Translation Manager)</li>
144                <li>Rachel Hamilton-Williams (Kaitiaki from 2004 to present)</li>
145                <li><a href="https://www.ohloh.net/p/koha/contributors/6618544614275">Henri-Damien Laurent</a> (Koha 3.0 Release Maintainer)</li>
146                <li><a href="https://www.ohloh.net/p/koha/contributors/6618544609147">Owen Leonard</a> (Koha 3.x Interface Design)</li>
147                <li><a href="https://www.ohloh.net/p/koha/contributors/6618544615991">Chris Nighswonger</a> (Koha 3.2, 3.4 Release Maintainer, Koha 3.6 Release Maintainer)</li>
148                <li><a href="https://www.ohloh.net/p/koha/contributors/6618544612249">Paul Poulain</a> (Koha 2.0 Release Manager, Koha 2.2 Release Manager/Maintainer, Koha 3.8 Release Manager)</li>
149                <li><a href="http://www.ohloh.net/p/koha/contributors/6620692116417">MJ Ray</a> (Koha 2.0 Release Maintainer)</li>
150                 <li>Ian Walls Koha 3.6 QA Manager, Koha 3.8 QA Manager</li>
151                 </ul>
152             <h2>Koha development team</h2>
153             <ul>
154                 <li>Md. Aftabuddin</li>
155                 <li>Jon Aker</li>
156                 <li>Edward Allen</li>
157                 <li>Francisco M. Marzoa Alonso</li>
158                 <li>Cindy Murdock Ames</li>
159                 <li>Richard Anderson</li>
160                 <li><a href="https://www.ohloh.net/p/koha/contributors/6620692181851">Nahuel Angelinetti</a></li>
161                 <li>Nuño López Ansótegui</li>
162              <li>Tomás Cohen Arazi</li>
163                 <li><a href="https://www.ohloh.net/p/koha/contributors/6620692124662">Andrew Arensburger (the small and great C4::Context module)</a></li>
164                 <li>Alex Arnaud</li>
165                 <li><a href="https://www.ohloh.net/p/koha/contributors/6618544614259">Joe Atzberger</a></li>
166                 <li>Larry Baerveldt</li>
167                 <li>Al Banks</li>
168                 <li>Daniel Banzli</li>
169                  <li>Greg Barniskis</li>
170                 <li>Benedykt P. Barszcz (Polish for 2.0)</li>
171                 <li>D Ruth Bavousett</li>
172                 <li>John Beppu</li>
173                 <li>David Birmingham</li>
174                 <li>Florian Bischof</li>
175                 <li>Gaetan Boisson</li>
176                 <li>Danny Bouman</li>
177                 <li>Stan Brinkerhoff</li>
178                 <li>Roger Buck</li>
179                 <li>Steven Callender</li>
180                 <li><a href="https://www.ohloh.net/p/koha/contributors/6620692376789">Jared Camins-Esakov</a></li>
181                 <li>Colin Campbell</li>
182                 <li>Fernando Canizo</li>
183                 <li>Frédérick Capovilla</li>
184                 <li>DeAndre Carroll</li>
185                 <li>Chris Catalfo (new plugin MARC editor)</li>
186                 <li>Marc Chantreux</li>
187                 <li>Jerome Charaoui</li>
188                 <li>Andrew Chilton</li>
189                 <li>Garry Collum</li>
190                 <li>David Cook</li>
191                 <li>John Copeland</li>
192                 <li>Jeremy Crabtree</li>
193                 <li>Christophe Croullebois</li>
194                 <li>Nate Curulla</li>
195                 <li>Vincent Danjean</li>
196                 <li>Elliott Davis</li>
197                 <li>Doug Dearden</li>
198                 <li>Kip DeGraaf</li>
199                 <li>Stéphane Delaune</li>
200                 <li>Connor Dewar</li>
201                 <li><a href="https://www.ohloh.net/p/koha/contributors/6620692210484">Frédéric Demians</a></li>
202                 <li>Jonathan Druart</li>
203                 <li>Serhij Dubyk</li>
204                 <li>Thomas Dukleth (MARC Frameworks Maintenance)</li>
205                 <li>Frederic Durand</li>
206                 <li>Sebastiaan Durand</li>
207                 <li>Ecole des Mines de Saint Etienne, Philippe Jaillon (OAI-PMH support)</li>
208                 <li>Stephen Edwards</li>
209                 <li>Andrew Elwell</li>
210                 <li>Brian Engard</li>
211                 <li><a href="https://www.ohloh.net/p/koha/contributors/6618544677502">Magnus Enger</a></li>
212                 <li>Esiee School (Jérome Vizcaino, Michel Lerenard, Pierre Cauchois)</li>
213                 <li>Shaun Evans</li>
214                 <li>Pat Eyler (Kaitiaki from 2002 to 2004)</li>
215                 <li><a href="https://www.ohloh.net/p/koha/contributors/6618544609865">Antoine Farnault</a></li>
216                 <li><a href="https://www.ohloh.net/p/koha/contributors/6618544670742">Katrin Fischer</a></li>
217                 <li>Clay Fouts</li>
218                 <li>Claudia Forsman</li>
219                 <li>Marco Gaiarin</li>
220                 <li>Pierrick Le Gall</li>
221                 <li>Brendan A. Gallagher</li>
222                 <li>Tumer Garip</li>
223                 <li>Russel Garlick</li>
224                 <li>Mark Gavillet</li>
225                 <li>Daniel Kahn Gillmor</li>
226                 <li>David Goldfein</li>
227                 <li>Daniel Grobani</li>
228                 <li>Amit Gupta</li>
229                 <li>Michael Hafen</li>
230                 <li>Christopher Hall</li>
231                 <li>Mike Hansen</li>
232                 <li>Brian Harrington</li>
233                 <li>Friedrich zur Hellen</li>
234                 <li>Michaes Herman</li>
235                 <li>Claire Hernandez</li>
236                 <li>Wolfgang Heymans</li>
237                 <li><a href="https://www.ohloh.net/p/koha/contributors/6618544614261">Ryan Higgins</a></li>
238                 <li>Sèbastien Hinderer</li>
239                 <li>Stephanie Hogan</li>
240                 <li>Daniel Holth</li>
241                 <li>Andrew Hooper</li>
242                 <li>Matthew Hunt</li>
243                 <li>Christopher Hyde</li>
244                 <li>Cory Jaeger</li>
245                 <li>Srdjan Jankovic</li>
246                 <li>Philippe Jaillon</li>
247                 <li><a href="https://www.ohloh.net/accounts/kohaaloha">Mason James</a></li>
248                 <li>Mike Johnson</li>
249                 <li>Donovan Jones</li>
250                 <li>Janusz Kaczmarek</li>
251                 <li>Koustubha Kale</li>
252                 <li>Ulrich Kleiber</li>
253                 <li>Piotr Kowalski</li>
254                 <li>Arnaud Laurin</li>
255                 <li>Ambrose Li (translation tool)</li>
256                 <li>Gynn Lomax</li>
257                 <li>Robert Lyon (Corporate Serials)</li>
258                 <li>Francois Marier</li>
259                 <li>Jesse Maseto</li>
260                 <li>Frère Sébastien Marie</li>
261                 <li>Ricardo Dias Marques</li>
262                 <li>Julian Maurice</li>
263                 <li>Brig C. McCoy</li>
264                 <li>Dorian Meid (German translation)</li>
265                 <li>Meenakshi. R</li>
266                 <li>Matthias Meusburger</li>
267                 <li>Sophie Meynieux</li>
268                 <li>Alan Millar</li>
269                 <li><a href="https://www.ohloh.net/p/koha/contributors/6618544607803">Andrew Moore</a></li>
270                 <li>Sharon Moreland</li>
271                 <li>Nicolas Morin</li>
272                  <li>Mike Mylonas</li>
273                  <li>Joy Nelson</li>
274                 <li><a href="https://www.ohloh.net/accounts/cnighswonger">Chris Nighswonger</a></li>
275                 <li>Albert Oller</li>
276                 <li>Eric Olsen</li>
277                 <li>H. Passini</li>
278                 <li>Dobrica Pavlinusic</li>
279                 <li>Maxime Pelletier</li>
280                 <li>Polytechnic University</li>
281                 <li>Shari Perkins</li>
282                 <li>Meenakshi.R</li>
283                 <li><a href="https://www.ohloh.net/p/koha/contributors/6620692116417">MJ Ray</a></li>
284                 <li>Liz Rea</li>
285                 <li>Thatcher Rea</li>
286                 <li>Allen Reinmeyer</li>
287                 <li>Serge Renaux</li>
288                 <li>Martin Renvoize</li>
289                 <li>Waylon Robertson</li>
290                 <li>Marcel de Rooy</li>
291                 <li>Salvador Zaragoza Rubio</li>
292                 <li>Brice Sanchez</li>
293                 <li>Sam Sanders</li>
294                 <li>Adrien Saurat</li>
295                 <li><a href="https://www.ohloh.net/p/koha/contributors/6618544619438">Robin Sheat</a></li>
296                 <li>John Seymour</li>
297                 <li>Juan Romay Sieira</li>
298                 <li>Zach Sim</li>
299                 <li>Savitra Sirohi</li>
300                 <li>Pawel Skuza (Polish for 1.2)</li>
301                 <li>Fridolyn Somers</li>
302                 <li>Southeastern University</li>
303                 <li>Glen Stewart</li>
304                 <li>Will Stokes</li>
305                 <li>Simon Story</li>
306                 <li>David Strainchamps</li>
307                 <li>Ed Summers (Some code and Perl packages like MARC::Record)</li>
308                 <li>Daniel Sweeney</li>
309                 <li>Zeno Tajoli</li>
310                 <li>Adam Thick</li>
311                 <li><a href="https://www.ohloh.net/p/koha/contributors/6618544609107">Finlay Thompson</a></li>
312                 <li>Fabio Tiana</li>
313                 <li><a href="https://www.ohloh.net/p/koha/contributors/6620692101577">Steve Tonnesen (early MARC work, Virtual Bookshelves concept, KohaCD)</a></li>
314                 <li>Bruno Toumi</li>
315                 <li>Andrei V. Toutoukine</li>
316                 <li>Darrell Ulm</li>
317                 <li>Universidad ORT Uruguay (Ernesto Silva, Andres Tarallo)</li>
318                 <li>Marc Veron</li>
319                 <li>Aleksa Vujicic</li>
320                 <li>Reed Wade</li>
321         <li>Stacey Walker</li>
322                 <li>Ian Walls</li>
323                 <li><a href="http://www.ohloh.net/accounts/janewagner">Jane Wagner</a></li>
324                 <li>Ward van Wanrooij</li>
325                 <li><a href="https://www.ohloh.net/accounts/pianohacker">Jesse Weaver</a></li>
326                 <li>Rick Welykochy</li>
327                 <li>Piotr Wejman</li>
328                 <li>Ron Wickersham</li>
329                 <li>Brett Wilkins</li>
330                 <li><a href="https://www.ohloh.net/p/koha/contributors/6620692127299">Olwen Williams (Database design and data extraction for Koha 1.0)</a></li>
331                 <li>James Winter</li>
332                 <li>Lars Wirzenius</li>
333             </ul>
334             <h3>Contributing companies and institutions</h3>
335             <ul>
336                 <li>BibLibre, France</li>
337                 <li>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ), Germany</li>
338                 <li>ByWater Solutions, USA</li>
339                 <li>Calyx, Australia</li>
340                 <li>Catalyst IT, New Zealand</li>
341                 <li>Katipo Communications, New Zealand</li>
342                 <li>KohaAloha, New Zealand</li>
343                 <li>LibLime, USA</li>
344                 <li>Libriotech, Norway</li>
345                 <li>Nelsonville Public Library, Ohio, USA</li>
346                 <li>PTFS, Maryland, USA</li>
347                 <li>PTFS Europe Ltd, United Kingdom</li>
348                 <li>Rijksmuseum, Amsterdam, The Netherlands</li>
349                 <li>SAN-Ouest Provence, France</li>
350                 <li>Software Coop, United Kingdom</li>
351                 <li>Tamil, France</li>
352                 <li>Xercode, Spain</li>
353             </ul>
354
355             <h2>Additional Thanks To...</h2>
356             <ul>
357                 <li>Jo Ransom</li>
358                 <li>Nicholas Rosasco, (Documentation Compiler)</li>
359                 <li>Regula Sebastiao</li>
360                 <li>Brooke Johnson</li>
361                 <li>Stephen Hedges (early Documentation Manager)</li>
362             </ul>
363         </div>
364
365         <div id="licenses">
366             <h2>Koha</h2>
367             <p>
368             <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.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 2 of the License, or (at your option) any later version.</a>
369             </p>
370             <h2>YUI</h2>
371             <p>
372             <a href="http://developer.yahoo.com/auth/license.txt">BSD License</a>
373             </p>
374             <h2>Famfamfam iconset</h2>
375               <ul>
376                 <li><a href="http://www.famfamfam.com/lab/icons/silk/">FamFamFam Site</a></li>
377                 <li><a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a></li>
378               </ul>
379             <h2>The Bridge Material Type Icon Set</h2>
380               <ul>
381                 <li><a href="http://apps.carleton.edu/campus/library/bridge_icons/">Bridge Material Type Icons Project</a></li>
382                 <li>The Bridge Material Type Icon Set is licensed under a
383                   <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>
384                   by the Bridge Consortium of Carleton College and St. Olaf College.</li>
385               </ul>
386
387             <h2>The Noun Project icons</h2>
388                 <ul>
389                     <li>All images come from <a href="http://thenounproject.com/">The Noun Project</a> collection</li>
390                     <li>
391                         Circulation ("fair-trade") symbol by Edward Boatman ; Patrons
392                         ("children's library") symbol by Edward Boatman, Saul Tannenbaum,
393                         Stephen Kennedy, Nikki Snow, Brooke Hamilton ; Search ("magnifying
394                         glass") symbol by Philipp Suess ; Lists ("folder") symbol by Jack
395                         Biesek, Gladys Brenner, Margaret Faye, Healther Merrifield, Kate
396                         Keating, Wendy Olmstead, Todd Pierce, Jamie Cowgill, Jim Bolek ;
397                         Cataloging ("price tag") symbol by the Noun Project ; Authorities
398                         ("link") symbol by Matthew Exton ; Serials ("newspaper") symbol by John
399                         Caserta ; Acquisitions ("present") symbol by David Goodger ; Reports
400                         ("pie chart") symbol by Scott Lewis ; Administration ("gears") symbol by
401                         Jeremy Minnick ; Tools ("wrench") symbol by National Park Service
402                     </li>
403                 </ul>
404
405             <h2>jQuery Star Rating Plugin</h2>
406               <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>
407
408             <p>Copyright &copy; 2008 <a href="http://www.fyneworks.com/">Fyneworks.com</a></p>
409
410         </div>
411
412         <div id="translations">
413             <h2>Translation</h2>
414             <ul>
415 <li>&#1575;&#1604;&#1593;&#1585;&#1576;&#1610;&#1577; (Arabic)</li>
416 <li>&#4768;&#4635;&#4653;&#4763; (Amharic) Getway II Ethiopia Co. (Yohannes Mulugeta (Team Leader), Tegene Assefa, Abiyot Bayou)</li>
417 <li>Armenian Tigran Zargaryan</li>
418 <li>&#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080; (Bulgarian) Radoslav Kolev</li>
419 <li>euskara (Basque) Fernando Berrizbeitia, the librarians of Eima Katalogoa, and Nere Erkiaga</li>
420 <li>&#2476;&#2494;&#2434;&#2482;&#2494; (Bengali) Parthasarathi Mukhopadhyay</li>
421 <li>&#20013;&#25991; (Chinese)</li>
422 <li>Hrvatski (Croatian)</li>
423 <li>&#x010D;e&#353;tina (Czech)</li>
424 <li>D&aelig;nsk (Danish)</li>
425 <li>Nederlands-Nederland (Dutch-The Netherlands) Sponsored by Rijksmuseum</li>
426 <li>Nederlands-Belgi&euml; (Dutch-Belgium)</li>
427 <li>English</li>
428 <li>suomi, suomen kieli (Finnish) Pasi Korkalo</li>
429 <li>Fran&ccedil;ais (French) <a href="http://www.koha-fr.org/category/tags/association">Kohala</a>, Pascale Nalon (ENSMP), and many more </li>
430 <li>Galego (Galician) Ignacio Javier</li>
431 <li>Deutsch (German) Friedrich zur Hellen, Robert Hillig, Katrin Fischer, Beda Szukics, Mirko Tietgen and Marc Véron</li>
432 <li>&#949;&#955;&#955;&#951;&#957;&#953;&#954;&#940; (Greek, Modern [1453- ])Georgia Katsarou, Panoraia Gaitanou</li>
433 <li>&#1506;&#1489;&#1512;&#1497;&#1514; (Hebrew)</li>
434 <li>&#2361;&#2367;&#2344;&#2381;&#2342;&#2368; (Hindi)</li>
435 <li>Magyar (Hungarian)Agnes Imecs</li>
436 <li>Norsk Bokmål (Norwegian) Axel Bojer and Thomas Gramstad</li>
437 <li>Norsk Nynorsk (Norwegian) Unni Knutsen and Marit Kristine Ådland</li>
438 <li>ArmenianTigran Zargaryan</li>
439 <li>(Indonesian)</li>
440 <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>
441 <li>&#26085;&#26412;&#35486; (Japanese)</li>
442 <li>&#54620;&#44397;&#50612; (Korean)</li>
443 <li>&#3221;&#3240;&#3277;&#3240;&#3233; (kanna&#7693;a)</li>
444 <li>Latina (Latin)</li>
445 <li>Lao Anousak Anthony Souphavanh</li>
446 <li>M&#257;ori</li>
447 <li>&#3374;&#3378;&#3375;&#3390;&#3379;&#3330; (Malayalam)</li>
448 <li>&#1601;&#1575;&#1585;&#1587;&#1609; (Persian)</li>
449 <li>&#2835;&#2908;&#2879;&#2822; (&#x014D;&#7771;iy&#257;)</li>
450 <li>Polski (Polish)</li>
451 <li>Portugu&ecirc;s (Portuguese)</li>
452 <li>Rom&acirc;n&#259; (Romanian)</li>
453 <li>&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; (Russian) Victor Titarchuk and Serhij Dubyk</li>
454 <li>Espa&ntilde;ol (Spanish) Alejandro Tiraboschi (UNC), Bernardo González Kriegel (UNC) and Martín Longo, with the help of the koha-es community.</li>
455 <li>Espa&ntilde;ol (Spanish, Venezuela) Ailé Filippi </li>
456 <li>Svenska (Swedish)</li>
457 <li>Tetun (Tetum) Karen Myers</li>
458 <li>&#3616;&#3634;&#3625;&#3634;&#3652;&#3607;&#3618; (Thai)</li>
459 <li>T&uuml;rk&ccedil;e (Turkish) Selma Aslan</li>
460 <li>&#1575;&#1585;&#1583;&#1608;(Urdu) Ata ur Rehman</li>
461 <li>&#1059;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072; (Ukrainian) Victor Titarchuk and Serhij Dubyk</li>
462             </ul>
463
464         </div>
465
466         <div id="history">
467         <h2>Koha history timeline</h2>
468         <table style="cursor:pointer">
469         <thead>
470         <tr>
471             <td  style="font-weight:bold;" >Date</td>
472             <td  style="font-weight:bold;" >Description</td>
473         </tr>
474         </thead>
475         [% FOREACH tabl IN table2 %]
476             <tr class="[% loop.parity %]">
477                 [% FOREACH ro IN tabl.row2 %]
478                      <td>[% ro.date %]</td>
479                      <td>[% ro.desc|html %]</td>
480                 [% END %]
481             </tr>
482         [% END %]
483         </table>
484         </div>
485
486     </div>
487 </div></div></div>
488 [% INCLUDE 'intranet-bottom.inc' %]