1st scripts for MARC-DB.
authortipaul <tipaul>
Wed, 24 Jul 2002 15:52:53 +0000 (15:52 +0000)
committertipaul <tipaul>
Wed, 24 Jul 2002 15:52:53 +0000 (15:52 +0000)
commit1da4e0ff2fd4800b1d3c86161f27bd7e610c72b3
tree55fcb6e5a4da7e20c5ef5eb058caaac76c1df8e1
parent52e5f54401eb47b59aeacb2b4041fd89cb320495
1st scripts for MARC-DB.

WARNING : YOU MUST DO THE FOLLOWING IF YOU EXPECT THE MAIN-BRANCH TO WORK.

* install MARC::Record package, from cpan or sourceforge
* OVERWRITE File.pm and USMARC.pm. The original misses 1 functionnality we absolutly need in koha (reading a MARC from a variable, not from a file). Thanks to Steve, who modified MARC::Record.
* modify your DB by adding marcschema.sql tables
* populate new tables by launching fill_usmarc.pl

Then, it should work...
What works exactly will come in the next commit, in a few minuts (hitchcock suspens...)
marc/File.pm [new file with mode: 0644]
marc/USMARC.pm [new file with mode: 0644]
marc/fill_usmarc.pl
marc/marcschema.sql