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