[Koha-cvs] koha/misc/zebra/usmarc zebra.cfg

Joshua Ferraro jmf at kados.org
Tue Feb 14 23:49:44 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/02/14 22:49:44

Modified files:
	misc/zebra/usmarc: zebra.cfg 

Log message:
	Fixing zebra.cfg for usmarc

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/misc/zebra/usmarc/zebra.cfg.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: koha/misc/zebra/usmarc/zebra.cfg
diff -u koha/misc/zebra/usmarc/zebra.cfg:1.2 koha/misc/zebra/usmarc/zebra.cfg:1.3
--- koha/misc/zebra/usmarc/zebra.cfg:1.2	Sun Dec 11 04:09:56 2005
+++ koha/misc/zebra/usmarc/zebra.cfg	Tue Feb 14 22:49:44 2006
@@ -3,16 +3,15 @@
 # Joshua Ferraro < jmf at liblime dot com >
 #
 # Where are the config files located?
-profilePath: ${srcdir:-.}:/usr/local/share/idzebra/tab/
-recordId: (bib1,Local-number)
-storeKeys:1
+profilePath: ${srcdir:-.}:/usr/share/idzebra/tab/
+recordId: (bib1,Identifier-standard)
 
 # Files that describe the attribute sets supported.
 attset: bib1.att
 attset: explain.att
 
 # Specify record type
-recordType: grs.marc.usmarc
+recordType: grs.xml
 
 # Lock File Area
 lockDir: lock
@@ -26,7 +25,13 @@
 # Approx. Memory usage during indexing
 memMax: 400
 
-database: NPLKoha
+database: kohatest
 
 systag rank rank
 systag sysno sysno
+
+perm.anonymous: rw
+encoding utf-8
+
+storeKeys:1
+storeData:1





More information about the Koha-cvs mailing list