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