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