Lines 1-139
Link Here
|
|
|
1 |
[% PROCESS 'i18n.inc' %] |
1 |
[% USE HtmlTags %] |
2 |
[% USE HtmlTags %] |
2 |
[% USE Koha %] |
3 |
[% USE Koha %] |
3 |
[% USE KohaDates %] |
4 |
[% USE KohaDates %] |
4 |
[% SET footerjs = 1 %] |
5 |
[% SET footerjs = 1 %] |
5 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
<title>Koha › About Koha</title> |
7 |
<title>[% t('Koha › About Koha') %]</title> |
7 |
[% INCLUDE 'doc-head-close.inc' %] |
8 |
[% INCLUDE 'doc-head-close.inc' %] |
8 |
</head> |
9 |
</head> |
9 |
<body id="about_about" class="about"> |
10 |
<body id="about_about" class="about"> |
10 |
[% INCLUDE 'header.inc' %] |
11 |
[% INCLUDE 'header.inc' %] |
11 |
|
12 |
|
12 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › About Koha</div> |
13 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> [% t('› About Koha') %]</div> |
13 |
|
14 |
|
14 |
|
15 |
|
15 |
<div class="main container-fluid"> |
16 |
<div class="main container-fluid"> |
16 |
<div class="row"> |
17 |
<div class="row"> |
17 |
<div class="col-md-12"> |
18 |
<div class="col-md-12"> |
18 |
|
19 |
|
19 |
<h1>About Koha</h1> |
20 |
<h1>[% t('About Koha') %]</h1> |
20 |
|
21 |
|
21 |
<div id="abouttabs" class="toptabs numbered"> |
22 |
<div id="abouttabs" class="toptabs numbered"> |
22 |
<ul> |
23 |
<ul> |
23 |
<li><a href="#about">Server information</a></li> |
24 |
<li><a href="#about">[% t('Server information') %]</a></li> |
24 |
<li><a href="#perl">Perl modules</a></li> |
25 |
<li><a href="#perl">[% t('Perl modules') %]</a></li> |
25 |
<li><a href="#sysinfo">System information</a></li> |
26 |
<li><a href="#sysinfo">[% t('System information') %]</a></li> |
26 |
<li><a href="#team">Koha team</a></li> |
27 |
<li><a href="#team">[% t('Koha team') %]</a></li> |
27 |
<li><a href="#licenses">Licenses</a></li> |
28 |
<li><a href="#licenses">[% t('Licenses') %]</a></li> |
28 |
<li><a href="#translations">Translations</a></li> |
29 |
<li><a href="#translations">[% t('Translations') %]</a></li> |
29 |
<li><a href="#history">Timeline</a></li> |
30 |
<li><a href="#history">[% t('Timeline') %]</a></li> |
30 |
</ul> |
31 |
</ul> |
31 |
|
32 |
|
32 |
<div id="about"> |
33 |
<div id="about"> |
33 |
|
34 |
|
34 |
<table> |
35 |
<table> |
35 |
<caption>Server information</caption> |
36 |
<caption>[% t('Server information') %]</caption> |
36 |
<tr><th scope="row">Koha version: </th><td>[% kohaVersion |html %]</td></tr> |
37 |
<tr><th scope="row">[% t('Koha version:') %] </th><td>[% kohaVersion |html %]</td></tr> |
37 |
<tr><th scope="row">OS version ('uname -a'): </th><td>[% osVersion |html %]</td></tr> |
38 |
<tr><th scope="row">[% t('OS version (\'uname -a\'):') %] </th><td>[% osVersion |html %]</td></tr> |
38 |
<tr><th scope="row">Perl interpreter: </th><td>[% perlPath |html %]</td></tr> |
39 |
<tr><th scope="row">[% t('Perl interpreter:') %] </th><td>[% perlPath |html %]</td></tr> |
39 |
<tr><th scope="row">Perl version: </th><td>[% perlVersion |html %]</td></tr> |
40 |
<tr><th scope="row">[% t('Perl version:') %] </th><td>[% perlVersion |html %]</td></tr> |
40 |
<tr><th scope="row">Perl @INC: </th><td> |
41 |
<tr><th scope="row">[% t('Perl @INC:') %] </th><td> |
41 |
[% FOREACH perlIncPat IN perlIncPath %] |
42 |
[% FOREACH perlIncPat IN perlIncPath %] |
42 |
[% perlIncPat.perlinc |html %] <br /> |
43 |
[% perlIncPat.perlinc |html %] <br /> |
43 |
[% END %] |
44 |
[% END %] |
44 |
</td></tr> |
45 |
</td></tr> |
45 |
<tr><th scope="row">MySQL version: </th><td>[% mysqlVersion |html %]</td></tr> |
46 |
<tr><th scope="row">[% t('MySQL version:') %] </th><td>[% mysqlVersion |html %]</td></tr> |
46 |
<tr><th scope="row">Apache version: </th><td>[% apacheVersion |html %]</td></tr> |
47 |
<tr><th scope="row">[% t('Apache version:') %] </th><td>[% apacheVersion |html %]</td></tr> |
47 |
[% IF (is_psgi) %] |
48 |
[% IF (is_psgi) %] |
48 |
<tr><th scope="row">PSGI: </th><td>[% psgi_server |html %]</td></tr> |
49 |
<tr><th scope="row">[% t('PSGI:') %] </th><td>[% psgi_server |html %]</td></tr> |
49 |
[% END %] |
50 |
[% END %] |
50 |
[% IF Koha.Preference('SearchEngine') == 'Elasticsearch' %] |
51 |
[% IF Koha.Preference('SearchEngine') == 'Elasticsearch' %] |
51 |
<tr> |
52 |
<tr> |
52 |
<th scope="row">Elasticsearch: </th> |
53 |
<th scope="row">[% t('Elasticsearch:') %] </th> |
53 |
[% IF elasticsearch_fatal_config_error %] |
54 |
[% IF elasticsearch_fatal_config_error %] |
54 |
<td><span class="status_warn">[% elasticsearch_fatal_config_error %]</span></td> |
55 |
<td><span class="status_warn">[% elasticsearch_fatal_config_error %]</span></td> |
55 |
[% ELSE %] |
56 |
[% ELSE %] |
56 |
<td> |
57 |
<td> |
57 |
Nodes: |
58 |
[% t('Nodes:') %] |
58 |
<span>[% elasticsearch_status.nodes.join(' / ') %]</span> |
59 |
<span>[% elasticsearch_status.nodes.join(' / ') %]</span> |
59 |
| |
60 |
| |
60 |
Status: |
61 |
[% t('Status:') %] |
61 |
[% IF elasticsearch_status.running %] |
62 |
[% IF elasticsearch_status.running %] |
62 |
<span class="status_ok">running</span> |
63 |
<span class="status_ok">[% t('running') %]</span> |
63 |
| |
64 |
| |
64 |
Indices: |
65 |
[% t('Indices:') %] |
65 |
[% FOREACH index IN elasticsearch_status.indexes %] |
66 |
[% FOREACH index IN elasticsearch_status.indexes %] |
66 |
[% index.index_name %] (count: <emph>[% index.count %]</emph>)[% UNLESS loop.last %], [% END %] |
67 |
[% index.index_name %] [% t('(count:') %] <emph>[% index.count %]</emph>)[% UNLESS loop.last %], [% END %] |
67 |
[% END %] |
68 |
[% END %] |
68 |
[% ELSE %] |
69 |
[% ELSE %] |
69 |
<span class="status_warn">not running</span> |
70 |
<span class="status_warn">[% t('not running') %]</span> |
70 |
[% END %] |
71 |
[% END %] |
71 |
</td> |
72 |
</td> |
72 |
[% END %] |
73 |
[% END %] |
73 |
</tr> |
74 |
</tr> |
74 |
[% END %] |
75 |
[% END %] |
75 |
<tr><th scope="row">Memcached: </th> |
76 |
<tr><th scope="row">[% t('Memcached:') %] </th> |
76 |
<td> |
77 |
<td> |
77 |
Servers: [% IF memcached_servers %]<span>[% memcached_servers | html %]</span> |
78 |
[% t('Servers:') %] [% IF memcached_servers %]<span>[% memcached_servers | html %]</span> |
78 |
[% ELSE %]<span>undefined</span>[% END %] | |
79 |
[% ELSE %]<span>[% t('undefined') %]</span>[% END %] | |
79 |
Namespace: [% IF memcached_namespace %]<span>[% memcached_namespace | html %]</span> |
80 |
[% t('Namespace:') %] [% IF memcached_namespace %]<span>[% memcached_namespace | html %]</span> |
80 |
[% ELSE %]<span>undefined</span>[% END %] | |
81 |
[% ELSE %]<span>[% t('undefined') %]</span>[% END %] | |
81 |
Status: [% IF memcached_servers %] |
82 |
[% t('Status:') %] [% IF memcached_servers %] |
82 |
[% IF memcached_running and is_memcached_still_active %] |
83 |
[% IF memcached_running and is_memcached_still_active %] |
83 |
<span class="status_ok">running</span>. |
84 |
<span class="status_ok">[% t('running') %]</span>. |
84 |
[% ELSE %] |
85 |
[% ELSE %] |
85 |
<span class="status_warn">not running</span>. |
86 |
<span class="status_warn">[% t('not running') %]</span>. |
86 |
[% IF is_psgi %] |
87 |
[% IF is_psgi %] |
87 |
<span>Remember memcached needs to be started before Plack.</span> |
88 |
<span>[% t('Remember memcached needs to be started before Plack.') %]</span> |
88 |
[% END %] |
89 |
[% END %] |
89 |
[% END %] |
90 |
[% END %] |
90 |
[% ELSE %] |
91 |
[% ELSE %] |
91 |
<span>unknown</span> |
92 |
<span>[% t('unknown') %]</span> |
92 |
[% END %] | |
93 |
[% END %] | |
93 |
Config read from: |
94 |
[% t('Config read from:') %] |
94 |
[% SWITCH where_is_memcached_config %] |
95 |
[% SWITCH where_is_memcached_config %] |
95 |
[% CASE 'config_only' %] |
96 |
[% CASE 'config_only' %] |
96 |
<span class="status_ok">koha-conf.xml</span> |
97 |
<span class="status_ok">[% t('koha-conf.xml') %]</span> |
97 |
[% CASE 'ENV_only' %] |
98 |
[% CASE 'ENV_only' %] |
98 |
<span class="status_warn">ENV</span> Note that the right place to define the memcached config is in your $KOHA_CONF file |
99 |
<span class="status_warn">[% t('ENV') %]</span> [% t('Note that the right place to define the memcached config is in your $KOHA_CONF file') %] |
99 |
[% CASE 'both' %] |
100 |
[% CASE 'both' %] |
100 |
<span class="status_warn">ENV and koha-conf.xml</span> Note that the right place to define the memcached config is in your $KOHA_CONF file. To avoid any misunderstanding you should not export the memcached config from ENV. |
101 |
<span class="status_warn">[% t('ENV and koha-conf.xml') %]</span> [% t('Note that the right place to define the memcached config is in your $KOHA_CONF file. To avoid any misunderstanding you should not export the memcached config from ENV.') %] |
101 |
[% CASE # nowhere %] |
102 |
[% CASE # nowhere %] |
102 |
<span class="status_warn">Nowhere</span> Note that the right place to define the memcached config is in your $KOHA_CONF file. Currently you do not have a valid memcached configuration defined. |
103 |
<span class="status_warn">[% t('Nowhere') %]</span> [% t('Note that the right place to define the memcached config is in your $KOHA_CONF file. Currently you do not have a valid memcached configuration defined.') %] |
103 |
[% END %] |
104 |
[% END %] |
104 |
[% IF effective_caching_method != 'Cache::Memcached::Fast' %] |
105 |
[% IF effective_caching_method != 'Cache::Memcached::Fast' %] |
105 |
| Effective caching method: [% effective_caching_method %] |
106 |
[% t('| Effective caching method:') %] [% effective_caching_method %] |
106 |
[% END %] |
107 |
[% END %] |
107 |
</td> |
108 |
</td> |
108 |
</tr> |
109 |
</tr> |
109 |
<tr><th scope="row">Zebra version: </th><td>[% zebraVersion |html %]</td></tr> |
110 |
<tr><th scope="row">[% t('Zebra version:') %] </th><td>[% zebraVersion |html %]</td></tr> |
110 |
[% IF (errZebraConnection == 10000) %] |
111 |
[% IF (errZebraConnection == 10000) %] |
111 |
<tr><th scope="row"><b>Error</b> </th><td>Zebra server seems not to be available. Is it started?</td></tr> |
112 |
<tr><th scope="row"><b>[% t('Error') %]</b> </th><td>[% t('Zebra server seems not to be available. Is it started?') %]</td></tr> |
112 |
[% ELSIF (errZebraConnection) %] |
113 |
[% ELSIF (errZebraConnection) %] |
113 |
<tr><th scope="row"><b>Warning</b> </th><td>Error message from Zebra: [% ( errZebraConnection ) %] </td></tr> |
114 |
<tr><th scope="row"><b>[% t('Warning') %]</b> </th><td>[% t('Error message from Zebra:') %] [% ( errZebraConnection ) %] </td></tr> |
114 |
[% END %] |
115 |
[% END %] |
115 |
<tr> |
116 |
<tr> |
116 |
<th scope="row">Date and time: </th> |
117 |
<th scope="row">[% t('Date and time:') %] </th> |
117 |
<td>[% current_date_and_time | $KohaDates with_hours => 1 %]</td> |
118 |
<td>[% current_date_and_time | $KohaDates with_hours => 1 %]</td> |
118 |
</tr> |
119 |
</tr> |
119 |
<tr> |
120 |
<tr> |
120 |
[% timezone_config_class = (time_zone.config_invalid) ? 'status_warn' : '' %] |
121 |
[% timezone_config_class = (time_zone.config_invalid) ? 'status_warn' : '' %] |
121 |
[% timezone_env_class = (time_zone.env_invalid) ? 'status_warn' : '' %] |
122 |
[% timezone_env_class = (time_zone.env_invalid) ? 'status_warn' : '' %] |
122 |
<th scope="row">Time zone: </th> |
123 |
<th scope="row">[% t('Time zone:') %] </th> |
123 |
<td>Used: <span>[% time_zone.actual %]</span> |
124 |
<td>[% t('Used:') %] <span>[% time_zone.actual %]</span> |
124 |
[% IF time_zone.actual_bad_tz_fallback %] |
125 |
[% IF time_zone.actual_bad_tz_fallback %] |
125 |
<span>(This is a fallback value due to a bad configuration)</span> |
126 |
<span>[% t('(This is a fallback value due to a bad configuration)') %]</span> |
126 |
[% END %] |
127 |
[% END %] |
127 |
| |
128 |
| |
128 |
Config: [% IF time_zone.config != '' %] |
129 |
[% t('Config:') %] [% IF time_zone.config != '' %] |
129 |
<span class="[% timezone_config_class %]">[% time_zone.config %]</span> |
130 |
<span class="[% timezone_config_class %]">[% time_zone.config %]</span> |
130 |
[% ELSE %] |
131 |
[% ELSE %] |
131 |
<span>Undefined</span> |
132 |
<span>[% t('Undefined') %]</span> |
132 |
[% END %] | |
133 |
[% END %] | |
133 |
Environment (TZ): [% IF time_zone.environment != '' %] |
134 |
[% t('Environment (TZ):') %] [% IF time_zone.environment != '' %] |
134 |
<span class="[% timezone_env_class %]">[% time_zone.environment %]</span> |
135 |
<span class="[% timezone_env_class %]">[% time_zone.environment %]</span> |
135 |
[% ELSE %] |
136 |
[% ELSE %] |
136 |
<span>Undefined</span> |
137 |
<span>[% t('Undefined') %]</span> |
137 |
[% END %] |
138 |
[% END %] |
138 |
</td> |
139 |
</td> |
139 |
</tr> |
140 |
</tr> |
Lines 141-169
Link Here
|
141 |
</div> |
142 |
</div> |
142 |
<div id="perl"> |
143 |
<div id="perl"> |
143 |
<table style="cursor:pointer"> |
144 |
<table style="cursor:pointer"> |
144 |
<caption>Perl modules</caption> |
145 |
<caption>[% t('Perl modules') %]</caption> |
145 |
[% FOREACH tabl IN table %] |
146 |
[% FOREACH tabl IN table %] |
146 |
<tr> |
147 |
<tr> |
147 |
[% FOREACH ro IN tabl.row %] |
148 |
[% FOREACH ro IN tabl.row %] |
148 |
[% IF ( ro.current ) %] |
149 |
[% IF ( ro.current ) %] |
149 |
[% IF ( ro.require ) %] |
150 |
[% IF ( ro.require ) %] |
150 |
<th scope="row" style="font-weight:bold;" title="Module current"> |
151 |
<th scope="row" style="font-weight:bold;" title="[% t('Module current') %]"> |
151 |
[% ELSE %] |
152 |
[% ELSE %] |
152 |
<th scope="row" style="font-weight:normal" title="Module current"> |
153 |
<th scope="row" style="font-weight:normal" title="[% t('Module current') %]"> |
153 |
[% END %] |
154 |
[% END %] |
154 |
[% ELSIF ( ro.upgrade ) %] |
155 |
[% ELSIF ( ro.upgrade ) %] |
155 |
[% IF ( ro.require ) %] |
156 |
[% IF ( ro.require ) %] |
156 |
<th scope="row" style="background-color:#FFCB2F;font-weight:bold;" title="Module upgrade needed"> |
157 |
<th scope="row" style="background-color:#FFCB2F;font-weight:bold;" title="[% t('Module upgrade needed') %]"> |
157 |
[% ELSE %] |
158 |
[% ELSE %] |
158 |
<th scope="row" style="background-color:#FFCB2F;font-weight:normal" title="Module upgrade needed"> |
159 |
<th scope="row" style="background-color:#FFCB2F;font-weight:normal" title="[% t('Module upgrade needed') %]"> |
159 |
[% END %] |
160 |
[% END %] |
160 |
[% ELSE %] |
161 |
[% ELSE %] |
161 |
[% IF ( ro.name == '' ) %] |
162 |
[% IF ( ro.name == '' ) %] |
162 |
<th> |
163 |
<th> |
163 |
[% ELSIF ( ro.require ) %] |
164 |
[% ELSIF ( ro.require ) %] |
164 |
<th scope="row" style="background-color:#FF8A8A;font-weight:bold;" title="Required module missing"> |
165 |
<th scope="row" style="background-color:#FF8A8A;font-weight:bold;" title="[% t('Required module missing') %]"> |
165 |
[% ELSE %] |
166 |
[% ELSE %] |
166 |
<th scope="row" style="background-color:#FF8A8A;font-weight:normal" title="Optional module missing"> |
167 |
<th scope="row" style="background-color:#FF8A8A;font-weight:normal" title="[% t('Optional module missing') %]"> |
167 |
[% END %] |
168 |
[% END %] |
168 |
[% END %] |
169 |
[% END %] |
169 |
[% IF ( ro.name ) %] |
170 |
[% IF ( ro.name ) %] |
Lines 175-181
Link Here
|
175 |
[% ELSIF ( ro.version ) %] |
176 |
[% ELSIF ( ro.version ) %] |
176 |
<td>[% ro.version %] |
177 |
<td>[% ro.version %] |
177 |
[% ELSE %] |
178 |
[% ELSE %] |
178 |
<td style="font-weight:bold">Not Installed [% END %]</td> |
179 |
<td style="font-weight:bold">[% t('Not Installed') %] [% END %]</td> |
179 |
[% END %] |
180 |
[% END %] |
180 |
</tr> |
181 |
</tr> |
181 |
[% END %] |
182 |
[% END %] |
Lines 185-303
Link Here
|
185 |
<div id="sysinfo"> |
186 |
<div id="sysinfo"> |
186 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps %] |
187 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps %] |
187 |
[% IF (warnIsRootUser) %] |
188 |
[% IF (warnIsRootUser) %] |
188 |
<h2>Warning regarding current user</h2> |
189 |
<h2>[% t('Warning regarding current user') %]</h2> |
189 |
<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> |
190 |
<p>[% t('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> |
190 |
<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> |
191 |
<p>[% t('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> |
191 |
[% END %] |
192 |
[% END %] |
192 |
|
193 |
|
193 |
[% IF has_ai_issues %] |
194 |
[% IF has_ai_issues %] |
194 |
<h2>Data problems</h2> |
195 |
<h2>[% t('Data problems') %]</h2> |
195 |
<p>Some of your tables have problems with their auto_increment values which may lead to data loss.</p> |
196 |
<p>[% t('Some of your tables have problems with their auto_increment values which may lead to data loss.') %]</p> |
196 |
<p><strong>You should not ignore this warning.</strong></p> |
197 |
<p><strong>[% t('You should not ignore this warning.') %]</strong></p> |
197 |
<p>The problem is that InnoDB does not keep auto_increment across SQL server restarts (it is only set in memory). So on server startup the auto_increment values are set to max(table.id)+1.</p> |
198 |
<p>[% t('The problem is that InnoDB does not keep auto_increment across SQL server restarts (it is only set in memory). So on server startup the auto_increment values are set to max(table.id)+1.') %]</p> |
198 |
<p>To know how to avoid this problem see the related wiki page: |
199 |
<p>[% t('To know how to avoid this problem see the related wiki page:') %] |
199 |
<a href="https://wiki.koha-community.org/wiki/DBMS_auto_increment_fix">DBMS auto increment fix</a> |
200 |
<a href="https://wiki.koha-community.org/wiki/DBMS_auto_increment_fix">[% t('DBMS auto increment fix') %]</a> |
200 |
</p> |
201 |
</p> |
201 |
|
202 |
|
202 |
<h3>Problems found</h3> |
203 |
<h3>[% t('Problems found') %]</h3> |
203 |
[% IF ai_patrons %] |
204 |
[% IF ai_patrons %] |
204 |
<h4>Patrons</h4> |
205 |
<h4>[% t('Patrons') %]</h4> |
205 |
<p>The following ids exist in both tables [% "borrowers" | $HtmlTags tag="strong" %] and [% "deletedborrowers" | $HtmlTags tag="strong" %]:</p> |
206 |
<p>[% t('The following ids exist in both tables') %] [% "borrowers" | $HtmlTags tag="strong" %] [% t('and') %] [% "deletedborrowers" | $HtmlTags tag="strong" %]:</p> |
206 |
<p>[% FOR p IN ai_patrons %][% p.borrowernumber %][% UNLESS loop.last %], [% END %][% END %]</p> |
207 |
<p>[% FOR p IN ai_patrons %][% p.borrowernumber %][% UNLESS loop.last %], [% END %][% END %]</p> |
207 |
[% END %] |
208 |
[% END %] |
208 |
[% IF ai_biblios %] |
209 |
[% IF ai_biblios %] |
209 |
<h4>Biblios</h4> |
210 |
<h4>[% t('Biblios') %]</h4> |
210 |
<p>The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p> |
211 |
<p>[% t('The following ids exist in both tables') %] [% "biblio" | $HtmlTags tag="strong" %] [% t('and') %] [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p> |
211 |
<p>[% FOR b IN ai_biblios %][% b.biblionumber %][% UNLESS loop.last %], [% END %][% END %]</p> |
212 |
<p>[% FOR b IN ai_biblios %][% b.biblionumber %][% UNLESS loop.last %], [% END %][% END %]</p> |
212 |
[% END %] |
213 |
[% END %] |
213 |
[% IF ai_items %] |
214 |
[% IF ai_items %] |
214 |
<h4>Items</h4> |
215 |
<h4>[% t('Items') %]</h4> |
215 |
<p>The following ids exist in both tables [% "items" | $HtmlTags tag="strong" %] and [% "deleteditems" | $HtmlTags tag="strong" %]:</p> |
216 |
<p>[% t('The following ids exist in both tables') %] [% "items" | $HtmlTags tag="strong" %] [% t('and') %] [% "deleteditems" | $HtmlTags tag="strong" %]:</p> |
216 |
<p>[% FOR i IN ai_items %][% i.itemnumber %][% UNLESS loop.last %], [% END %][% END %]</p> |
217 |
<p>[% FOR i IN ai_items %][% i.itemnumber %][% UNLESS loop.last %], [% END %][% END %]</p> |
217 |
[% END %] |
218 |
[% END %] |
218 |
[% IF ai_checkouts %] |
219 |
[% IF ai_checkouts %] |
219 |
<h4>Checkouts</h4> |
220 |
<h4>[% t('Checkouts') %]</h4> |
220 |
<p>The following ids exist in both tables [% "issues" | $HtmlTags tag="strong" %] and [% "old_issues" | $HtmlTags tag="strong" %]:</p> |
221 |
<p>[% t('The following ids exist in both tables') %] [% "issues" | $HtmlTags tag="strong" %] [% t('and') %] [% "old_issues" | $HtmlTags tag="strong" %]:</p> |
221 |
<p>[% FOR c IN ai_checkouts %][% c.issue_id %][% UNLESS loop.last %], [% END %][% END %]</p> |
222 |
<p>[% FOR c IN ai_checkouts %][% c.issue_id %][% UNLESS loop.last %], [% END %][% END %]</p> |
222 |
[% END %] |
223 |
[% END %] |
223 |
[% IF ai_holds %] |
224 |
[% IF ai_holds %] |
224 |
<h4>Holds</h4> |
225 |
<h4>[% t('Holds') %]</h4> |
225 |
<p>The following ids exist in both tables [% "holds" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:</p> |
226 |
<p>[% t('The following ids exist in both tables') %] [% "holds" | $HtmlTags tag="strong" %] [% t('and') %] [% "old_reserves" | $HtmlTags tag="strong" %]:</p> |
226 |
<p>[% FOR h IN ai_holds %][% h.reserve_id %][% UNLESS loop.last %], [% END %][% END %]</p> |
227 |
<p>[% FOR h IN ai_holds %][% h.reserve_id %][% UNLESS loop.last %], [% END %][% END %]</p> |
227 |
[% END %] |
228 |
[% END %] |
228 |
<br/> |
229 |
<br /> |
229 |
[% END %] |
230 |
[% END %] |
230 |
|
231 |
|
231 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || oauth2_missing_deps %] |
232 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || oauth2_missing_deps %] |
232 |
<h2>Warnings regarding the system configuration</h2> |
233 |
<h2>[% t('Warnings regarding the system configuration') %]</h2> |
233 |
<table> |
234 |
<table> |
234 |
<caption>Preferences and parameters</caption> |
235 |
<caption>[% t('Preferences and parameters') %]</caption> |
235 |
[% IF (warnPrefBiblioAddsAuthorities) %] |
236 |
[% IF (warnPrefBiblioAddsAuthorities) %] |
236 |
<tr><th scope="row"><b>Warning</b> </th><td>System preference 'AutoCreateAuthorities' set, but needs 'BiblioAddsAuthorities' set as well.</td></tr> |
237 |
<tr><th scope="row"><b>[% t('Warning') %]</b> </th><td>[% t('System preference \'AutoCreateAuthorities\' set, but needs \'BiblioAddsAuthorities\' set as well.') %]</td></tr> |
237 |
[% END %] |
238 |
[% END %] |
238 |
[% IF (warnPrefEasyAnalyticalRecords) %] |
239 |
[% IF (warnPrefEasyAnalyticalRecords) %] |
239 |
<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> |
240 |
<tr><th scope="row"><b>[% t('Warning') %]</b> </th><td>[% t('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> |
240 |
[% END %] |
241 |
[% END %] |
241 |
[% IF warnPrefAnonymousPatron %] |
242 |
[% IF warnPrefAnonymousPatron %] |
242 |
<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> |
243 |
<tr><th scope="row"><b>[% t('Warning') %]</b> </th><td>[% t('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> |
243 |
[% END %] |
244 |
[% END %] |
244 |
[% IF warnPrefAnonymousPatron_PatronDoesNotExist %] |
245 |
[% IF warnPrefAnonymousPatron_PatronDoesNotExist %] |
245 |
<tr><th scope="row"><b>Warning</b> </th><td>Some patrons have requested a privacy on returning item but the AnonymousPatron pref is not set correctly. Set it to a valid borrower number if you want that this feature works correctly.</td></tr> |
246 |
<tr><th scope="row"><b>[% t('Warning') %]</b> </th><td>[% t('Some patrons have requested a privacy on returning item but the AnonymousPatron pref is not set correctly. Set it to a valid borrower number if you want that this feature works correctly.') %]</td></tr> |
246 |
[% END %] |
247 |
[% END %] |
247 |
[% IF warnNoActiveCurrency %] |
248 |
[% IF warnNoActiveCurrency %] |
248 |
<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 > Currencies and exchange rates</a> and mark one currency as active.</td></tr> |
249 |
<tr><th scope="row"><b>[% t('Warning') %]</b> </th><td>[% t('No active currency is defined. Please go to') %] <a href="/cgi-bin/koha/admin/currency.pl">[% t('Administration > Currencies and exchange rates') %]</a> [% t('and mark one currency as active.') %]</td></tr> |
249 |
[% END %] |
250 |
[% END %] |
250 |
[% IF warnStatisticsFieldsError %] |
251 |
[% IF warnStatisticsFieldsError %] |
251 |
<tr><th scope="row"><b>Warning</b> </th><td>System preference 'StatisticsFields' contains field names not belonging to the items database table: [% warnStatisticsFieldsError %] </td></tr> |
252 |
<tr><th scope="row"><b>[% t('Warning') %]</b> </th><td>[% t('System preference \'StatisticsFields\' contains field names not belonging to the items database table:') %] [% warnStatisticsFieldsError %] </td></tr> |
252 |
[% END %] |
253 |
[% END %] |
253 |
[% IF QueryParserError %] |
254 |
[% IF QueryParserError %] |
254 |
<tr><th scope="row"><b>Warning</b> </th><td> |
255 |
<tr><th scope="row"><b>[% t('Warning') %]</b> </th><td> |
255 |
You have set UseQueryParser but there was a problem inititializing QueryParser. |
256 |
[% t('You have set UseQueryParser but there was a problem inititializing QueryParser.') %] |
256 |
[% IF QueryParserError.fallback %] |
257 |
[% IF QueryParserError.fallback %] |
257 |
The 'queryparser_config' entry is missing in your configuration file. |
258 |
[% t('The \'queryparser_config\' entry is missing in your configuration file.') %] |
258 |
The following configuration file was used without success: [% QueryParserError.file %]. |
259 |
[% t('The following configuration file was used without success:') %] [% QueryParserError.file %]. |
259 |
[% ELSE %] |
260 |
[% ELSE %] |
260 |
The following configuration file was used without success: [% QueryParserError.file %]. |
261 |
[% t('The following configuration file was used without success:') %] [% QueryParserError.file %]. |
261 |
[% END %] |
262 |
[% END %] |
262 |
</td> |
263 |
</td> |
263 |
</tr> |
264 |
</tr> |
264 |
[% END %] |
265 |
[% END %] |
265 |
[% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %] |
266 |
[% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %] |
266 |
<tr><th scope="row"><b>Warning</b> </th><td> |
267 |
<tr><th scope="row"><b>[% t('Warning') %]</b> </th><td> |
267 |
The patron used for the self checkout module at the OPAC does not have the self_check => self_checkout_module permission. |
268 |
[% t('The patron used for the self checkout module at the OPAC does not have the self_check => self_checkout_module permission.') %] |
268 |
</td></tr> |
269 |
</td></tr> |
269 |
[% END %] |
270 |
[% END %] |
270 |
[% IF AutoSelfCheckPatronHasTooManyPerm %] |
271 |
[% IF AutoSelfCheckPatronHasTooManyPerm %] |
271 |
<tr><th scope="row"><b>Warning</b> </th><td> |
272 |
<tr><th scope="row"><b>[% t('Warning') %]</b> </th><td> |
272 |
The patron used for the self checkout module at the OPAC has too many permissions. They should only have self_check => self_checkout_module. |
273 |
[% t('The patron used for the self checkout module at the OPAC has too many permissions. They should only have self_check => self_checkout_module.') %] |
273 |
</td></tr> |
274 |
</td></tr> |
274 |
[% END %] |
275 |
[% END %] |
275 |
[% IF warnNoTemplateCaching %] |
276 |
[% IF warnNoTemplateCaching %] |
276 |
<tr><th scope="row"><b>Warning</b> </th><td> |
277 |
<tr><th scope="row"><b>[% t('Warning') %]</b> </th><td> |
277 |
You are missing the <template_cache_dir> entry in your koha-conf.xml file. |
278 |
[% t('You are missing the <template_cache_dir> entry in your koha-conf.xml file.') %] |
278 |
That will bring a performance boost to enable it. |
279 |
[% t('That will bring a performance boost to enable it.') %] |
279 |
</td></tr> |
280 |
</td></tr> |
280 |
[% END %] |
281 |
[% END %] |
281 |
[% IF warnILLConfiguration %] |
282 |
[% IF warnILLConfiguration %] |
282 |
[% IF no_ill_backends %] |
283 |
[% IF no_ill_backends %] |
283 |
<tr><th scope="row"><b>Warning</b> </th><td> |
284 |
<tr><th scope="row"><b>[% t('Warning') %]</b> </th><td> |
284 |
The ILL module is enabled, but there are no backends available. |
285 |
[% t('The ILL module is enabled, but there are no backends available.') %] |
285 |
</td></tr> |
286 |
</td></tr> |
286 |
[% END %] |
287 |
[% END %] |
287 |
[% IF ill_partner_code_not_defined %] |
288 |
[% IF ill_partner_code_not_defined %] |
288 |
<tr><th scope="row"><b>Warning</b> </th><td> |
289 |
<tr><th scope="row"><b>[% t('Warning') %]</b> </th><td> |
289 |
The ILL module is enabled, but no 'partner_code' defined in koha-conf.xml. Falling back to the hardcoded 'ILLLIBS'. |
290 |
[% t('The ILL module is enabled, but no \'partner_code\' defined in koha-conf.xml. Falling back to the hardcoded \'ILLLIBS\'.') %] |
290 |
</td></tr> |
291 |
</td></tr> |
291 |
[%END %] |
292 |
[%END %] |
292 |
[% IF ill_partner_code_doesnt_exist %] |
293 |
[% IF ill_partner_code_doesnt_exist %] |
293 |
<tr><th scope="row"><b>Warning</b> </th><td> |
294 |
<tr><th scope="row"><b>[% t('Warning') %]</b> </th><td> |
294 |
The ILL module is enabled, but the configured 'partner_code' ([% ill_partner_code_doesnt_exist %]) is not defined on the system. |
295 |
[% t('The ILL module is enabled, but the configured \'partner_code\' (') %][% ill_partner_code_doesnt_exist %][% t(') is not defined on the system.') %] |
295 |
</td></tr> |
296 |
</td></tr> |
296 |
[% END %] |
297 |
[% END %] |
297 |
[% END %] |
298 |
[% END %] |
298 |
[% IF oauth2_missing_deps %] |
299 |
[% IF oauth2_missing_deps %] |
299 |
<tr><th scope="row"><b>Warning</b> </th><td> |
300 |
<tr><th scope="row"><b>[% t('Warning') %]</b> </th><td> |
300 |
System preference 'RESTOAuth2ClientCredentials' is set, but the required Net::OAuth2::AuthorizationServer dependency is missing. The feature is disabled. |
301 |
[% t('System preference \'RESTOAuth2ClientCredentials\' is set, but the required Net::OAuth2::AuthorizationServer dependency is missing. The feature is disabled.') %] |
301 |
</td></tr> |
302 |
</td></tr> |
302 |
[% END %] |
303 |
[% END %] |
303 |
</table> |
304 |
</table> |
Lines 305-425
Link Here
|
305 |
|
306 |
|
306 |
[% IF xml_config_warnings.size %] |
307 |
[% IF xml_config_warnings.size %] |
307 |
<table> |
308 |
<table> |
308 |
<caption>XML configuration file</caption> |
309 |
<caption>[% t('XML configuration file') %]</caption> |
309 |
[% FOREACH config_entry IN xml_config_warnings %] |
310 |
[% FOREACH config_entry IN xml_config_warnings %] |
310 |
[% IF config_entry.error == 'zebra_bib_index_mode_warn' %] |
311 |
[% IF config_entry.error == 'zebra_bib_index_mode_warn' %] |
311 |
<tr> |
312 |
<tr> |
312 |
<th scope="row"><b>Warning</b></th> |
313 |
<th scope="row"><b>[% t('Warning') %]</b></th> |
313 |
<td>The <zebra_bib_index_mode> entry is missing in your configuration file. |
314 |
<td>[% t('The <zebra_bib_index_mode> entry is missing in your configuration file.') %] |
314 |
It should be set to 'dom' or 'grs1' (deprecated). |
315 |
[% t('It should be set to \'dom\' or \'grs1\' (deprecated).') %] |
315 |
It will default to 'dom'. |
316 |
[% t('It will default to \'dom\'.') %] |
316 |
</td> |
317 |
</td> |
317 |
</tr> |
318 |
</tr> |
318 |
[% ELSIF config_entry.error == 'zebra_bib_mode_seems_grs1' %] |
319 |
[% ELSIF config_entry.error == 'zebra_bib_mode_seems_grs1' %] |
319 |
<tr> |
320 |
<tr> |
320 |
<th scope="row"><b>Info</b></th> |
321 |
<th scope="row"><b>[% t('Info') %]</b></th> |
321 |
<td>Your configuration file still seems to be set up for 'grs1'.</td> |
322 |
<td>[% t('Your configuration file still seems to be set up for \'grs1\'.') %]</td> |
322 |
</tr> |
323 |
</tr> |
323 |
[% ELSIF config_entry.error == 'zebra_bib_mode_seems_dom' %] |
324 |
[% ELSIF config_entry.error == 'zebra_bib_mode_seems_dom' %] |
324 |
<tr> |
325 |
<tr> |
325 |
<th scope="row"><b>Info</b></th> |
326 |
<th scope="row"><b>[% t('Info') %]</b></th> |
326 |
<td>Your configuration file seems to be set up for 'dom'.</td> |
327 |
<td>[% t('Your configuration file seems to be set up for \'dom\'.') %]</td> |
327 |
</tr> |
328 |
</tr> |
328 |
[% ELSIF config_entry.error == 'zebra_auth_index_mode_warn' %] |
329 |
[% ELSIF config_entry.error == 'zebra_auth_index_mode_warn' %] |
329 |
<tr> |
330 |
<tr> |
330 |
<th scope="row"><b>Warning</b></th> |
331 |
<th scope="row"><b>[% t('Warning') %]</b></th> |
331 |
<td>The <zebra_auth_index_mode> entry is missing in your configuration file. |
332 |
<td>[% t('The <zebra_auth_index_mode> entry is missing in your configuration file.') %] |
332 |
It should be set to 'dom' or 'grs1' (deprecated). |
333 |
[% t('It should be set to \'dom\' or \'grs1\' (deprecated).') %] |
333 |
It will default to 'dom'. |
334 |
[% t('It will default to \'dom\'.') %] |
334 |
</td> |
335 |
</td> |
335 |
</tr> |
336 |
</tr> |
336 |
[% ELSIF config_entry.error == 'zebra_auth_mode_seems_grs1' %] |
337 |
[% ELSIF config_entry.error == 'zebra_auth_mode_seems_grs1' %] |
337 |
<tr> |
338 |
<tr> |
338 |
<th scope="row"><b>Info</b></th> |
339 |
<th scope="row"><b>[% t('Info') %]</b></th> |
339 |
<td>Your configuration file still seems to be set up for 'grs1'.</td> |
340 |
<td>[% t('Your configuration file still seems to be set up for \'grs1\'.') %]</td> |
340 |
</tr> |
341 |
</tr> |
341 |
[% ELSIF config_entry.error == 'zebra_auth_mode_seems_dom' %] |
342 |
[% ELSIF config_entry.error == 'zebra_auth_mode_seems_dom' %] |
342 |
<tr> |
343 |
<tr> |
343 |
<th scope="row"><b>Info</b></th> |
344 |
<th scope="row"><b>[% t('Info') %]</b></th> |
344 |
<td>Your configuration file seems to be set up for 'dom'.</td> |
345 |
<td>[% t('Your configuration file seems to be set up for \'dom\'.') %]</td> |
345 |
</tr> |
346 |
</tr> |
346 |
[% ELSIF config_entry.error == 'zebra_bib_grs_warn' %] |
347 |
[% ELSIF config_entry.error == 'zebra_bib_grs_warn' %] |
347 |
<tr> |
348 |
<tr> |
348 |
<th scope="row"><b>Warning</b></th> |
349 |
<th scope="row"><b>[% t('Warning') %]</b></th> |
349 |
<td>The <zebra_bib_index_mode> entry is set to 'grs1'. |
350 |
<td>[% t('The <zebra_bib_index_mode> entry is set to \'grs1\'.') %] |
350 |
GRS-1 support is now deprecated and will be removed in future releases. |
351 |
[% t('GRS-1 support is now deprecated and will be removed in future releases.') %] |
351 |
Please use DOM instead. To switch follow this page of wiki: |
352 |
[% t('Please use DOM instead. To switch follow this page of wiki:') %] |
352 |
<a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a> |
353 |
<a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">[% t('Switching to dom indexing') %]</a> |
353 |
</td> |
354 |
</td> |
354 |
</tr> |
355 |
</tr> |
355 |
[% ELSIF config_entry.error == 'zebra_bib_index_mode_mismatch_warn' %] |
356 |
[% ELSIF config_entry.error == 'zebra_bib_index_mode_mismatch_warn' %] |
356 |
<tr> |
357 |
<tr> |
357 |
<th scope="row"><b>Warning</b></th> |
358 |
<th scope="row"><b>[% t('Warning') %]</b></th> |
358 |
<td>The <zebra_bib_index_mode> entry is set to 'dom', but your system still appears to be set up for 'grs1' indexing.</td> |
359 |
<td>[% t('The <zebra_bib_index_mode> entry is set to \'dom\', but your system still appears to be set up for \'grs1\' indexing.') %]</td> |
359 |
</tr> |
360 |
</tr> |
360 |
[% ELSIF config_entry.error == 'zebra_auth_grs_warn' %] |
361 |
[% ELSIF config_entry.error == 'zebra_auth_grs_warn' %] |
361 |
<tr> |
362 |
<tr> |
362 |
<th scope="row"><b>Warning</b></th> |
363 |
<th scope="row"><b>[% t('Warning') %]</b></th> |
363 |
<td>The <zebra_auth_index_mode> entry is set to 'grs1'. |
364 |
<td>[% t('The <zebra_auth_index_mode> entry is set to \'grs1\'.') %] |
364 |
GRS-1 support is now deprecated and will be removed in future releases. |
365 |
[% t('GRS-1 support is now deprecated and will be removed in future releases.') %] |
365 |
Please use DOM instead. To switch follow this page of wiki: |
366 |
[% t('Please use DOM instead. To switch follow this page of wiki:') %] |
366 |
<a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a> |
367 |
<a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">[% t('Switching to dom indexing') %]</a> |
367 |
</td> |
368 |
</td> |
368 |
</tr> |
369 |
</tr> |
369 |
[% ELSIF config_entry.error == 'zebra_auth_index_mode_mismatch_warn' %] |
370 |
[% ELSIF config_entry.error == 'zebra_auth_index_mode_mismatch_warn' %] |
370 |
<tr> |
371 |
<tr> |
371 |
<th scope="row"><b>Warning</b></th> |
372 |
<th scope="row"><b>[% t('Warning') %]</b></th> |
372 |
<td>The <zebra_auth_index_mode> entry is set to 'dom', but your system still appears to be set up for 'grs1' indexing.</td> |
373 |
<td>[% t('The <zebra_auth_index_mode> entry is set to \'dom\', but your system still appears to be set up for \'grs1\' indexing.') %]</td> |
373 |
</tr> |
374 |
</tr> |
374 |
[% ELSIF config_entry.error == 'queryparser_entry_missing' %] |
375 |
[% ELSIF config_entry.error == 'queryparser_entry_missing' %] |
375 |
<tr> |
376 |
<tr> |
376 |
<th scope="row"><b>Warning</b></th> |
377 |
<th scope="row"><b>[% t('Warning') %]</b></th> |
377 |
<td>You have set UseQueryParser but the 'queryparser_config' entry is missing in your configuration |
378 |
<td>[% t('You have set UseQueryParser but the \'queryparser_config\' entry is missing in your configuration') %] |
378 |
file. [% config_entry.file %] is used as a fallback. |
379 |
[% t('file.') %] [% config_entry.file %] [% t('is used as a fallback.') %] |
379 |
</td> |
380 |
</td> |
380 |
</tr> |
381 |
</tr> |
381 |
[% ELSIF config_entry.error == 'use_zebra_facets_entry_missing' %] |
382 |
[% ELSIF config_entry.error == 'use_zebra_facets_entry_missing' %] |
382 |
<tr> |
383 |
<tr> |
383 |
<th scope="row"><b>Warning</b></th> |
384 |
<th scope="row"><b>[% t('Warning') %]</b></th> |
384 |
<td>The <use_zebra_facets> entry is missing in your configuration file. Falling back |
385 |
<td>[% t('The <use_zebra_facets> entry is missing in your configuration file. Falling back') %] |
385 |
to legacy facet calculation. |
386 |
[% t('to legacy facet calculation.') %] |
386 |
</td> |
387 |
</td> |
387 |
</tr> |
388 |
</tr> |
388 |
[% ELSIF config_entry.error == 'use_zebra_facets_needs_dom' %] |
389 |
[% ELSIF config_entry.error == 'use_zebra_facets_needs_dom' %] |
389 |
<tr> |
390 |
<tr> |
390 |
<th scope="row"><b>Warning</b></th> |
391 |
<th scope="row"><b>[% t('Warning') %]</b></th> |
391 |
<td>You have set <use_zebra_facets> but the <zebra_bib_index_mode> is not set to 'dom'. Falling back |
392 |
<td>[% t('You have set <use_zebra_facets> but the <zebra_bib_index_mode> is not set to \'dom\'. Falling back') %] |
392 |
to legacy facet calculation. |
393 |
[% t('to legacy facet calculation.') %] |
393 |
</td> |
394 |
</td> |
394 |
</tr> |
395 |
</tr> |
395 |
[% ELSIF config_entry.error == 'log4perl_entry_missing' %] |
396 |
[% ELSIF config_entry.error == 'log4perl_entry_missing' %] |
396 |
<tr> |
397 |
<tr> |
397 |
<th scope="row"><b>Warning</b></th> |
398 |
<th scope="row"><b>[% t('Warning') %]</b></th> |
398 |
<td>You are missing the <log4perl_conf> entry in your koha-conf.xml file. Please |
399 |
<td>[% t('You are missing the <log4perl_conf> entry in your koha-conf.xml file. Please') %] |
399 |
add it, pointing to the log4perl.conf file for your Koha instance. |
400 |
[% t('add it, pointing to the log4perl.conf file for your Koha instance.') %] |
400 |
</td> |
401 |
</td> |
401 |
</tr> |
402 |
</tr> |
402 |
[% ELSIF config_entry.error == 'uploadpath_entry_missing' %] |
403 |
[% ELSIF config_entry.error == 'uploadpath_entry_missing' %] |
403 |
<tr> |
404 |
<tr> |
404 |
<th scope="row"><b>Warning</b></th> |
405 |
<th scope="row"><b>[% t('Warning') %]</b></th> |
405 |
<td>You are missing the <upload_path> entry in your koha-conf.xml file. Please |
406 |
<td>[% t('You are missing the <upload_path> entry in your koha-conf.xml file. Please') %] |
406 |
add it, pointing to the configured file upload directory for your Koha instance. |
407 |
[% t('add it, pointing to the configured file upload directory for your Koha instance.') %] |
407 |
</td> |
408 |
</td> |
408 |
</tr> |
409 |
</tr> |
409 |
[% ELSIF config_entry.error == 'uploadpath_and_opacbaseurl_entry_missing' %] |
410 |
[% ELSIF config_entry.error == 'uploadpath_and_opacbaseurl_entry_missing' %] |
410 |
<tr> |
411 |
<tr> |
411 |
<th scope="row"><b>Warning</b></th> |
412 |
<th scope="row"><b>[% t('Warning') %]</b></th> |
412 |
<td>You are missing the <upload_path> entry in your koha-conf.xml file. Please |
413 |
<td>[% t('You are missing the <upload_path> entry in your koha-conf.xml file. Please') %] |
413 |
add it, pointing to the configured file upload directory for your Koha instance. |
414 |
[% t('add it, pointing to the configured file upload directory for your Koha instance.') %] |
414 |
Also note that you need to properly set the OPACBaseURL preference for the file upload plugin to work. |
415 |
[% t('Also note that you need to properly set the OPACBaseURL preference for the file upload plugin to work.') %] |
415 |
</td> |
416 |
</td> |
416 |
</tr> |
417 |
</tr> |
417 |
[% ELSIF config_entry.error == 'tmp_path_missing' %] |
418 |
[% ELSIF config_entry.error == 'tmp_path_missing' %] |
418 |
<tr> |
419 |
<tr> |
419 |
<th scope="row"><b>Warning</b></th> |
420 |
<th scope="row"><b>[% t('Warning') %]</b></th> |
420 |
<td>You are missing the <tmp_path> entry in your koha-conf.xml file. Please |
421 |
<td>[% t('You are missing the <tmp_path> entry in your koha-conf.xml file. Please') %] |
421 |
add it, pointing to the configured temporary directory for your Koha instance. |
422 |
[% t('add it, pointing to the configured temporary directory for your Koha instance.') %] |
422 |
The effective temporary directory is '[% config_entry.effective_tmp_dir %]'. |
423 |
[% t('The effective temporary directory is \'') %][% config_entry.effective_tmp_dir %]'. |
423 |
</td> |
424 |
</td> |
424 |
</tr> |
425 |
</tr> |
425 |
[% END %] |
426 |
[% END %] |
Lines 427-1079
Link Here
|
427 |
</table> |
428 |
</table> |
428 |
[% END %] |
429 |
[% END %] |
429 |
[% ELSE %] |
430 |
[% ELSE %] |
430 |
<p>No warnings.</p> |
431 |
<p>[% t('No warnings.') %]</p> |
431 |
[% END %] |
432 |
[% END %] |
432 |
</div> |
433 |
</div> |
433 |
|
434 |
|
434 |
<div id="team"> |
435 |
<div id="team"> |
435 |
<h2>Special thanks to the following organizations</h2> |
436 |
<h2>[% t('Special thanks to the following organizations') %]</h2> |
436 |
<ul> |
437 |
<ul> |
437 |
<li><a href="http://library.org.nz">Horowhenua Library Trust</a>, New Zealand, and Rosalie Blake, Head of Libraries, (Koha 1.0)</li> |
438 |
<li><a href="http://library.org.nz">[% t('Horowhenua Library Trust') %]</a>[% t(', New Zealand, and Rosalie Blake, Head of Libraries, (Koha 1.0)') %]</li> |
438 |
<li>The <a href="http://www.myacpl.org/">Athens County Public Libraries</a>, Ohio, USA (MARC sponsorship, documentation, template maintenance)</li> |
439 |
<li>[% t('The') %] <a href="http://www.myacpl.org/">[% t('Athens County Public Libraries') %]</a>[% t(', Ohio, USA (MARC sponsorship, documentation, template maintenance)') %]</li> |
439 |
<li><a href="http://www.emn.fr">EMN (Ecole des Mines de Nantes)</a>, France (Suggestions, Stats wizards and improved LDAP sponsorship)</li> |
440 |
<li><a href="http://www.emn.fr">[% t('EMN (Ecole des Mines de Nantes)') %]</a>[% t(', France (Suggestions, Stats wizards and improved LDAP sponsorship)') %]</li> |
440 |
<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> |
441 |
<li><a href="http://www.mines-paristech.fr">[% t('Mines Paristech (previously Ecole Nationale Supérieure des Mines de Paris)') %]</a>[% t(', France (biblio frameworks, MARC authorities, OPAC basket, Serials sponsorship)') %]</li> |
441 |
<li><a href="http://www.mediathequeouestprovence.fr/">SAN-Ouest Provence</a>, France (Koha 3.0 enhancements to patrons and holds modules)</li> |
442 |
<li><a href="http://www.mediathequeouestprovence.fr/">[% t('SAN-Ouest Provence') %]</a>[% t(', France (Koha 3.0 enhancements to patrons and holds modules)') %]</li> |
442 |
<li>The <a href="http://ccfls.org">Crawford County Federated Library System</a>, PA, USA (Koha 3.0 Zebra Integration sponsorship)</li> |
443 |
<li>[% t('The') %] <a href="http://ccfls.org">[% t('Crawford County Federated Library System') %]</a>[% t(', PA, USA (Koha 3.0 Zebra Integration sponsorship)') %]</li> |
443 |
<li>The <a href="http://www.geauga.lib.oh.us/">Geauga County Public Library</a>, OH, USA (Koha 3.0 beta testing)</li> |
444 |
<li>[% t('The') %] <a href="http://www.geauga.lib.oh.us/">[% t('Geauga County Public Library') %]</a>[% t(', OH, USA (Koha 3.0 beta testing)') %]</li> |
444 |
<li>The <a href="http://library.neu.edu.tr">Near East University</a>, Cyprus</li> |
445 |
<li>[% t('The') %] <a href="http://library.neu.edu.tr">[% t('Near East University') %]</a>[% t(', Cyprus') %]</li> |
445 |
<li>OPUS International Consultants, Wellington, New Zealand (Corporate Serials sponsorship)</li> |
446 |
<li>[% t('OPUS International Consultants, Wellington, New Zealand (Corporate Serials sponsorship)') %]</li> |
446 |
<li><a href="http://www.famfamfam.com/">famfamfam.com</a> Birmingham (UK) based developer Mark James for the famfamfam Silk iconset.</li> |
447 |
<li><a href="http://www.famfamfam.com/">[% t('famfamfam.com') %]</a> [% t('Birmingham (UK) based developer Mark James for the famfamfam Silk iconset.') %]</li> |
447 |
<li><a href="http://www.ashs.school.nz/">Albany Senior High School</a>, Auckland, New Zealand (OPAC 'star-ratings' sponsorship)</li> |
448 |
<li><a href="http://www.ashs.school.nz/">[% t('Albany Senior High School') %]</a>[% t(', Auckland, New Zealand (OPAC \'star-ratings\' sponsorship)') %]</li> |
448 |
</ul> |
449 |
</ul> |
449 |
|
450 |
|
450 |
<h2>Koha <span style="color:red" title="Koha version numbering has jumped from 3.22 to 16.05 (yy.mm) as from May 2016">18.05</span> release team</h2> |
451 |
<h2>[% t('Koha') %] <span style="color:red" title="[% t('Koha version numbering has jumped from 3.22 to 16.05 (yy.mm) as from May 2016') %]">[% t('18.05') %]</span> [% t('release team') %]</h2> |
451 |
<ul> |
452 |
<ul> |
452 |
<li><strong>Release manager:</strong> |
453 |
<li><strong>[% t('Release manager:') %]</strong> |
453 |
<a href="https://www.openhub.net/p/koha/contributors/6618545125093">Jonathan Druart</a> |
454 |
<a href="https://www.openhub.net/p/koha/contributors/6618545125093">[% t('Jonathan Druart') %]</a> |
454 |
</li> |
455 |
</li> |
455 |
<li><strong>Release manager assistant:</strong> |
456 |
<li><strong>[% t('Release manager assistant:') %]</strong> |
456 |
<a href="https://www.openhub.net/p/koha/contributors/6620692886191">Nick Clemens</a> |
457 |
<a href="https://www.openhub.net/p/koha/contributors/6620692886191">[% t('Nick Clemens') %]</a> |
457 |
</li> |
458 |
</li> |
458 |
<li><strong>Documentation Team:</strong> |
459 |
<li><strong>[% t('Documentation Team:') %]</strong> |
459 |
<ul> |
460 |
<ul> |
460 |
<li>Lee Jamison</li> |
461 |
<li>[% t('Lee Jamison') %]</li> |
461 |
<li>David Nind</li> |
462 |
<li>[% t('David Nind') %]</li> |
462 |
<li>Caroline Cyr La Rose</li> |
463 |
<li>[% t('Caroline Cyr La Rose') %]</li> |
463 |
</ul> |
464 |
</ul> |
464 |
</li> |
465 |
</li> |
465 |
<li><strong>Translation manager:</strong> |
466 |
<li><strong>[% t('Translation manager:') %]</strong> |
466 |
<a href="https://www.openhub.net/p/koha/contributors/6618544839606">Bernardo González Kriegel</a></li> |
467 |
<a href="https://www.openhub.net/p/koha/contributors/6618544839606">[% t('Bernardo González Kriegel') %]</a></li> |
467 |
<li><strong>Quality assurance manager:</strong> |
468 |
<li><strong>[% t('Quality assurance manager:') %]</strong> |
468 |
<a href="https://www.openhub.net/p/koha/contributors/6618544670742">Katrin Fischer</a> |
469 |
<a href="https://www.openhub.net/p/koha/contributors/6618544670742">[% t('Katrin Fischer') %]</a> |
469 |
</li> |
470 |
</li> |
470 |
<li><strong>Quality assurance team:</strong> |
471 |
<li><strong>[% t('Quality assurance team:') %]</strong> |
471 |
<ul> |
472 |
<ul> |
472 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544730094">Tomás Cohen Arazi</a></li> |
473 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544730094">[% t('Tomás Cohen Arazi') %]</a></li> |
473 |
<li>Alex Arnaud</li> |
474 |
<li>[% t('Alex Arnaud') %]</li> |
474 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692886191">Nick Clemens</a></li> |
475 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692886191">[% t('Nick Clemens') %]</a></li> |
475 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692261494">Kyle Hall</a></li> |
476 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692261494">[% t('Kyle Hall') %]</a></li> |
476 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692419690">Julian Maurice</a></li> |
477 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692419690">[% t('Julian Maurice') %]</a></li> |
477 |
<li>Josef Moravec</li> |
478 |
<li>[% t('Josef Moravec') %]</li> |
478 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544727712">Marcel de Rooy</a></li> |
479 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544727712">[% t('Marcel de Rooy') %]</a></li> |
479 |
</ul> |
480 |
</ul> |
480 |
</li> |
481 |
</li> |
481 |
<li><strong>Release maintainers:</strong> |
482 |
<li><strong>[% t('Release maintainers:') %]</strong> |
482 |
<ul> |
483 |
<ul> |
483 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692886191">Nick Clemens</a> (17.11)</li> |
484 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692886191">[% t('Nick Clemens') %]</a> [% t('(17.11)') %]</li> |
484 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692831733">Fridolin Somers</a> (17.05)</li> |
485 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692831733">[% t('Fridolin Somers') %]</a> [% t('(17.05)') %]</li> |
485 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544609030">Chris Cormack</a> (16.11)</li> |
486 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544609030">[% t('Chris Cormack') %]</a> [% t('(16.11)') %]</li> |
486 |
</ul> |
487 |
</ul> |
487 |
</li> |
488 |
</li> |
488 |
<li><strong>Packaging manager:</strong> |
489 |
<li><strong>[% t('Packaging manager:') %]</strong> |
489 |
<a href="https://www.openhub.net/p/koha/contributors/6620692605913">Mirko Tietgen</a> |
490 |
<a href="https://www.openhub.net/p/koha/contributors/6620692605913">[% t('Mirko Tietgen') %]</a> |
490 |
</li> |
491 |
</li> |
491 |
<li><strong>Jenkins maintainer:</strong> |
492 |
<li><strong>[% t('Jenkins maintainer:') %]</strong> |
492 |
<a href="https://www.openhub.net/p/koha/contributors/6618544730094">Tomás Cohen Arazi</a> |
493 |
<a href="https://www.openhub.net/p/koha/contributors/6618544730094">[% t('Tomás Cohen Arazi') %]</a> |
493 |
</li> |
494 |
</li> |
494 |
<li><strong>Bug wranglers:</strong> |
495 |
<li><strong>[% t('Bug wranglers:') %]</strong> |
495 |
<ul> |
496 |
<ul> |
496 |
<li>Alex Buckley</li> |
497 |
<li>[% t('Alex Buckley') %]</li> |
497 |
<li>Claire Gravely</li> |
498 |
<li>[% t('Claire Gravely') %]</li> |
498 |
<li>Jon Knight</li> |
499 |
<li>[% t('Jon Knight') %]</li> |
499 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618545408147">Marc Véron</a></li> |
500 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618545408147">[% t('Marc Véron') %]</a></li> |
500 |
</ul> |
501 |
</ul> |
501 |
</li> |
502 |
</li> |
502 |
</ul> |
503 |
</ul> |
503 |
|
504 |
|
504 |
<h2>Koha development team</h2> |
505 |
<h2>[% t('Koha development team') %]</h2> |
505 |
<ul> |
506 |
<ul> |
506 |
<li>Jacek Ablewicz</li> |
507 |
<li>[% t('Jacek Ablewicz') %]</li> |
507 |
<li>Md. Aftabuddin</li> |
508 |
<li>[% t('Md. Aftabuddin') %]</li> |
508 |
<li>Jon Aker</li> |
509 |
<li>[% t('Jon Aker') %]</li> |
509 |
<li>Chloe Alabaster</li> |
510 |
<li>[% t('Chloe Alabaster') %]</li> |
510 |
<li>Edward Allen</li> |
511 |
<li>[% t('Edward Allen') %]</li> |
511 |
<li>Francisco M. Marzoa Alonso</li> |
512 |
<li>[% t('Francisco M. Marzoa Alonso') %]</li> |
512 |
<li>Morgane Alonso</li> |
513 |
<li>[% t('Morgane Alonso') %]</li> |
513 |
<li>Joseph Alway</li> |
514 |
<li>[% t('Joseph Alway') %]</li> |
514 |
<li>Cindy Murdock Ames</li> |
515 |
<li>[% t('Cindy Murdock Ames') %]</li> |
515 |
<li>Aleisha Amohia</li> |
516 |
<li>[% t('Aleisha Amohia') %]</li> |
516 |
<li>Roman Amor</li> |
517 |
<li>[% t('Roman Amor') %]</li> |
517 |
<li>Roch D'Amour</li> |
518 |
<li>[% t('Roch D\'Amour') %]</li> |
518 |
<li>Richard Anderson</li> |
519 |
<li>[% t('Richard Anderson') %]</li> |
519 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692181851">Nahuel Angelinetti</a></li> |
520 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692181851">[% t('Nahuel Angelinetti') %]</a></li> |
520 |
<li>Nuño López Ansótegui</li> |
521 |
<li>[% t('Nuño López Ansótegui') %]</li> |
521 |
<li>Dimitris Antonakis</li> |
522 |
<li>[% t('Dimitris Antonakis') %]</li> |
522 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544730094">Tomás Cohen Arazi (3.18 - 3.22 Release Manager; 3.12 Release Maintainer; 16.05 - 17.11 QA Team Member)</a></li> |
523 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544730094">[% t('Tomás Cohen Arazi (3.18 - 3.22 Release Manager; 3.12 Release Maintainer; 16.05 - 17.11 QA Team Member)') %]</a></li> |
523 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692124662">Andrew Arensburger (the small and great C4::Context module)</a></li> |
524 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692124662">[% t('Andrew Arensburger (the small and great C4::Context module)') %]</a></li> |
524 |
<li>Alex Arnaud</li> |
525 |
<li>[% t('Alex Arnaud') %]</li> |
525 |
<li>Petter Goksøyr Åsen</li> |
526 |
<li>[% t('Petter Goksøyr Åsen') %]</li> |
526 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544614259">Joe Atzberger</a></li> |
527 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544614259">[% t('Joe Atzberger') %]</a></li> |
527 |
<li>Philippe Audet-Fortin</li> |
528 |
<li>[% t('Philippe Audet-Fortin') %]</li> |
528 |
<li>Héctor Eduardo Castro Avalos</li> |
529 |
<li>[% t('Héctor Eduardo Castro Avalos') %]</li> |
529 |
<li>Larry Baerveldt</li> |
530 |
<li>[% t('Larry Baerveldt') %]</li> |
530 |
<li>Marc Balmer</li> |
531 |
<li>[% t('Marc Balmer') %]</li> |
531 |
<li>Edmund Balnaves</li> |
532 |
<li>[% t('Edmund Balnaves') %]</li> |
532 |
<li>Al Banks</li> |
533 |
<li>[% t('Al Banks') %]</li> |
533 |
<li>Daniel Banzli</li> |
534 |
<li>[% t('Daniel Banzli') %]</li> |
534 |
<li>Stefano Bargioni</li> |
535 |
<li>[% t('Stefano Bargioni') %]</li> |
535 |
<li>Daniel Barker</li> |
536 |
<li>[% t('Daniel Barker') %]</li> |
536 |
<li>Greg Barniskis</li> |
537 |
<li>[% t('Greg Barniskis') %]</li> |
537 |
<li>Benedykt P. Barszcz (Polish for 2.0)</li> |
538 |
<li>[% t('Benedykt P. Barszcz (Polish for 2.0)') %]</li> |
538 |
<li>D Ruth Bavousett (3.12 Translation Manager)</li> |
539 |
<li>[% t('D Ruth Bavousett (3.12 Translation Manager)') %]</li> |
539 |
<li>Maxime Beaulieu</li> |
540 |
<li>[% t('Maxime Beaulieu') %]</li> |
540 |
<li>Zoe Bennett</li> |
541 |
<li>[% t('Zoe Bennett') %]</li> |
541 |
<li>Natalie Bennison</li> |
542 |
<li>[% t('Natalie Bennison') %]</li> |
542 |
<li>John Beppu</li> |
543 |
<li>[% t('John Beppu') %]</li> |
543 |
<li>Pablo Bianchi</li> |
544 |
<li>[% t('Pablo Bianchi') %]</li> |
544 |
<li>Chad Billman</li> |
545 |
<li>[% t('Chad Billman') %]</li> |
545 |
<li>David Birmingham</li> |
546 |
<li>[% t('David Birmingham') %]</li> |
546 |
<li>Florian Bischof</li> |
547 |
<li>[% t('Florian Bischof') %]</li> |
547 |
<li>Oliver Bock</li> |
548 |
<li>[% t('Oliver Bock') %]</li> |
548 |
<li>Gaetan Boisson</li> |
549 |
<li>[% t('Gaetan Boisson') %]</li> |
549 |
<li>David Bourgault</li> |
550 |
<li>[% t('David Bourgault') %]</li> |
550 |
<li>Rebecca Blundell</li> |
551 |
<li>[% t('Rebecca Blundell') %]</li> |
551 |
<li>Danny Bouman</li> |
552 |
<li>[% t('Danny Bouman') %]</li> |
552 |
<li>Christopher Brannon (3.20 QA Team Member)</li> |
553 |
<li>[% t('Christopher Brannon (3.20 QA Team Member)') %]</li> |
553 |
<li>Stan Brinkerhoff</li> |
554 |
<li>[% t('Stan Brinkerhoff') %]</li> |
554 |
<li>Isaac Brodsky</li> |
555 |
<li>[% t('Isaac Brodsky') %]</li> |
555 |
<li>Ivan Brown</li> |
556 |
<li>[% t('Ivan Brown') %]</li> |
556 |
<li>Roger Buck</li> |
557 |
<li>[% t('Roger Buck') %]</li> |
557 |
<li>Alex Buckley</li> |
558 |
<li>[% t('Alex Buckley') %]</li> |
558 |
<li>Michael Andrew Cabus</li> |
559 |
<li>[% t('Michael Andrew Cabus') %]</li> |
559 |
<li>Steven Callender</li> |
560 |
<li>[% t('Steven Callender') %]</li> |
560 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692376789">Jared Camins-Esakov (3.12 Release Manager; 3.6 Release Maintainer)</a></li> |
561 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692376789">[% t('Jared Camins-Esakov (3.12 Release Manager; 3.6 Release Maintainer)') %]</a></li> |
561 |
<li>Colin Campbell (3.4 QA Manager)</li> |
562 |
<li>[% t('Colin Campbell (3.4 QA Manager)') %]</li> |
562 |
<li>Fernando Canizo</li> |
563 |
<li>[% t('Fernando Canizo') %]</li> |
563 |
<li>Barry Cannon</li> |
564 |
<li>[% t('Barry Cannon') %]</li> |
564 |
<li>Frédérick Capovilla</li> |
565 |
<li>[% t('Frédérick Capovilla') %]</li> |
565 |
<li>DeAndre Carroll</li> |
566 |
<li>[% t('DeAndre Carroll') %]</li> |
566 |
<li>Chris Catalfo (new plugin MARC editor)</li> |
567 |
<li>[% t('Chris Catalfo (new plugin MARC editor)') %]</li> |
567 |
<li>Marc Chantreux</li> |
568 |
<li>[% t('Marc Chantreux') %]</li> |
568 |
<li>Jerome Charaoui</li> |
569 |
<li>[% t('Jerome Charaoui') %]</li> |
569 |
<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; 16.05 Packaging Manager)</a></li> |
570 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544614260">[% t('Galen Charlton (3.2, 3.14, and 3.16 Release Manager; 3.16 Release Maintainer; 3.18 QA Team Member; 16.05 Packaging Manager)') %]</a></li> |
570 |
<li>Francois Charbonnier</li> |
571 |
<li>[% t('Francois Charbonnier') %]</li> |
571 |
<li>Evonne Cheung</li> |
572 |
<li>[% t('Evonne Cheung') %]</li> |
572 |
<li>Andrew Chilton</li> |
573 |
<li>[% t('Andrew Chilton') %]</li> |
573 |
<li>Pongtawat Chippimolchai</li> |
574 |
<li>[% t('Pongtawat Chippimolchai') %]</li> |
574 |
<li>Barton Chittenden</li> |
575 |
<li>[% t('Barton Chittenden') %]</li> |
575 |
<li>Koha SAB CINECA</li> |
576 |
<li>[% t('Koha SAB CINECA') %]</li> |
576 |
<li>Nick Clemens (16.11 - 17.11 QA Team Member)</li> |
577 |
<li>[% t('Nick Clemens (16.11 - 17.11 QA Team Member)') %]</li> |
577 |
<li>Garry Collum</li> |
578 |
<li>[% t('Garry Collum') %]</li> |
578 |
<li>David Cook</li> |
579 |
<li>[% t('David Cook') %]</li> |
579 |
<li>John Copeland</li> |
580 |
<li>[% t('John Copeland') %]</li> |
580 |
<li>Charlotte Cordwell</li> |
581 |
<li>[% t('Charlotte Cordwell') %]</li> |
581 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544609030">Chris Cormack (1.x, 3.4 and 3.6 Release Manager; 3.8, 3.10, 3.18 and 3.20 Release Maintainer; 3.2 Translation Manager; 3.14 QA Team Member; 17.05 Documentation Manager; 17.11 Documentation Team Member)</a></li> |
582 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544609030">[% t('Chris Cormack (1.x, 3.4 and 3.6 Release Manager; 3.8, 3.10, 3.18 and 3.20 Release Maintainer; 3.2 Translation Manager; 3.14 QA Team Member; 17.05 Documentation Manager; 17.11 Documentation Team Member)') %]</a></li> |
582 |
<li>Jeremy Crabtree</li> |
583 |
<li>[% t('Jeremy Crabtree') %]</li> |
583 |
<li>Bonnie Crawford</li> |
584 |
<li>[% t('Bonnie Crawford') %]</li> |
584 |
<li>Samuel Crosby</li> |
585 |
<li>[% t('Samuel Crosby') %]</li> |
585 |
<li>Christophe Croullebois</li> |
586 |
<li>[% t('Christophe Croullebois') %]</li> |
586 |
<li>Olivier Crouzet</li> |
587 |
<li>[% t('Olivier Crouzet') %]</li> |
587 |
<li>Nate Curulla</li> |
588 |
<li>[% t('Nate Curulla') %]</li> |
588 |
<li>Vincent Danjean</li> |
589 |
<li>[% t('Vincent Danjean') %]</li> |
589 |
<li>Hugh Davenport</li> |
590 |
<li>[% t('Hugh Davenport') %]</li> |
590 |
<li>Elliott Davis (3.12 QA Team Member)</li> |
591 |
<li>[% t('Elliott Davis (3.12 QA Team Member)') %]</li> |
591 |
<li>Doug Dearden</li> |
592 |
<li>[% t('Doug Dearden') %]</li> |
592 |
<li>Kip DeGraaf</li> |
593 |
<li>[% t('Kip DeGraaf') %]</li> |
593 |
<li>Stéphane Delaune</li> |
594 |
<li>[% t('Stéphane Delaune') %]</li> |
594 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692210484">Frédéric Demians (3.4 - 3.10 Translation Manager; 3.20, 16.05 Release Maintainer)</a></li> |
595 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692210484">[% t('Frédéric Demians (3.4 - 3.10 Translation Manager; 3.20, 16.05 Release Maintainer)') %]</a></li> |
595 |
<li>Connor Dewar</li> |
596 |
<li>[% t('Connor Dewar') %]</li> |
596 |
<li>Srikanth Dhondi</li> |
597 |
<li>[% t('Srikanth Dhondi') %]</li> |
597 |
<li>Leire Diez</li> |
598 |
<li>[% t('Leire Diez') %]</li> |
598 |
<li>Yarik</li> |
599 |
<li>[% t('Yarik') %]</li> |
599 |
<li>Rocio Dressler</li> |
600 |
<li>[% t('Rocio Dressler') %]</li> |
600 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618545125093">Jonathan Druart (3.8 - 17.05 QA Team Member; 17.11 Release Manager)</a></li> |
601 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618545125093">[% t('Jonathan Druart (3.8 - 17.05 QA Team Member; 17.11 Release Manager)') %]</a></li> |
601 |
<li>Serhij Dubyk</li> |
602 |
<li>[% t('Serhij Dubyk') %]</li> |
602 |
<li>Yohann Dufour</li> |
603 |
<li>[% t('Yohann Dufour') %]</li> |
603 |
<li>Thomas Dukleth (MARC Frameworks Maintenance)</li> |
604 |
<li>[% t('Thomas Dukleth (MARC Frameworks Maintenance)') %]</li> |
604 |
<li>Frederic Durand</li> |
605 |
<li>[% t('Frederic Durand') %]</li> |
605 |
<li>Sebastiaan Durand</li> |
606 |
<li>[% t('Sebastiaan Durand') %]</li> |
606 |
<li>Rachel Dustin</li> |
607 |
<li>[% t('Rachel Dustin') %]</li> |
607 |
<li>Ecole des Mines de Saint Etienne, Philippe Jaillon (OAI-PMH support)</li> |
608 |
<li>[% t('Ecole des Mines de Saint Etienne, Philippe Jaillon (OAI-PMH support)') %]</li> |
608 |
<li>Stephen Edwards</li> |
609 |
<li>[% t('Stephen Edwards') %]</li> |
609 |
<li>Dani Elder</li> |
610 |
<li>[% t('Dani Elder') %]</li> |
610 |
<li>Gus Ellerm</li> |
611 |
<li>[% t('Gus Ellerm') %]</li> |
611 |
<li>Andrew Elwell</li> |
612 |
<li>[% t('Andrew Elwell') %]</li> |
612 |
<li>Brian Engard</li> |
613 |
<li>[% t('Brian Engard') %]</li> |
613 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544646984">Nicole C. Engard (3.0 - 16.11 Documentation Manager)</a></li> |
614 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544646984">[% t('Nicole C. Engard (3.0 - 16.11 Documentation Manager)') %]</a></li> |
614 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544677502">Magnus Enger</a></li> |
615 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544677502">[% t('Magnus Enger') %]</a></li> |
615 |
<li>Esiee School (Jérome Vizcaino, Michel Lerenard, Pierre Cauchois)</li> |
616 |
<li>[% t('Esiee School (Jérome Vizcaino, Michel Lerenard, Pierre Cauchois)') %]</li> |
616 |
<li>Jason Etheridge</li> |
617 |
<li>[% t('Jason Etheridge') %]</li> |
617 |
<li>Shaun Evans</li> |
618 |
<li>[% t('Shaun Evans') %]</li> |
618 |
<li>Pat Eyler (Kaitiaki from 2002 to 2004)</li> |
619 |
<li>[% t('Pat Eyler (Kaitiaki from 2002 to 2004)') %]</li> |
619 |
<li>Charles Farmer</li> |
620 |
<li>[% t('Charles Farmer') %]</li> |
620 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544609865">Antoine Farnault</a></li> |
621 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544609865">[% t('Antoine Farnault') %]</a></li> |
621 |
<li>Arslan Farooq</li> |
622 |
<li>[% t('Arslan Farooq') %]</li> |
622 |
<li>Vitor Fernandes</li> |
623 |
<li>[% t('Vitor Fernandes') %]</li> |
623 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544609053">Joshua Ferraro (3.0 Release Manager and Translation Manager)</a></li> |
624 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544609053">[% t('Joshua Ferraro (3.0 Release Manager and Translation Manager)') %]</a></li> |
624 |
<li>Julian Fiol</li> |
625 |
<li>[% t('Julian Fiol') %]</li> |
625 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544670742">Katrin Fischer (3.12 - 16.11 QA Manager, 16.11 Release Maintainer, 17.11 Documentation Team Member)</a></li> |
626 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544670742">[% t('Katrin Fischer (3.12 - 16.11 QA Manager, 16.11 Release Maintainer, 17.11 Documentation Team Member)') %]</a></li> |
626 |
<li>Connor Fraser</li> |
627 |
<li>[% t('Connor Fraser') %]</li> |
627 |
<li>Clay Fouts</li> |
628 |
<li>[% t('Clay Fouts') %]</li> |
628 |
<li>Brendon Ford</li> |
629 |
<li>[% t('Brendon Ford') %]</li> |
629 |
<li>Claudia Forsman</li> |
630 |
<li>[% t('Claudia Forsman') %]</li> |
630 |
<li>Jessica Freeman</li> |
631 |
<li>[% t('Jessica Freeman') %]</li> |
631 |
<li>Corey Fuimaono</li> |
632 |
<li>[% t('Corey Fuimaono') %]</li> |
632 |
<li>Marco Gaiarin</li> |
633 |
<li>[% t('Marco Gaiarin') %]</li> |
633 |
<li>Pierrick Le Gall</li> |
634 |
<li>[% t('Pierrick Le Gall') %]</li> |
634 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544661344">Brendan A. Gallagher (3.14 - 3.22 QA Team Member; 16.05 - 17.05 Release Manager; 17.11 QA Team Member)</a></li> |
635 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544661344">[% t('Brendan A. Gallagher (3.14 - 3.22 QA Team Member; 16.05 - 17.05 Release Manager; 17.11 QA Team Member)') %]</a></li> |
635 |
<li>Joachim Ganseman</li> |
636 |
<li>[% t('Joachim Ganseman') %]</li> |
636 |
<li>Tumer Garip</li> |
637 |
<li>[% t('Tumer Garip') %]</li> |
637 |
<li>Russel Garlick</li> |
638 |
<li>[% t('Russel Garlick') %]</li> |
638 |
<li>Mark Gavillet</li> |
639 |
<li>[% t('Mark Gavillet') %]</li> |
639 |
<li>Daniel Kahn Gillmor</li> |
640 |
<li>[% t('Daniel Kahn Gillmor') %]</li> |
640 |
<li>David Goldfein</li> |
641 |
<li>[% t('David Goldfein') %]</li> |
641 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544839606">Bernardo González Kriegel (3.14 - 17.11 Translation Manager; 3.10 Release Maintainer)</a></li> |
642 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544839606">[% t('Bernardo González Kriegel (3.14 - 17.11 Translation Manager; 3.10 Release Maintainer)') %]</a></li> |
642 |
<li>Caitlin Goodger</li> |
643 |
<li>[% t('Caitlin Goodger') %]</li> |
643 |
<li>Claire Gravely</li> |
644 |
<li>[% t('Claire Gravely') %]</li> |
644 |
<li>Briana Greally</li> |
645 |
<li>[% t('Briana Greally') %]</li> |
645 |
<li>Daniel Grobani</li> |
646 |
<li>[% t('Daniel Grobani') %]</li> |
646 |
<li>Victor Grousset</li> |
647 |
<li>[% t('Victor Grousset') %]</li> |
647 |
<li>Isabel Grubi</li> |
648 |
<li>[% t('Isabel Grubi') %]</li> |
648 |
<li>David Gustafsson</li> |
649 |
<li>[% t('David Gustafsson') %]</li> |
649 |
<li>Amit Gupta</li> |
650 |
<li>[% t('Amit Gupta') %]</li> |
650 |
<li>Indranil Das Gupta (17.11 Documentation Team Member)</li> |
651 |
<li>[% t('Indranil Das Gupta (17.11 Documentation Team Member)') %]</li> |
651 |
<li>Michael Hafen</li> |
652 |
<li>[% t('Michael Hafen') %]</li> |
652 |
<li>Christopher Hall (3.8 Release Maintainer)</li> |
653 |
<li>[% t('Christopher Hall (3.8 Release Maintainer)') %]</li> |
653 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692261494">Kyle Hall (3.8 Release Maintainer; 3.14 - 17.11 QA Team Member; 16.11 - 17.05 Release Manager)</a></li> |
654 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692261494">[% t('Kyle Hall (3.8 Release Maintainer; 3.14 - 17.11 QA Team Member; 16.11 - 17.05 Release Manager)') %]</a></li> |
654 |
<li>Sean Hamlin</li> |
655 |
<li>[% t('Sean Hamlin') %]</li> |
655 |
<li>Tim Hannah</li> |
656 |
<li>[% t('Tim Hannah') %]</li> |
656 |
<li>Mike Hansen</li> |
657 |
<li>[% t('Mike Hansen') %]</li> |
657 |
<li>Brian Harrington</li> |
658 |
<li>[% t('Brian Harrington') %]</li> |
658 |
<li>Brandon Haveman</li> |
659 |
<li>[% t('Brandon Haveman') %]</li> |
659 |
<li>Rochelle Healy</li> |
660 |
<li>[% t('Rochelle Healy') %]</li> |
660 |
<li>Emma Heath</li> |
661 |
<li>[% t('Emma Heath') %]</li> |
661 |
<li>Friedrich zur Hellen</li> |
662 |
<li>[% t('Friedrich zur Hellen') %]</li> |
662 |
<li>Kate Henderson</li> |
663 |
<li>[% t('Kate Henderson') %]</li> |
663 |
<li>Michaes Herman</li> |
664 |
<li>[% t('Michaes Herman') %]</li> |
664 |
<li>Claire Hernandez</li> |
665 |
<li>[% t('Claire Hernandez') %]</li> |
665 |
<li>Wolfgang Heymans</li> |
666 |
<li>[% t('Wolfgang Heymans') %]</li> |
666 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544614261">Ryan Higgins</a></li> |
667 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544614261">[% t('Ryan Higgins') %]</a></li> |
667 |
<li>Morag Hills</li> |
668 |
<li>[% t('Morag Hills') %]</li> |
668 |
<li>Sèbastien Hinderer</li> |
669 |
<li>[% t('Sèbastien Hinderer') %]</li> |
669 |
<li>Kristina D.C. Hoeppner</li> |
670 |
<li>[% t('Kristina D.C. Hoeppner') %]</li> |
670 |
<li>Stefan Berndtsson</li> |
671 |
<li>[% t('Stefan Berndtsson') %]</li> |
671 |
<li>Stephanie Hogan</li> |
672 |
<li>[% t('Stephanie Hogan') %]</li> |
672 |
<li>Karl Holten</li> |
673 |
<li>[% t('Karl Holten') %]</li> |
673 |
<li>Daniel Holth</li> |
674 |
<li>[% t('Daniel Holth') %]</li> |
674 |
<li>Andrew Hooper</li> |
675 |
<li>[% t('Andrew Hooper') %]</li> |
675 |
<li>Luke Honiss</li> |
676 |
<li>[% t('Luke Honiss') %]</li> |
676 |
<li>Alexandra Horsman</li> |
677 |
<li>[% t('Alexandra Horsman') %]</li> |
677 |
<li>Tom Houlker</li> |
678 |
<li>[% t('Tom Houlker') %]</li> |
678 |
<li>Matthew Hunt</li> |
679 |
<li>[% t('Matthew Hunt') %]</li> |
679 |
<li>Christopher Hyde</li> |
680 |
<li>[% t('Christopher Hyde') %]</li> |
680 |
<li>Andrew Isherwood</li> |
681 |
<li>[% t('Andrew Isherwood') %]</li> |
681 |
<li>Rolando Isidoro</li> |
682 |
<li>[% t('Rolando Isidoro') %]</li> |
682 |
<li>Te Rauhina Jackson</li> |
683 |
<li>[% t('Te Rauhina Jackson') %]</li> |
683 |
<li>Cory Jaeger</li> |
684 |
<li>[% t('Cory Jaeger') %]</li> |
684 |
<li>Lee Jamison</li> |
685 |
<li>[% t('Lee Jamison') %]</li> |
685 |
<li>Srdjan Jankovic</li> |
686 |
<li>[% t('Srdjan Jankovic') %]</li> |
686 |
<li>Philippe Jaillon</li> |
687 |
<li>[% t('Philippe Jaillon') %]</li> |
687 |
<li><a href="https://www.openhub.net/accounts/kohaaloha">Mason James (3.10 - 3.14 QA Team Member, 3.16, 16.05 Release Maintainer)</a></li> |
688 |
<li><a href="https://www.openhub.net/accounts/kohaaloha">[% t('Mason James (3.10 - 3.14 QA Team Member, 3.16, 16.05 Release Maintainer)') %]</a></li> |
688 |
<li>Karen Jen</li> |
689 |
<li>[% t('Karen Jen') %]</li> |
689 |
<li>Mike Johnson</li> |
690 |
<li>[% t('Mike Johnson') %]</li> |
690 |
<li>Donovan Jones</li> |
691 |
<li>[% t('Donovan Jones') %]</li> |
691 |
<li>Andreas Jonsson</li> |
692 |
<li>[% t('Andreas Jonsson') %]</li> |
692 |
<li>Bart Jorgensen</li> |
693 |
<li>[% t('Bart Jorgensen') %]</li> |
693 |
<li>Janusz Kaczmarek</li> |
694 |
<li>[% t('Janusz Kaczmarek') %]</li> |
694 |
<li>Koustubha Kale</li> |
695 |
<li>[% t('Koustubha Kale') %]</li> |
695 |
<li>Pasi Kallinen</li> |
696 |
<li>[% t('Pasi Kallinen') %]</li> |
696 |
<li>Dimitris Kamenopoulos</li> |
697 |
<li>[% t('Dimitris Kamenopoulos') %]</li> |
697 |
<li>Peter Crellan Kelly</li> |
698 |
<li>[% t('Peter Crellan Kelly') %]</li> |
698 |
<li>Jorgia Kelsey</li> |
699 |
<li>[% t('Jorgia Kelsey') %]</li> |
699 |
<li>Olli-Antti Kivilahti</li> |
700 |
<li>[% t('Olli-Antti Kivilahti') %]</li> |
700 |
<li>Attila Kinali</li> |
701 |
<li>[% t('Attila Kinali') %]</li> |
701 |
<li>Chris Kirby</li> |
702 |
<li>[% t('Chris Kirby') %]</li> |
702 |
<li>Ulrich Kleiber</li> |
703 |
<li>[% t('Ulrich Kleiber') %]</li> |
703 |
<li>Jon Knight</li> |
704 |
<li>[% t('Jon Knight') %]</li> |
704 |
<li>Rafal Kopaczka</li> |
705 |
<li>[% t('Rafal Kopaczka') %]</li> |
705 |
<li>Piotr Kowalski</li> |
706 |
<li>[% t('Piotr Kowalski') %]</li> |
706 |
<li>David Kuhn</li> |
707 |
<li>[% t('David Kuhn') %]</li> |
707 |
<li>Joonas Kylmälä</li> |
708 |
<li>[% t('Joonas Kylmälä') %]</li> |
708 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544614275">Henri-Damien Laurent (3.0 Release Maintainer)</a></li> |
709 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544614275">[% t('Henri-Damien Laurent (3.0 Release Maintainer)') %]</a></li> |
709 |
<li>Arnaud Laurin</li> |
710 |
<li>[% t('Arnaud Laurin') %]</li> |
710 |
<li>Nicolas Legrand</li> |
711 |
<li>[% t('Nicolas Legrand') %]</li> |
711 |
<li>Sonia Lemaire</li> |
712 |
<li>[% t('Sonia Lemaire') %]</li> |
712 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544609147">Owen Leonard (3.0+ Interface Design)</a></li> |
713 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544609147">[% t('Owen Leonard (3.0+ Interface Design)') %]</a></li> |
713 |
<li>Ambrose Li (translation tool)</li> |
714 |
<li>[% t('Ambrose Li (translation tool)') %]</li> |
714 |
<li>Gynn Lomax</li> |
715 |
<li>[% t('Gynn Lomax') %]</li> |
715 |
<li>Peter Lorimer</li> |
716 |
<li>[% t('Peter Lorimer') %]</li> |
716 |
<li>Robert Lyon (Corporate Serials)</li> |
717 |
<li>[% t('Robert Lyon (Corporate Serials)') %]</li> |
717 |
<li>Ere Maijala</li> |
718 |
<li>[% t('Ere Maijala') %]</li> |
718 |
<li>Sherryn Mak</li> |
719 |
<li>[% t('Sherryn Mak') %]</li> |
719 |
<li>Merllisia Manueli</li> |
720 |
<li>[% t('Merllisia Manueli') %]</li> |
720 |
<li>Florent Mara</li> |
721 |
<li>[% t('Florent Mara') %]</li> |
721 |
<li>Francois Marier</li> |
722 |
<li>[% t('Francois Marier') %]</li> |
722 |
<li>Patricio Marrone</li> |
723 |
<li>[% t('Patricio Marrone') %]</li> |
723 |
<li>Jose Martin</li> |
724 |
<li>[% t('Jose Martin') %]</li> |
724 |
<li>Jesse Maseto</li> |
725 |
<li>[% t('Jesse Maseto') %]</li> |
725 |
<li>Frère Sébastien Marie</li> |
726 |
<li>[% t('Frère Sébastien Marie') %]</li> |
726 |
<li>Ricardo Dias Marques</li> |
727 |
<li>[% t('Ricardo Dias Marques') %]</li> |
727 |
<li>Julian Maurice (3.18, 17.05 - 17.11 QA Team Member; 3.22 Release Maintainer)</li> |
728 |
<li>[% t('Julian Maurice (3.18, 17.05 - 17.11 QA Team Member; 3.22 Release Maintainer)') %]</li> |
728 |
<li>Remi Mayrand-Provencher</li> |
729 |
<li>[% t('Remi Mayrand-Provencher') %]</li> |
729 |
<li>Brig C. McCoy</li> |
730 |
<li>[% t('Brig C. McCoy') %]</li> |
730 |
<li>Grace McKenzie</li> |
731 |
<li>[% t('Grace McKenzie') %]</li> |
731 |
<li>Tim McMahon</li> |
732 |
<li>[% t('Tim McMahon') %]</li> |
732 |
<li>Dorian Meid (German translation)</li> |
733 |
<li>[% t('Dorian Meid (German translation)') %]</li> |
733 |
<li>Meenakshi. R</li> |
734 |
<li>[% t('Meenakshi. R') %]</li> |
734 |
<li>Melia Meggs</li> |
735 |
<li>[% t('Melia Meggs') %]</li> |
735 |
<li>Holger Meißner</li> |
736 |
<li>[% t('Holger Meißner') %]</li> |
736 |
<li>Karl Menzies</li> |
737 |
<li>[% t('Karl Menzies') %]</li> |
737 |
<li>Matthias Meusburger</li> |
738 |
<li>[% t('Matthias Meusburger') %]</li> |
738 |
<li>Sophie Meynieux</li> |
739 |
<li>[% t('Sophie Meynieux') %]</li> |
739 |
<li>Janet McGowan</li> |
740 |
<li>[% t('Janet McGowan') %]</li> |
740 |
<li>Alan Millar</li> |
741 |
<li>[% t('Alan Millar') %]</li> |
741 |
<li>Jono Mingard</li> |
742 |
<li>[% t('Jono Mingard') %]</li> |
742 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544607803">Andrew Moore</a></li> |
743 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544607803">[% t('Andrew Moore') %]</a></li> |
743 |
<li>Francesca Moore</li> |
744 |
<li>[% t('Francesca Moore') %]</li> |
744 |
<li>Josef Moravec</li> |
745 |
<li>[% t('Josef Moravec') %]</li> |
745 |
<li>Sharon Moreland</li> |
746 |
<li>[% t('Sharon Moreland') %]</li> |
746 |
<li>Nicolas Morin</li> |
747 |
<li>[% t('Nicolas Morin') %]</li> |
747 |
<li>Mike Mylonas</li> |
748 |
<li>[% t('Mike Mylonas') %]</li> |
748 |
<li>Natasha ?? [Catalyst Academy]</li> |
749 |
<li>[% t('Natasha ?? [Catalyst Academy]') %]</li> |
749 |
<li>Nadia Nicolaides</li> |
750 |
<li>[% t('Nadia Nicolaides') %]</li> |
750 |
<li>Nazlı</li> |
751 |
<li>[% t('Nazlı') %]</li> |
751 |
<li>Joy Nelson</li> |
752 |
<li>[% t('Joy Nelson') %]</li> |
752 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544615991">Chris Nighswonger (3.2 - 3.6 Release Maintainer)</a></li> |
753 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544615991">[% t('Chris Nighswonger (3.2 - 3.6 Release Maintainer)') %]</a></li> |
753 |
<li>Brian Norris</li> |
754 |
<li>[% t('Brian Norris') %]</li> |
754 |
<li>Duy Tinh Nguyen</li> |
755 |
<li>[% t('Duy Tinh Nguyen') %]</li> |
755 |
<li>Simith D'Oliveira</li> |
756 |
<li>[% t('Simith D\'Oliveira') %]</li> |
756 |
<li>Albert Oller</li> |
757 |
<li>[% t('Albert Oller') %]</li> |
757 |
<li>Eric Olsen</li> |
758 |
<li>[% t('Eric Olsen') %]</li> |
758 |
<li>H. Passini</li> |
759 |
<li>[% t('H. Passini') %]</li> |
759 |
<li>Priya Patel</li> |
760 |
<li>[% t('Priya Patel') %]</li> |
760 |
<li>Aliki Pavlidou</li> |
761 |
<li>[% t('Aliki Pavlidou') %]</li> |
761 |
<li>Dobrica Pavlinusic</li> |
762 |
<li>[% t('Dobrica Pavlinusic') %]</li> |
762 |
<li>Maxime Pelletier</li> |
763 |
<li>[% t('Maxime Pelletier') %]</li> |
763 |
<li>Shari Perkins</li> |
764 |
<li>[% t('Shari Perkins') %]</li> |
764 |
<li>Martin Persson</li> |
765 |
<li>[% t('Martin Persson') %]</li> |
765 |
<li>Dominic Pichette</li> |
766 |
<li>[% t('Dominic Pichette') %]</li> |
766 |
<li>Fred Pierre</li> |
767 |
<li>[% t('Fred Pierre') %]</li> |
767 |
<li>Eric Phetteplace (phette23)</li> |
768 |
<li>[% t('Eric Phetteplace (phette23)') %]</li> |
768 |
<li>Genevieve Plantin</li> |
769 |
<li>[% t('Genevieve Plantin') %]</li> |
769 |
<li>Simon Pouchol</li> |
770 |
<li>[% t('Simon Pouchol') %]</li> |
770 |
<li>Polytechnic University</li> |
771 |
<li>[% t('Polytechnic University') %]</li> |
771 |
<li>Pongtawat</li> |
772 |
<li>[% t('Pongtawat') %]</li> |
772 |
<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 - 16.05 QA Team Member)</a></li> |
773 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544612249">[% t('Paul Poulain (2.0, 2.2, 3.8, 3.10 Release Manager; 2.2 Release Maintainer; 3.12 - 16.05 QA Team Member)') %]</a></li> |
773 |
<li>Karam Qubsi</li> |
774 |
<li>[% t('Karam Qubsi') %]</li> |
774 |
<li>Romina Racca</li> |
775 |
<li>[% t('Romina Racca') %]</li> |
775 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692116417">MJ Ray (2.0 Release Maintainer)</a></li> |
776 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692116417">[% t('MJ Ray (2.0 Release Maintainer)') %]</a></li> |
776 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544650708">Liz Rea</a> (3.6, 3.18 Release Maintainer)</li> |
777 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544650708">[% t('Liz Rea') %]</a> [% t('(3.6, 3.18 Release Maintainer)') %]</li> |
777 |
<li>Thatcher Rea</li> |
778 |
<li>[% t('Thatcher Rea') %]</li> |
778 |
<li>Allen Reinmeyer</li> |
779 |
<li>[% t('Allen Reinmeyer') %]</li> |
779 |
<li>Serge Renaux</li> |
780 |
<li>[% t('Serge Renaux') %]</li> |
780 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544785220">Martin Renvoize (3.16 - 17.11 QA Team Member)</a></li> |
781 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544785220">[% t('Martin Renvoize (3.16 - 17.11 QA Team Member)') %]</a></li> |
781 |
<li>Francesco Rivetti</li> |
782 |
<li>[% t('Francesco Rivetti') %]</li> |
782 |
<li>Abby Robertson</li> |
783 |
<li>[% t('Abby Robertson') %]</li> |
783 |
<li>Waylon Robertson</li> |
784 |
<li>[% t('Waylon Robertson') %]</li> |
784 |
<li>Benjamin Rokseth</li> |
785 |
<li>[% t('Benjamin Rokseth') %]</li> |
785 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544727712">Marcel de Rooy (3.8 - 17.11 QA Team Member)</a></li> |
786 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544727712">[% t('Marcel de Rooy (3.8 - 17.11 QA Team Member)') %]</a></li> |
786 |
<li>Andreas Roussos</li> |
787 |
<li>[% t('Andreas Roussos') %]</li> |
787 |
<li>Salvador Zaragoza Rubio</li> |
788 |
<li>[% t('Salvador Zaragoza Rubio') %]</li> |
788 |
<li>Mathieu Saby</li> |
789 |
<li>[% t('Mathieu Saby') %]</li> |
789 |
<li>Eivin Giske Skaaren</li> |
790 |
<li>[% t('Eivin Giske Skaaren') %]</li> |
790 |
<li>Brice Sanchez</li> |
791 |
<li>[% t('Brice Sanchez') %]</li> |
791 |
<li>Sam Sanders</li> |
792 |
<li>[% t('Sam Sanders') %]</li> |
792 |
<li>Rodrigo Santellan</li> |
793 |
<li>[% t('Rodrigo Santellan') %]</li> |
793 |
<li>Viktor Sarge</li> |
794 |
<li>[% t('Viktor Sarge') %]</li> |
794 |
<li>Alex Sassmannshausen (17.11 QA Team Member)</li> |
795 |
<li>[% t('Alex Sassmannshausen (17.11 QA Team Member)') %]</li> |
795 |
<li>Adrien Saurat</li> |
796 |
<li>[% t('Adrien Saurat') %]</li> |
796 |
<li>Zoe Schoeler</li> |
797 |
<li>[% t('Zoe Schoeler') %]</li> |
797 |
<li>Dan Scott</li> |
798 |
<li>[% t('Dan Scott') %]</li> |
798 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544619438">Robin Sheat (3.2 - 3.22 Packaging Manager)</a></li> |
799 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544619438">[% t('Robin Sheat (3.2 - 3.22 Packaging Manager)') %]</a></li> |
799 |
<li>Maksim Sen</li> |
800 |
<li>[% t('Maksim Sen') %]</li> |
800 |
<li>Juhani Seppälä</li> |
801 |
<li>[% t('Juhani Seppälä') %]</li> |
801 |
<li>John Seymour</li> |
802 |
<li>[% t('John Seymour') %]</li> |
802 |
<li>Juan Romay Sieira</li> |
803 |
<li>[% t('Juan Romay Sieira') %]</li> |
803 |
<li>Zach Sim</li> |
804 |
<li>[% t('Zach Sim') %]</li> |
804 |
<li>Radek Šiman</li> |
805 |
<li>[% t('Radek Šiman') %]</li> |
805 |
<li>Silvia Simonetti</li> |
806 |
<li>[% t('Silvia Simonetti') %]</li> |
806 |
<li>Savitra Sirohi</li> |
807 |
<li>[% t('Savitra Sirohi') %]</li> |
807 |
<li>Pawel Skuza (Polish for 1.2)</li> |
808 |
<li>[% t('Pawel Skuza (Polish for 1.2)') %]</li> |
808 |
<li>Emma Smith</li> |
809 |
<li>[% t('Emma Smith') %]</li> |
809 |
<li>Grace Smyth</li> |
810 |
<li>[% t('Grace Smyth') %]</li> |
810 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692831733">Fridolin Somers (3.14 Release Maintainer, 17.05 QA Team Member, 17.05 Release Maintainer)</a></li> |
811 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692831733">[% t('Fridolin Somers (3.14 Release Maintainer, 17.05 QA Team Member, 17.05 Release Maintainer)') %]</a></li> |
811 |
<li>Southeastern University</li> |
812 |
<li>[% t('Southeastern University') %]</li> |
812 |
<li>Martin Stenberg</li> |
813 |
<li>[% t('Martin Stenberg') %]</li> |
813 |
<li>Glen Stewart</li> |
814 |
<li>[% t('Glen Stewart') %]</li> |
814 |
<li>Will Stokes</li> |
815 |
<li>[% t('Will Stokes') %]</li> |
815 |
<li>Simon Story</li> |
816 |
<li>[% t('Simon Story') %]</li> |
816 |
<li>David Strainchamps</li> |
817 |
<li>[% t('David Strainchamps') %]</li> |
817 |
<li>Ed Summers (Some code and Perl packages like MARC::Record)</li> |
818 |
<li>[% t('Ed Summers (Some code and Perl packages like MARC::Record)') %]</li> |
818 |
<li>Daniel Sweeney</li> |
819 |
<li>[% t('Daniel Sweeney') %]</li> |
819 |
<li>Zeno Tajoli</li> |
820 |
<li>[% t('Zeno Tajoli') %]</li> |
820 |
<li>Lari Taskula</li> |
821 |
<li>[% t('Lari Taskula') %]</li> |
821 |
<li>Samanta Tello</li> |
822 |
<li>[% t('Samanta Tello') %]</li> |
822 |
<li>Adam Thick</li> |
823 |
<li>[% t('Adam Thick') %]</li> |
823 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544609107">Finlay Thompson</a></li> |
824 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618544609107">[% t('Finlay Thompson') %]</a></li> |
824 |
<li>Peggy Thrasher</li> |
825 |
<li>[% t('Peggy Thrasher') %]</li> |
825 |
<li>Fabio Tiana</li> |
826 |
<li>[% t('Fabio Tiana') %]</li> |
826 |
<li>Mirko Tietgen (16.11 - 17.11 Packaging Manager)</li> |
827 |
<li>[% t('Mirko Tietgen (16.11 - 17.11 Packaging Manager)') %]</li> |
827 |
<li>Mark Tompsett</li> |
828 |
<li>[% t('Mark Tompsett') %]</li> |
828 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692101577">Steve Tonnesen (early MARC work, Virtual Bookshelves concept, KohaCD)</a></li> |
829 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692101577">[% t('Steve Tonnesen (early MARC work, Virtual Bookshelves concept, KohaCD)') %]</a></li> |
829 |
<li>Bruno Toumi</li> |
830 |
<li>[% t('Bruno Toumi') %]</li> |
830 |
<li>Andrei V. Toutoukine</li> |
831 |
<li>[% t('Andrei V. Toutoukine') %]</li> |
831 |
<li>Duncan Tyler</li> |
832 |
<li>[% t('Duncan Tyler') %]</li> |
832 |
<li>Kathryn Tyree</li> |
833 |
<li>[% t('Kathryn Tyree') %]</li> |
833 |
<li>Darrell Ulm</li> |
834 |
<li>[% t('Darrell Ulm') %]</li> |
834 |
<li>Universidad ORT Uruguay (Ernesto Silva, Andres Tarallo)</li> |
835 |
<li>[% t('Universidad ORT Uruguay (Ernesto Silva, Andres Tarallo)') %]</li> |
835 |
<li>Eric Vantillard </li> |
836 |
<li>[% t('Eric Vantillard') %] </li> |
836 |
<li>Oleg Vasylenko</li> |
837 |
<li>[% t('Oleg Vasylenko') %]</li> |
837 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618545408147">Marc Véron</a></li> |
838 |
<li><a href="https://www.openhub.net/p/koha/contributors/6618545408147">[% t('Marc Véron') %]</a></li> |
838 |
<li>Justin Vos</li> |
839 |
<li>[% t('Justin Vos') %]</li> |
839 |
<li>Aleksa Vujicic</li> |
840 |
<li>[% t('Aleksa Vujicic') %]</li> |
840 |
<li>Reed Wade</li> |
841 |
<li>[% t('Reed Wade') %]</li> |
841 |
<li>Stacey Walker</li> |
842 |
<li>[% t('Stacey Walker') %]</li> |
842 |
<li>Ian Walls (3.6 - 3.10 QA Manager)</li> |
843 |
<li>[% t('Ian Walls (3.6 - 3.10 QA Manager)') %]</li> |
843 |
<li><a href="https://www.openhub.net/accounts/janewagner">Jane Wagner</a></li> |
844 |
<li><a href="https://www.openhub.net/accounts/janewagner">[% t('Jane Wagner') %]</a></li> |
844 |
<li>Ward van Wanrooij</li> |
845 |
<li>[% t('Ward van Wanrooij') %]</li> |
845 |
<li>Jenny Way</li> |
846 |
<li>[% t('Jenny Way') %]</li> |
846 |
<li><a href="https://www.openhub.net/accounts/pianohacker">Jesse Weaver (16.05, 16.11 QA Team Member)</a></li> |
847 |
<li><a href="https://www.openhub.net/accounts/pianohacker">[% t('Jesse Weaver (16.05, 16.11 QA Team Member)') %]</a></li> |
847 |
<li>Chris Weeks</li> |
848 |
<li>[% t('Chris Weeks') %]</li> |
848 |
<li>Stefan Weil</li> |
849 |
<li>[% t('Stefan Weil') %]</li> |
849 |
<li>Aaron Wells</li> |
850 |
<li>[% t('Aaron Wells') %]</li> |
850 |
<li>Rick Welykochy</li> |
851 |
<li>[% t('Rick Welykochy') %]</li> |
851 |
<li>Piotr Wejman</li> |
852 |
<li>[% t('Piotr Wejman') %]</li> |
852 |
<li>Ron Wickersham</li> |
853 |
<li>[% t('Ron Wickersham') %]</li> |
853 |
<li>Brett Wilkins</li> |
854 |
<li>[% t('Brett Wilkins') %]</li> |
854 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692127299">Olwen Williams (Database design and data extraction for Koha 1.0)</a></li> |
855 |
<li><a href="https://www.openhub.net/p/koha/contributors/6620692127299">[% t('Olwen Williams (Database design and data extraction for Koha 1.0)') %]</a></li> |
855 |
<li>Robert Williams</li> |
856 |
<li>[% t('Robert Williams') %]</li> |
856 |
<li>James Winter</li> |
857 |
<li>[% t('James Winter') %]</li> |
857 |
<li>Lars Wirzenius</li> |
858 |
<li>[% t('Lars Wirzenius') %]</li> |
858 |
<li>Baptiste Wojtkowski</li> |
859 |
<li>[% t('Baptiste Wojtkowski') %]</li> |
859 |
<li>Thomas Wright</li> |
860 |
<li>[% t('Thomas Wright') %]</li> |
860 |
<li>Jen Zajac</li> |
861 |
<li>[% t('Jen Zajac') %]</li> |
861 |
<li>Kenza Zaki</li> |
862 |
<li>[% t('Kenza Zaki') %]</li> |
862 |
</ul> |
863 |
</ul> |
863 |
<h3>Contributing companies and institutions</h3> |
864 |
<h3>[% t('Contributing companies and institutions') %]</h3> |
864 |
<ul> |
865 |
<ul> |
865 |
<li>BibLibre, France</li> |
866 |
<li>[% t('BibLibre, France') %]</li> |
866 |
<li>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ), Germany</li> |
867 |
<li>[% t('Bibliotheksservice-Zentrum Baden-Württemberg (BSZ), Germany') %]</li> |
867 |
<li>ByWater Solutions, USA</li> |
868 |
<li>[% t('ByWater Solutions, USA') %]</li> |
868 |
<li>Calyx, Australia</li> |
869 |
<li>[% t('Calyx, Australia') %]</li> |
869 |
<li>Catalyst IT, New Zealand</li> |
870 |
<li>[% t('Catalyst IT, New Zealand') %]</li> |
870 |
<li>C & P Bibliography Services, USA</li> |
871 |
<li>[% t('C & P Bibliography Services, USA') %]</li> |
871 |
<li>Hochschule für Gesundheit (hsg), Germany</li> |
872 |
<li>[% t('Hochschule für Gesundheit (hsg), Germany') %]</li> |
872 |
<li>Katipo Communications, New Zealand</li> |
873 |
<li>[% t('Katipo Communications, New Zealand') %]</li> |
873 |
<li>KEEP SOLUTIONS, Portugal</li> |
874 |
<li>[% t('KEEP SOLUTIONS, Portugal') %]</li> |
874 |
<li>KohaAloha, New Zealand</li> |
875 |
<li>[% t('KohaAloha, New Zealand') %]</li> |
875 |
<li>LibLime, USA</li> |
876 |
<li>[% t('LibLime, USA') %]</li> |
876 |
<li>Libriotech, Norway</li> |
877 |
<li>[% t('Libriotech, Norway') %]</li> |
877 |
<li>Nelsonville Public Library, Ohio, USA</li> |
878 |
<li>[% t('Nelsonville Public Library, Ohio, USA') %]</li> |
878 |
<li>Prosentient Systems, Australia</li> |
879 |
<li>[% t('Prosentient Systems, Australia') %]</li> |
879 |
<li>PTFS, Maryland, USA</li> |
880 |
<li>[% t('PTFS, Maryland, USA') %]</li> |
880 |
<li>PTFS Europe Ltd, United Kingdom</li> |
881 |
<li>[% t('PTFS Europe Ltd, United Kingdom') %]</li> |
881 |
<li>Rijksmuseum, Amsterdam, The Netherlands</li> |
882 |
<li>[% t('Rijksmuseum, Amsterdam, The Netherlands') %]</li> |
882 |
<li>SAN-Ouest Provence, France</li> |
883 |
<li>[% t('SAN-Ouest Provence, France') %]</li> |
883 |
<li>software.coop, United Kingdom</li> |
884 |
<li>[% t('software.coop, United Kingdom') %]</li> |
884 |
<li>Tamil, France</li> |
885 |
<li>[% t('Tamil, France') %]</li> |
885 |
<li>Universidad Nacional de Córdoba, Argentina</li> |
886 |
<li>[% t('Universidad Nacional de Córdoba, Argentina') %]</li> |
886 |
<li>Xercode, Spain</li> |
887 |
<li>[% t('Xercode, Spain') %]</li> |
887 |
</ul> |
888 |
</ul> |
888 |
|
889 |
|
889 |
<h2>Additional thanks to...</h2> |
890 |
<h2>[% t('Additional thanks to...') %]</h2> |
890 |
<ul> |
891 |
<ul> |
891 |
<li>Irma Birchall</li> |
892 |
<li>[% t('Irma Birchall') %]</li> |
892 |
<li>Rachel Hamilton-Williams (Kaitiaki from 2004 to present)</li> |
893 |
<li>[% t('Rachel Hamilton-Williams (Kaitiaki from 2004 to present)') %]</li> |
893 |
<li>Stephen Hedges (early Documentation Manager)</li> |
894 |
<li>[% t('Stephen Hedges (early Documentation Manager)') %]</li> |
894 |
<li>Brooke Johnson</li> |
895 |
<li>[% t('Brooke Johnson') %]</li> |
895 |
<li>Jo Ransom</li> |
896 |
<li>[% t('Jo Ransom') %]</li> |
896 |
<li>Nicholas Rosasco (Documentation Compiler)</li> |
897 |
<li>[% t('Nicholas Rosasco (Documentation Compiler)') %]</li> |
897 |
<li>Regula Sebastiao</li> |
898 |
<li>[% t('Regula Sebastiao') %]</li> |
898 |
</ul> |
899 |
</ul> |
899 |
</div> |
900 |
</div> |
900 |
|
901 |
|
901 |
<div id="licenses"> |
902 |
<div id="licenses"> |
902 |
<h2>Koha</h2> |
903 |
<h2>[% t('Koha') %]</h2> |
903 |
<p> |
904 |
<p> |
904 |
<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> |
905 |
<a href="http://www.gnu.org/licenses/gpl-3.0.html">[% t('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> |
905 |
</p> |
906 |
</p> |
906 |
<h2>jQuery and jQueryUI</h2> |
907 |
<h2>[% t('jQuery and jQueryUI') %]</h2> |
907 |
<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> |
908 |
<p><a href="http://jquery.com/">[% t('jQuery') %]</a> [% t('and') %] <a href="http://jqueryui.com/">[% t('jQueryUI') %]</a> [% t('are licensed under the') %] <a href="http://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt">[% t('MIT license') %]</a></p> |
908 |
<h2>Bootstrap</h2> |
909 |
<h2>[% t('Bootstrap') %]</h2> |
909 |
<p><a href="https://getbootstrap.com/">Bootstrap</a> code and <a href="http://glyphicons.com">Glyphicons Free</a> licensed under the <a href="https://github.com/twbs/bootstrap/blob/master/LICENSE">MIT license</a>.</p> |
910 |
<p><a href="https://getbootstrap.com/">[% t('Bootstrap') %]</a> [% t('code and') %] <a href="http://glyphicons.com">[% t('Glyphicons Free') %]</a> [% t('licensed under the') %] <a href="https://github.com/twbs/bootstrap/blob/master/LICENSE">[% t('MIT license') %]</a>.</p> |
910 |
<h2>YUI</h2> |
911 |
<h2>[% t('YUI') %]</h2> |
911 |
<p> |
912 |
<p> |
912 |
<a href="http://yuilibrary.com/license/">BSD License</a> |
913 |
<a href="http://yuilibrary.com/license/">[% t('BSD License') %]</a> |
913 |
</p> |
914 |
</p> |
914 |
<h2>Famfamfam iconset</h2> |
915 |
<h2>[% t('Famfamfam iconset') %]</h2> |
915 |
<ul> |
916 |
<ul> |
916 |
<li><a href="http://www.famfamfam.com/lab/icons/silk/">FamFamFam Site</a></li> |
917 |
<li><a href="http://www.famfamfam.com/lab/icons/silk/">[% t('FamFamFam Site') %]</a></li> |
917 |
<li><a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a></li> |
918 |
<li><a href="http://creativecommons.org/licenses/by/2.5/">[% t('Creative Commons Attribution 2.5 License') %]</a></li> |
918 |
</ul> |
919 |
</ul> |
919 |
<h2>The Bridge Material Type Icon Set</h2> |
920 |
<h2>[% t('The Bridge Material Type Icon Set') %]</h2> |
920 |
<ul> |
921 |
<ul> |
921 |
<li><a href="http://apps.carleton.edu/campus/library/bridge_icons/">Bridge Material Type Icons Project</a></li> |
922 |
<li><a href="http://apps.carleton.edu/campus/library/bridge_icons/">[% t('Bridge Material Type Icons Project') %]</a></li> |
922 |
<li>The Bridge Material Type Icon Set is licensed under a |
923 |
<li>[% t('The Bridge Material Type Icon Set is licensed under a') %] |
923 |
<a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a> |
924 |
<a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">[% t('Creative Commons Attribution-ShareAlike 2.5 License') %]</a> |
924 |
by the Bridge Consortium of Carleton College and St. Olaf College.</li> |
925 |
[% t('by the Bridge Consortium of Carleton College and St. Olaf College.') %]</li> |
925 |
</ul> |
926 |
</ul> |
926 |
|
927 |
|
927 |
<h2>The Noun Project icons</h2> |
928 |
<h2>[% t('The Noun Project icons') %]</h2> |
928 |
<ul> |
929 |
<ul> |
929 |
<li>All images come from <a href="https://thenounproject.com/">The Noun Project</a> collection</li> |
930 |
<li>[% t('All images come from') %] <a href="https://thenounproject.com/">[% t('The Noun Project') %]</a> [% t('collection') %]</li> |
930 |
<li> |
931 |
<li> |
931 |
Circulation ("<a href="https://thenounproject.com/icon/743/">fair-trade</a>") symbol by Edward Boatman ; Patrons |
932 |
[% t('Circulation ("') %]<a href="https://thenounproject.com/icon/743/">[% t('fair-trade') %]</a>[% t('") symbol by Edward Boatman ; Patrons') %] |
932 |
("<a href="https://thenounproject.com/term/childrens-library/739/">children's library</a>") symbol by Edward Boatman, Saul Tannenbaum, |
933 |
("<a href="https://thenounproject.com/term/childrens-library/739/">[% t('children\'s library') %]</a>[% t('") symbol by Edward Boatman, Saul Tannenbaum,') %] |
933 |
Stephen Kennedy, Nikki Snow, Brooke Hamilton ; Search ("<a href="https://thenounproject.com/term/magnifying-glass/907/">magnifying |
934 |
[% t('Stephen Kennedy, Nikki Snow, Brooke Hamilton ; Search ("') %]<a href="https://thenounproject.com/term/magnifying-glass/907/">[% t('magnifying') %] |
934 |
glass</a>") symbol by Philipp Süß ; Lists ("<a href="https://thenounproject.com/term/folder/650/">folder</a>") symbol by Jack |
935 |
[% t('glass') %]</a>[% t('") symbol by Philipp Süß ; Lists ("') %]<a href="https://thenounproject.com/term/folder/650/">[% t('folder') %]</a>[% t('") symbol by Jack') %] |
935 |
Biesek, Gladys Brenner, Margaret Faye, Healther Merrifield, Kate |
936 |
[% t('Biesek, Gladys Brenner, Margaret Faye, Healther Merrifield, Kate') %] |
936 |
Keating, Wendy Olmstead, Todd Pierce, Jamie Cowgill, Jim Bolek ; |
937 |
[% t('Keating, Wendy Olmstead, Todd Pierce, Jamie Cowgill, Jim Bolek ;') %] |
937 |
Course reserves ("<a href="https://thenounproject.com/term/stack-of-books/11494/">stack of books</a>") symbol by Jeremy J. Bristol; |
938 |
[% t('Course reserves ("') %]<a href="https://thenounproject.com/term/stack-of-books/11494/">[% t('stack of books') %]</a>[% t('") symbol by Jeremy J. Bristol;') %] |
938 |
Cataloging ("<a href="https://thenounproject.com/term/tag/888732/">price tag</a>") symbol by the Noun Project ; Authorities |
939 |
[% t('Cataloging ("') %]<a href="https://thenounproject.com/term/tag/888732/">[% t('price tag') %]</a>[% t('") symbol by the Noun Project ; Authorities') %] |
939 |
("<a href="https://thenounproject.com/term/link/1690/">link</a>") symbol by Matthew Exton ; Serials ("<a href="https://thenounproject.com/term/newspaper/1233/">newspaper</a>") symbol by John |
940 |
("<a href="https://thenounproject.com/term/link/1690/">[% t('link') %]</a>[% t('") symbol by Matthew Exton ; Serials ("') %]<a href="https://thenounproject.com/term/newspaper/1233/">[% t('newspaper') %]</a>[% t('") symbol by John') %] |
940 |
Caserta ; Acquisitions ("<a href="https://thenounproject.com/term/gift/970853/">gift</a>") symbol by David Goodger ; Reports |
941 |
[% t('Caserta ; Acquisitions ("') %]<a href="https://thenounproject.com/term/gift/970853/">[% t('gift') %]</a>[% t('") symbol by David Goodger ; Reports') %] |
941 |
("<a href="https://thenounproject.com/term/pie-chart/805/">pie chart</a>") symbol by Scott Lewis ; Administration ("<a href="https://thenounproject.com/term/gears/1063/">gears</a>") symbol by |
942 |
("<a href="https://thenounproject.com/term/pie-chart/805/">[% t('pie chart') %]</a>[% t('") symbol by Scott Lewis ; Administration ("') %]<a href="https://thenounproject.com/term/gears/1063/">[% t('gears') %]</a>[% t('") symbol by') %] |
942 |
Jeremy Minnick ; Tools ("<a href="https://thenounproject.com/term/wrench/234/">wrench</a>") symbol by National Park Service |
943 |
[% t('Jeremy Minnick ; Tools ("') %]<a href="https://thenounproject.com/term/wrench/234/">[% t('wrench') %]</a>[% t('") symbol by National Park Service') %] |
943 |
</li> |
944 |
</li> |
944 |
</ul> |
945 |
</ul> |
945 |
|
946 |
|
946 |
<h2>jQuery Star Rating Plugin</h2> |
947 |
<h2>[% t('jQuery Star Rating Plugin') %]</h2> |
947 |
<p>jQuery Star Rating Plugin v3.14 by <a href="http://www.fyneworks.com/">Fyneworks.com</a> is licensed under the <a href="http://en.wikipedia.org/wiki/MIT_License">MIT License</a> and the <a href="http://creativecommons.org/licenses/GPL/2.0/">GPL License</a>.</p> |
948 |
<p>[% t('jQuery Star Rating Plugin v3.14 by') %] <a href="http://www.fyneworks.com/">[% t('Fyneworks.com') %]</a> [% t('is licensed under the') %] <a href="http://en.wikipedia.org/wiki/MIT_License">[% t('MIT License') %]</a> [% t('and the') %] <a href="http://creativecommons.org/licenses/GPL/2.0/">[% t('GPL License') %]</a>.</p> |
948 |
|
949 |
|
949 |
<p>Copyright © 2008 <a href="http://www.fyneworks.com/">Fyneworks.com</a></p> |
950 |
<p>[% t('Copyright © 2008') %] <a href="http://www.fyneworks.com/">[% t('Fyneworks.com') %]</a></p> |
950 |
|
951 |
|
951 |
<h2>jQuery insertAtCaret Plugin</h2> |
952 |
<h2>[% t('jQuery insertAtCaret Plugin') %]</h2> |
952 |
<p>jQuery insertAtCaret Plugin v1.0 by the phpMyAdmin devel team is licensed under the <a href="http://www.gnu.org/licenses/gpl.html">GPL License</a>.</p> |
953 |
<p>[% t('jQuery insertAtCaret Plugin v1.0 by the phpMyAdmin devel team is licensed under the') %] <a href="http://www.gnu.org/licenses/gpl.html">[% t('GPL License') %]</a>.</p> |
953 |
|
954 |
|
954 |
<p>Copyright © 2003-2010 phpMyAdmin devel team</p> |
955 |
<p>[% t('Copyright © 2003-2010 phpMyAdmin devel team') %]</p> |
955 |
|
956 |
|
956 |
<h2>jQuery treetable Plugin</h2> |
957 |
<h2>[% t('jQuery treetable Plugin') %]</h2> |
957 |
|
958 |
|
958 |
<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> |
959 |
<p>[% t('The') %] <a href="http://ludo.cubicphuse.nl/jquery-treetable/">[% t('jQuery treetable Plugin 3.1.0') %]</a> [% t('is released under MIT license by Ludo van den Boom.') %]</p> |
959 |
|
960 |
|
960 |
<h2>OpenJS Keyboard Shortcuts Library</h2> |
961 |
<h2>[% t('OpenJS Keyboard Shortcuts Library') %]</h2> |
961 |
|
962 |
|
962 |
<p>The <a href="http://www.openjs.com/scripts/events/keyboard_shortcuts/">OpenJS keyboard shortcuts library</a> |
963 |
<p>[% t('The') %] <a href="http://www.openjs.com/scripts/events/keyboard_shortcuts/">[% t('OpenJS keyboard shortcuts library') %]</a> |
963 |
by Binny V A is licensed under the BSD license.</p> |
964 |
[% t('by Binny V A is licensed under the BSD license.') %]</p> |
964 |
|
965 |
|
965 |
<h2>jquery.dataTables.grouping.js</h2> |
966 |
<h2>[% t('jquery.dataTables.grouping.js') %]</h2> |
966 |
<p>The <a href="https://code.google.com/p/jquery-datatables-row-grouping/">jquery.dataTables.grouping.js</a> |
967 |
<p>[% t('The') %] <a href="https://code.google.com/p/jquery-datatables-row-grouping/">[% t('jquery.dataTables.grouping.js') %]</a> |
967 |
plugin by Jovan Popovic is licensed under the BSD and GPL v2 license.</p> |
968 |
[% t('plugin by Jovan Popovic is licensed under the BSD and GPL v2 license.') %]</p> |
968 |
|
969 |
|
969 |
<h2>jQuery Colvis plugin</h2> |
970 |
<h2>[% t('jQuery Colvis plugin') %]</h2> |
970 |
<p>The <a href="http://datatables.net/extensions/colvis/">controls for column visiblity in DataTables</a> |
971 |
<p>[% t('The') %] <a href="http://datatables.net/extensions/colvis/">[% t('controls for column visiblity in DataTables') %]</a> |
971 |
by Allan Jardine is licensed under the BSD 3 and GPL v2 license.</p> |
972 |
[% t('by Allan Jardine is licensed under the BSD 3 and GPL v2 license.') %]</p> |
972 |
|
973 |
|
973 |
<h2>jquery.multiple.select.js</h2> |
974 |
<h2>[% t('jquery.multiple.select.js') %]</h2> |
974 |
<p>The <a href="http://wenzhixin.net.cn/p/multiple-select/">jQuery multiple select plugin</a> |
975 |
<p>[% t('The') %] <a href="http://wenzhixin.net.cn/p/multiple-select/">[% t('jQuery multiple select plugin') %]</a> |
975 |
by Zhixin Wen is licensed under the MIT license.</p> |
976 |
[% t('by Zhixin Wen is licensed under the MIT license.') %]</p> |
976 |
|
977 |
|
977 |
<h2>Javascript Diff Algorithm</h2> |
978 |
<h2>[% t('Javascript Diff Algorithm') %]</h2> |
978 |
<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> |
979 |
<p>[% t('The') %] <a href="http://ejohn.org/projects/javascript-diff-algorithm/">[% t('Javascript Diff Algorithm') %]</a> [% t('plugin by John Resig is licensed under the') %] <a href="http://opensource.org/licenses/mit-license.php">[% t('MIT License') %]</a>.</p> |
979 |
|
980 |
|
980 |
<h2>jQuery Validation Plugin</h2> |
981 |
<h2>[% t('jQuery Validation Plugin') %]</h2> |
981 |
<p>The <a href="http://jqueryvalidation.org/">jQuery Validation Plugin</a> written and maintained by Jörn Zaefferer is licensed under the <a href="http://opensource.org/licenses/mit-license.php">MIT License</a>.</p> |
982 |
<p>[% t('The') %] <a href="http://jqueryvalidation.org/">[% t('jQuery Validation Plugin') %]</a> [% t('written and maintained by Jörn Zaefferer is licensed under the') %] <a href="http://opensource.org/licenses/mit-license.php">[% t('MIT License') %]</a>.</p> |
982 |
|
983 |
|
983 |
<h2>TinyMCE WYSIWYG editor</h2> |
984 |
<h2>[% t('TinyMCE WYSIWYG editor') %]</h2> |
984 |
<p>The <a href="http://www.tinymce.com/">TinyMCE WYSIWYG editor v3.5.8 </a> by Moxiecode (Ephox) is licensed under the <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt">LGPL v2.1</a>.</p> |
985 |
<p>[% t('The') %] <a href="http://www.tinymce.com/">[% t('TinyMCE WYSIWYG editor v3.5.8') %] </a> [% t('by Moxiecode (Ephox) is licensed under the') %] <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt">[% t('LGPL v2.1') %]</a>.</p> |
985 |
|
986 |
|
986 |
<h2>Font Awesome</h2> |
987 |
<h2>[% t('Font Awesome') %]</h2> |
987 |
<p><a href="http://fontawesome.io">Font Awesome</a> by Dave Gandy is licensed under the <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a> and the <a href="http://opensource.org/licenses/mit-license.html">MIT License</a>.</p> |
988 |
<p><a href="http://fontawesome.io">[% t('Font Awesome') %]</a> [% t('by Dave Gandy is licensed under the') %] <a href="http://scripts.sil.org/OFL">[% t('SIL OFL 1.1') %]</a> [% t('and the') %] <a href="http://opensource.org/licenses/mit-license.html">[% t('MIT License') %]</a>.</p> |
988 |
|
989 |
|
989 |
<h2>CodeMirror editing library</h2> |
990 |
<h2>[% t('CodeMirror editing library') %]</h2> |
990 |
<p>The <a href="http://codemirror.net/">CodeMirror editing library</a> by Marijn Haverbeke is licensed under an <a href="http://codemirror.net/LICENSE">MIT license</a>.</p> |
991 |
<p>[% t('The') %] <a href="http://codemirror.net/">[% t('CodeMirror editing library') %]</a> [% t('by Marijn Haverbeke is licensed under an') %] <a href="http://codemirror.net/LICENSE">[% t('MIT license') %]</a>.</p> |
991 |
|
992 |
|
992 |
<h2>FileSaver library</h2> |
993 |
<h2>[% t('FileSaver library') %]</h2> |
993 |
<p>The <a href="https://github.com/eligrey/FileSaver.js/">FileSaver library</a> by Eli Grey is licensed under an <a href="https://github.com/eligrey/FileSaver.js/blob/master/LICENSE.md">MIT license</a>.</p> |
994 |
<p>[% t('The') %] <a href="https://github.com/eligrey/FileSaver.js/">[% t('FileSaver library') %]</a> [% t('by Eli Grey is licensed under an') %] <a href="https://github.com/eligrey/FileSaver.js/blob/master/LICENSE.md">[% t('MIT license') %]</a>.</p> |
994 |
|
995 |
|
995 |
<h2>Require.js JS module system</h2> |
996 |
<h2>[% t('Require.js JS module system') %]</h2> |
996 |
<p>The <a href="http://requirejs.org/">Require.js JS module system</a> by The Dojo Foundation is licensed under an <a href="https://github.com/jrburke/requirejs/blob/master/LICENSE">MIT license</a>.</p> |
997 |
<p>[% t('The') %] <a href="http://requirejs.org/">[% t('Require.js JS module system') %]</a> [% t('by The Dojo Foundation is licensed under an') %] <a href="https://github.com/jrburke/requirejs/blob/master/LICENSE">[% t('MIT license') %]</a>.</p> |
997 |
|
998 |
|
998 |
<h2>OAI xslt stylesheet</h2> |
999 |
<h2>[% t('OAI xslt stylesheet') %]</h2> |
999 |
<p>The included OAI.xslt file by the <a href="http://dspace.org/">DSpace project</a> is licensed under a <a href="http://www.dspace.org/license/">BSD License</a>.</p> |
1000 |
<p>[% t('The included OAI.xslt file by the') %] <a href="http://dspace.org/">[% t('DSpace project') %]</a> [% t('is licensed under a') %] <a href="http://www.dspace.org/license/">[% t('BSD License') %]</a>.</p> |
1000 |
|
1001 |
|
1001 |
<h2>Select2</h2> |
1002 |
<h2>[% t('Select2') %]</h2> |
1002 |
<p>The <a href="http://select2.github.io/select2/">Select2</a> library is licensed under <a href="https://github.com/select2/select2/blob/stable/3.5/LICENSE">the Apache License, Version 2.0 (the "Apache License") or the GNU General Public License version 2 (the "GPL License")</a>.</p> |
1003 |
<p>[% t('The') %] <a href="http://select2.github.io/select2/">[% t('Select2') %]</a> [% t('library is licensed under') %] <a href="https://github.com/select2/select2/blob/stable/3.5/LICENSE">[% t('the Apache License, Version 2.0 (the "Apache License") or the GNU General Public License version 2 (the "GPL License")') %]</a>.</p> |
1003 |
|
1004 |
|
1004 |
<h2>jquery.tablednd.js</h2> |
1005 |
<h2>[% t('jquery.tablednd.js') %]</h2> |
1005 |
<p>The <a href="https://github.com/isocra/TableDnD">TableDnD plug-in for jQuery</a> by Denis Howlett is licensed under the <a href="http://opensource.org/licenses/mit-license.php">MIT License</a>.</p> |
1006 |
<p>[% t('The') %] <a href="https://github.com/isocra/TableDnD">[% t('TableDnD plug-in for jQuery') %]</a> [% t('by Denis Howlett is licensed under the') %] <a href="http://opensource.org/licenses/mit-license.php">[% t('MIT License') %]</a>.</p> |
1006 |
|
1007 |
|
1007 |
<h2>Leaflet</h2> |
1008 |
<h2>[% t('Leaflet') %]</h2> |
1008 |
<p>The <a href="http://leafletjs.com">Leaflet</a> JavaScript library by Vladimir Agafonkinis licensed under the <a href="https://github.com/Leaflet/Leaflet/blob/master/LICENSE">BSD License</a>.</p> |
1009 |
<p>[% t('The') %] <a href="http://leafletjs.com">[% t('Leaflet') %]</a> [% t('JavaScript library by Vladimir Agafonkinis licensed under the') %] <a href="https://github.com/Leaflet/Leaflet/blob/master/LICENSE">[% t('BSD License') %]</a>.</p> |
1009 |
|
1010 |
|
1010 |
<h2>jquery.emojiarea.js</h2> |
1011 |
<h2>[% t('jquery.emojiarea.js') %]</h2> |
1011 |
<p>The <a href="https://github.com/diy/jquery-emojiarea">Emojiarea plug-in for jQuery</a> by DIY Co is licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">the Apache License, Version 2.0</a>.</p> |
1012 |
<p>[% t('The') %] <a href="https://github.com/diy/jquery-emojiarea">[% t('Emojiarea plug-in for jQuery') %]</a> [% t('by DIY Co is licensed under the') %] <a href="http://www.apache.org/licenses/LICENSE-2.0">[% t('the Apache License, Version 2.0') %]</a>.</p> |
1012 |
|
1013 |
|
1013 |
<h2>JSZip</h2> |
1014 |
<h2>[% t('JSZip') %]</h2> |
1014 |
<p>The <a href="https://stuk.github.io/jszip/">JSZip</a> JavaScript library is licensed under both the <a href="https://github.com/Stuk/jszip/blob/master/LICENSE.markdown">MIT and GPLv3 Licenses</a>.</p> |
1015 |
<p>[% t('The') %] <a href="https://stuk.github.io/jszip/">[% t('JSZip') %]</a> [% t('JavaScript library is licensed under both the') %] <a href="https://github.com/Stuk/jszip/blob/master/LICENSE.markdown">[% t('MIT and GPLv3 Licenses') %]</a>.</p> |
1015 |
</div> |
1016 |
</div> |
1016 |
|
1017 |
|
1017 |
<div id="translations"> |
1018 |
<div id="translations"> |
1018 |
<h2>Translation</h2> |
1019 |
<h2>[% t('Translation') %]</h2> |
1019 |
<ul> |
1020 |
<ul> |
1020 |
<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. |
1021 |
<li>[% t('العربية (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.') %] |
1021 |
<li>አማርኛ (Amharic) Getway II Ethiopia Co. (Yohannes Mulugeta (Team Leader), Tegene Assefa, Abiyot Bayou)</li> |
1022 |
<li>[% t('አማርኛ (Amharic) Getway II Ethiopia Co. (Yohannes Mulugeta (Team Leader), Tegene Assefa, Abiyot Bayou)') %]</li> |
1022 |
<li>Armenian Tigran Zargaryan</li> |
1023 |
<li>[% t('Armenian Tigran Zargaryan') %]</li> |
1023 |
<li>Български (Bulgarian) Radoslav Kolev</li> |
1024 |
<li>[% t('Български (Bulgarian) Radoslav Kolev') %]</li> |
1024 |
<li>euskara (Basque) Fernando Berrizbeitia, the librarians of Eima Katalogoa, Tabakalera International Contemporary Culture Centre, and Nere Erkiaga</li> |
1025 |
<li>[% t('euskara (Basque) Fernando Berrizbeitia, the librarians of Eima Katalogoa, Tabakalera International Contemporary Culture Centre, and Nere Erkiaga') %]</li> |
1025 |
<li>বাংলা (Bengali) Parthasarathi Mukhopadhyay</li> |
1026 |
<li>[% t('বাংলা (Bengali) Parthasarathi Mukhopadhyay') %]</li> |
1026 |
<li>中文 (Chinese)</li> |
1027 |
<li>[% t('中文 (Chinese)') %]</li> |
1027 |
<li>Hrvatski (Croatian)</li> |
1028 |
<li>[% t('Hrvatski (Croatian)') %]</li> |
1028 |
<li>čeština (Czech)</li> |
1029 |
<li>[% t('čeština (Czech)') %]</li> |
1029 |
<li>Dænsk (Danish)</li> |
1030 |
<li>[% t('Dænsk (Danish)') %]</li> |
1030 |
<li>Nederlands-Nederland (Dutch-The Netherlands) Sponsored by Rijksmuseum</li> |
1031 |
<li>[% t('Nederlands-Nederland (Dutch-The Netherlands) Sponsored by Rijksmuseum') %]</li> |
1031 |
<li>Nederlands-België (Dutch-Belgium)</li> |
1032 |
<li>[% t('Nederlands-België (Dutch-Belgium)') %]</li> |
1032 |
<li>English</li> |
1033 |
<li>[% t('English') %]</li> |
1033 |
<li>suomi, suomen kieli (Finnish) Pasi Korkalo</li> |
1034 |
<li>[% t('suomi, suomen kieli (Finnish) Pasi Korkalo') %]</li> |
1034 |
<li>Français (French) <a href="http://www.koha-fr.org/content/lassociation-kohala">Kohala</a>, Pascale Nalon (ENSMP), and many more </li> |
1035 |
<li>[% t('Français (French)') %] <a href="http://www.koha-fr.org/content/lassociation-kohala">[% t('Kohala') %]</a>[% t(', Pascale Nalon (ENSMP), and many more') %] </li> |
1035 |
<li>Galego (Galician) Ignacio Javier</li> |
1036 |
<li>[% t('Galego (Galician) Ignacio Javier') %]</li> |
1036 |
<li>Deutsch (German) Friedrich zur Hellen, Robert Hillig, Katrin Fischer, Beda Szukics, Mirko Tietgen and Marc Véron</li> |
1037 |
<li>[% t('Deutsch (German) Friedrich zur Hellen, Robert Hillig, Katrin Fischer, Beda Szukics, Mirko Tietgen and Marc Véron') %]</li> |
1037 |
<li>ελληνικά (Greek, Modern [1453- ]) Georgia Katsarou, Panoraia Gaitanou and Kiriaki Roditi</li> |
1038 |
<li>[% t('ελληνικά (Greek, Modern [1453- ]) Georgia Katsarou, Panoraia Gaitanou and Kiriaki Roditi') %]</li> |
1038 |
<li>עברית (Hebrew)</li> |
1039 |
<li>[% t('עברית (Hebrew)') %]</li> |
1039 |
<li>हिन्दी (Hindi)</li> |
1040 |
<li>[% t('हिन्दी (Hindi)') %]</li> |
1040 |
<li>Magyar (Hungarian)Agnes Imecs</li> |
1041 |
<li>[% t('Magyar (Hungarian)Agnes Imecs') %]</li> |
1041 |
<li>Norsk Bokmål (Norwegian) Axel Bojer and Thomas Gramstad</li> |
1042 |
<li>[% t('Norsk Bokmål (Norwegian) Axel Bojer and Thomas Gramstad') %]</li> |
1042 |
<li>Norsk Nynorsk (Norwegian) Unni Knutsen and Marit Kristine Ådland</li> |
1043 |
<li>[% t('Norsk Nynorsk (Norwegian) Unni Knutsen and Marit Kristine Ådland') %]</li> |
1043 |
<li>(Indonesian)</li> |
1044 |
<li>[% t('(Indonesian)') %]</li> |
1044 |
<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> |
1045 |
<li>[% t('Italiano (Italian) for 3.2: Zeno Tajoli, Pietro Gozzetti and Paolo Pozzan; for 3.4 and more: Zeno Tajoli, Stefano Bargioni, Paolo Bizzarri') %]</li> |
1045 |
<li>日本語 (Japanese)</li> |
1046 |
<li>[% t('日本語 (Japanese)') %]</li> |
1046 |
<li>한국어 (Korean)</li> |
1047 |
<li>[% t('한국어 (Korean)') %]</li> |
1047 |
<li>ಕನ್ನಡ (kannaḍa)</li> |
1048 |
<li>[% t('ಕನ್ನಡ (kannaḍa)') %]</li> |
1048 |
<li>Latina (Latin)</li> |
1049 |
<li>[% t('Latina (Latin)') %]</li> |
1049 |
<li>Lao Anousak Anthony Souphavanh</li> |
1050 |
<li>[% t('Lao Anousak Anthony Souphavanh') %]</li> |
1050 |
<li>Māori</li> |
1051 |
<li>[% t('Māori') %]</li> |
1051 |
<li>മലയാളം (Malayalam)</li> |
1052 |
<li>[% t('മലയാളം (Malayalam)') %]</li> |
1052 |
<li>فارسى (Persian)</li> |
1053 |
<li>[% t('فارسى (Persian)') %]</li> |
1053 |
<li>ଓଡ଼ିଆ (ōṛiyā)</li> |
1054 |
<li>[% t('ଓଡ଼ିଆ (ōṛiyā)') %]</li> |
1054 |
<li>Polski (Polish)</li> |
1055 |
<li>[% t('Polski (Polish)') %]</li> |
1055 |
<li>Português (Portuguese)</li> |
1056 |
<li>[% t('Português (Portuguese)') %]</li> |
1056 |
<li>Română (Romanian)</li> |
1057 |
<li>[% t('Română (Romanian)') %]</li> |
1057 |
<li>Русский (Russian) Victor Titarchuk and Serhij Dubyk</li> |
1058 |
<li>[% t('Русский (Russian) Victor Titarchuk and Serhij Dubyk') %]</li> |
1058 |
<li>Español (Spanish) Bernardo González Kriegel, Héctor Castro and Tomás Cohen Arazi, with the help of the koha-es community.</li> |
1059 |
<li>[% t('Español (Spanish) Bernardo González Kriegel, Héctor Castro and Tomás Cohen Arazi, with the help of the koha-es community.') %]</li> |
1059 |
<li>Svenska (Swedish)</li> |
1060 |
<li>[% t('Svenska (Swedish)') %]</li> |
1060 |
<li>Tetun (Tetum) Karen Myers</li> |
1061 |
<li>[% t('Tetun (Tetum) Karen Myers') %]</li> |
1061 |
<li>ภาษาไทย (Thai)</li> |
1062 |
<li>[% t('ภาษาไทย (Thai)') %]</li> |
1062 |
<li>Türkçe (Turkish) pre-3.8: Selma Aslan; for 3.8+, Suleyman Demirel University (Ugur Bulgan, Onur Erdem, Kemal Caner Bayrakci, and Alper Tutunsatar)</li> |
1063 |
<li>[% t('Türkçe (Turkish) pre-3.8: Selma Aslan; for 3.8+, Suleyman Demirel University (Ugur Bulgan, Onur Erdem, Kemal Caner Bayrakci, and Alper Tutunsatar)') %]</li> |
1063 |
<li>اردو(Urdu) Ata ur Rehman</li> |
1064 |
<li>[% t('اردو(Urdu) Ata ur Rehman') %]</li> |
1064 |
<li>Українська (Ukrainian) Victor Titarchuk and Serhij Dubyk</li> |
1065 |
<li>[% t('Українська (Ukrainian) Victor Titarchuk and Serhij Dubyk') %]</li> |
1065 |
</ul> |
1066 |
</ul> |
1066 |
|
1067 |
|
1067 |
</div> |
1068 |
</div> |
1068 |
|
1069 |
|
1069 |
<div id="history"> |
1070 |
<div id="history"> |
1070 |
<h2>Koha history timeline</h2> |
1071 |
<h2>[% t('Koha history timeline') %]</h2> |
1071 |
[% IF ! timeline_read_error %] |
1072 |
[% IF ! timeline_read_error %] |
1072 |
<table style="cursor:pointer"> |
1073 |
<table style="cursor:pointer"> |
1073 |
<thead> |
1074 |
<thead> |
1074 |
<tr> |
1075 |
<tr> |
1075 |
<td style="font-weight:bold;" >Date</td> |
1076 |
<td style="font-weight:bold;">[% t('Date') %]</td> |
1076 |
<td style="font-weight:bold;" >Description</td> |
1077 |
<td style="font-weight:bold;">[% t('Description') %]</td> |
1077 |
</tr> |
1078 |
</tr> |
1078 |
</thead> |
1079 |
</thead> |
1079 |
[% FOREACH tabl IN table2 %] |
1080 |
[% FOREACH tabl IN table2 %] |
Lines 1087-1093
Link Here
|
1087 |
</table> |
1088 |
</table> |
1088 |
[% ELSE %] |
1089 |
[% ELSE %] |
1089 |
<div class="dialog alert"> |
1090 |
<div class="dialog alert"> |
1090 |
Could not read the history.txt file. Please make sure <docdir> is correctly defined in koha-conf.xml. |
1091 |
[% t('Could not read the history.txt file. Please make sure <docdir> is correctly defined in koha-conf.xml.') %] |
1091 |
</div> |
1092 |
</div> |
1092 |
[% END %] |
1093 |
[% END %] |
1093 |
</div> |
1094 |
</div> |