Interesting you should mention this use. I've got a few questions for
you, but let me try to address your question first:
Regarding the MARC importer: There's a bug in the version you've got
(my fault). If you can execute MySQL queries using a tool like PHP My
Admin, you can probably create the missing table with a command like
this:
CREATE TABLE wp_scrib_harvest (
source_id varchar(50) NOT NULL default '',
harvest_date timestamp NOT NULL default '0000-00-00 00:00:00',
imported tinyint(1) default '0',
content longtext NOT NULL,
PRIMARY KEY (source_id),
KEY imported (imported)
)
On the other hand, I'm getting closer to releasing a new version of
Scrib that not only offers better WordPress 2.7 compatibility, but
also a rich metadata editor. You can try it out now, just download the
"2.7b02" or "development version" here:
http://wordpress.org/extend/plugins/scriblio/download/
The folks at Colby-Sawyer College are already using the new version
for their institutional archives site:
http://archives.colby-sawyer.edu/
What you can't do, however, is use the MARC importer with the 2.7
version yet. You _can_ catalog a new book or photo from scratch or
import them from III (using the III importer), but I haven't updated
the MARC file importer yet.
That said, here are my questions:
How many records do you have?
I'd never thought of trying to do this with MARC. Are these cataloging
rules that you've developed, or are others doing this too?
Is this record a reasonable exemplar for the others?
http://library.minlib.net:81/record=1000012
http://library.minlib.net:81/search/.b1000012/.b1000012/1%2C1%2C1%2CB/marc
~b1000012
I'm actually working on a similar project. I'm basing it on Scriblio,
but building a metadata form specifically for it and with the idea
that representatives of each organization would self-maintain their
record(s).
I'd like to talk with you more about what you have in mind.
--Casey
I believe all three of your hypotheses are correct. MARC Community
Information records in fact follow a different standard from MARC 21
bibliographic data; see
<http://www.loc.gov/marc/community/eccihome.html> for more
information.
Mark
--
Mark A. Matienzo
Applications Developer, Digital Experience Group
The New York Public Library