Commit graph

16 commits

Author SHA1 Message Date
tonnesen
637c64680f Added bibliothesaurus table 2002-08-30 17:26:14 +00:00
tipaul
1da4e0ff2f 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...)
2002-07-24 15:52:53 +00:00
tipaul
783353ebdd ouuppsss... forget the 1.13 version, i made a mistake. This version works and should be the last 2002-06-04 08:13:31 +00:00
tipaul
646ee4100f New and hopefully last version of the MARC-DB. Is the fastest in benchmark, everybody agree ;-) (Sergey, Steve and me, Paul) 2002-06-04 07:56:56 +00:00
tonnesen
dcd45fb1ac removed another _sergey 2002-05-31 20:03:17 +00:00
tonnesen
aaf24f7102 removed fieldid in favour of tagid, removed _sergey from table names, added
tagorder field to tag table, renamed marc_field_table to marc_tag_table.
2002-05-31 19:41:29 +00:00
tonnesen
7ef695a908 Splitting into separate tag and subfield tables 2002-05-31 19:36:08 +00:00
tipaul
69ad59d59a * modification of tables/row names : *_tag_* replaced by *_subfield_* where needed
* modification of word table
2002-05-30 08:11:51 +00:00
tipaul
2110c580eb some more cleaning : removed duplicated row, added indexes 2002-05-30 08:00:56 +00:00
tonnesen
9da8afa545 Changed subfieldmark back to subfieldcode 2002-05-29 22:11:20 +00:00
tonnesen
98ab1220d8 Further simplifications to the marc schema specification 2002-05-29 21:11:41 +00:00
tonnesen
87a0602708 Used subfieldcode where I should have used subfieldid (in primary key) Note
that I changed bibcode and tagcode to bibid and tagid as well to avoid
confusion with subfieldcode (which is the one letter subfield code)
2002-05-16 20:42:55 +00:00
tonnesen
8def1d132e Added marc_NXX_subfield_table tables 2002-05-16 20:27:12 +00:00
tipaul
0af09bc098 Beginning of marc stuff :
* in marc directory, the marcschema.sql contains now the new marc structure. The old one is in marcschema.old.sql.
* in marc directory, the fill_usmarc.pl script fills the structure tables with USMARC format in english. Thanks to steve for the BIG work getting them from LOC... It's still to do for UNIMARC in english, and of course in french for me ;-)
* in admin directory, the marctagstructure.pl script helps playing with the structure and modifying it... It's not ended (tomorrow, i hope it will be)
2002-05-16 16:20:40 +00:00
tonnesen
33ab2526f3 Changed search interface to allow searches on Illustrator. This is
apparently a common search in elementary school libraries.
2001-10-05 20:13:20 +00:00
tonnesen
5ced43726a Schema for MARC storage tables. Blatantly stolen from www.pytheas.org.
I also added the 0XX tables.
2001-06-25 18:52:33 +00:00