Koha/misc
tipaul 9a508fe3df Playing with the zebra...
* go to koha cvs home directory
* in misc/zebra there is a unimarc directory. I suggest that marc21 libraries create a marc21 directory
* put your zebra.cfg files here & create your database.
* from koha cvs home directory, ln -s misc/zebra/marc21 zebra (I mean create a symbolic link to YOUR zebra directory)
* now, everytime you add/modify a biblio/item your zebra DB is updated correctly.

NOTE :
* this uses a system call in perl. CPU consumming, but we are waiting for indexdata Perl/zoom
* deletion still not work
* UNIMARC zebra config files are provided in misc/zebra/unimarc directory. The most important line being :
in zebra.cfg :
recordId: (bib1,Local-number)
storeKeys:1

in .abs file :
elm 090            Local-number            -
elm 090/?          Local-number            -
elm 090/?/9        Local-number            !:w

(090$9 being the field mapped to biblio.biblionumber in Koha)
2005-08-11 16:12:47 +00:00
..
amazonratings
cronjobs produces a comma separated list of currently available reserves, with item and borrower details. 2005-05-04 14:01:45 +00:00
info merging 2.2 branch with head. Sorry for not making it before, many many commits done here 2005-03-01 13:40:35 +00:00
marc_datas
migration_tools synch'ing 2.2 and head 2005-08-04 14:10:52 +00:00
notifys
release notes synch'ing 2.2 and head 2005-06-20 14:10:00 +00:00
spellcheck_suggest Minor change to generalize the script 2005-05-04 13:45:18 +00:00
sql-datas synch'ing 2.2 and head 2005-06-20 14:10:00 +00:00
translator synch'ing 2.2 and head 2005-05-04 08:58:30 +00:00
zebra/unimarc Playing with the zebra... 2005-08-11 16:12:47 +00:00
auto_install_file
backup.sh
barcodes.pl
build_marc_Tword.pl new version, doing tag by tag. Should be slower, but requires a lot less memory 2005-06-01 18:55:08 +00:00
build_marc_word.pl
buildrelease merging 2.2 branch with head. Sorry for not making it before, many many commits done here 2005-03-01 13:40:35 +00:00
bulkauthimport.pl
cleanmarcdb.pl
compare_iso_and_marc_parameters.pl
dumpmarc.pl
fines2.pl
install-sh
Install.pm perldoc and prototype updates 2005-06-24 12:19:34 +00:00
installer-lite.pl
installer.pl bugfixes in installer 2004-11-16 13:04:18 +00:00
koha.conf
koha.mysql synch'ing 2.2 and head 2005-08-04 14:10:52 +00:00
koha.upgrade merging 2.2 branch with head. Sorry for not making it before, many many commits done here 2005-03-01 13:40:35 +00:00
koha2marc.pl
merge_authority.pl merging 2.2 branch with head. Sorry for not making it before, many many commits done here 2005-03-01 13:40:35 +00:00
overduenotices.pl synch'ing 2.2 and head 2005-06-20 14:10:00 +00:00
rebuildnonmarc.pl merging 2.2 branch with head. Sorry for not making it before, many many commits done here 2005-03-01 13:40:35 +00:00
rebuildthesaurus.pl
safe-installer
sampledata-1.2
testKoha.pl
tidyaccounts.pl
uninstall.pl