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