remove field c from author display
[koha-bibliografija] / README
1 Use Koha authority data to produce bibliography pages
2
3 Most of configuration is currently hard-coded in html.pl, so take a look there.
4
5
6 Installation:
7
8 1. Modify your koha schema to create index to speed up generation:
9
10         sudo koha-mysql ffzg < biblioitems.sql
11
12 2. Map 942$u to agerestricted in your framework in Koha
13
14 3. Generate pages with: (you probably want to run this from cron)
15
16         LC_COLLATE=hr_HR.utf8 KOHA_CONF=/etc/koha/sites/ffzg/koha-conf.xml ./html.pl
17
18 4. Install generated files with:
19
20         ln -s /srv/koha-bibliografija/html /srv/koha_ffzg/koha-tmpl/bibliografija