|
Lines 145-153
Link Here
|
| 145 |
<caption>XML configuration file</caption> |
145 |
<caption>XML configuration file</caption> |
| 146 |
[% FOREACH config_entry IN xml_config_warnings %] |
146 |
[% FOREACH config_entry IN xml_config_warnings %] |
| 147 |
[% IF config_entry.error == 'zebra_bib_index_mode_warn' %] |
147 |
[% IF config_entry.error == 'zebra_bib_index_mode_warn' %] |
| 148 |
<tr><th scope="row"><b>Warning</b> </th><td>The <zebra_bib_index_mode> entry is missing in your configuration file. It should be set to <strong>dom</strong> or <strong>grs1</strong>. It will default to <strong>grs1</strong> but this could change in the future.</td></tr> |
148 |
<tr> |
|
|
149 |
<th scope="row"><b>Warning</b></th> |
| 150 |
<td>The <zebra_bib_index_mode> entry is missing in your configuration file. |
| 151 |
It should be set to <strong>dom</strong> or <strong>grs1</strong> (deprecated). |
| 152 |
It will default to <strong>dom</strong>. |
| 153 |
</td> |
| 154 |
</tr> |
| 149 |
[% ELSIF config_entry.error == 'zebra_auth_index_mode_warn' %] |
155 |
[% ELSIF config_entry.error == 'zebra_auth_index_mode_warn' %] |
| 150 |
<tr><th scope="row"><b>Warning</b> </th><td>The <zebra_auth_index_mode> entry is missing in your configuration file. It should be set to <strong>dom</strong> or <strong>grs1</strong>. It will default to <strong>dom</strong> but this could change in the future.</td></tr> |
156 |
<tr> |
|
|
157 |
<th scope="row"><b>Warning</b></th> |
| 158 |
<td>The <zebra_auth_index_mode> entry is missing in your configuration file. |
| 159 |
It should be set to <strong>dom</strong> or <strong>grs1</strong> (deprecated). |
| 160 |
It will default to <strong>dom</strong>. |
| 161 |
</td> |
| 162 |
</tr> |
| 163 |
[% ELSIF config_entry.error == 'zebra_bib_grs_warn' %] |
| 164 |
<tr> |
| 165 |
<th scope="row"><b>Warning</b></th> |
| 166 |
<td>The <zebra_bib_index_mode> entry is set to <strong>grs1</strong>. |
| 167 |
GRS-1 support is now deprecated and will be removed in future releases. |
| 168 |
Please use DOM instead by setting <zebra_bib_index_mode> to |
| 169 |
<strong>dom</strong> (full reindex required). |
| 170 |
</td> |
| 171 |
</tr> |
| 172 |
[% ELSIF config_entry.error == 'zebra_auth_grs_warn' %] |
| 173 |
<tr> |
| 174 |
<th scope="row"><b>Warning</b></th> |
| 175 |
<td>The <zebra_auth_index_mode> entry is set to <strong>grs1</strong>. |
| 176 |
GRS-1 support is now deprecated and will be removed in future releases. |
| 177 |
Please use DOM instead by setting <zebra_auth_index_mode> to |
| 178 |
<strong>dom</strong> (full reindex required). |
| 179 |
</td> |
| 180 |
</tr> |
| 151 |
[% ELSIF config_entry.error == 'queryparser_entry_missing' %] |
181 |
[% ELSIF config_entry.error == 'queryparser_entry_missing' %] |
| 152 |
<tr> |
182 |
<tr> |
| 153 |
<th scope="row"><b>Warning</b></th> |
183 |
<th scope="row"><b>Warning</b></th> |
| 154 |
- |
|
|