[Koha] MARC frameworks - sharing

Nicole Engard nengard at gmail.com
Wed Dec 8 00:48:07 NZDT 2010


Looks like all your frameworks are in one table in the database.

--
-- Table structure for table `biblio_framework`
--

DROP TABLE IF EXISTS `biblio_framework`;
CREATE TABLE `biblio_framework` (
  `frameworkcode` varchar(4) NOT NULL default '',
  `frameworktext` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`frameworkcode`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;


You should export the framework in question and paste the mysql on the
wiki (if we set up a page for these things).

I'd instead repeat my desire for a more friendly framwork editor
(something I don't have the skills to take on yet).

Nicole

2010/12/7 Elaine Bradtke <eb at efdss.org>:
> I'm about to put together some rather specialized frameworks that may be
> useful for other collections that have historical or archival sound
> recordings in digital formats (we have both). Even basing it on the existing
> one for audio cassettes and CDs is taking a bit of time.  It seems like it
> would be a good idea to set up a repository of useful frameworks that we
> could share.
> From what I can tell, all the frameworks are in the same file, which makes
> sharing more difficult.  Someone may want to use my digital audio framework,
> but they may have their own custom frameworks that they would need to keep.
>  I wonder how it might be made easier to import and export individual
> frameworks without overwriting existing ones. I suppose one could  cut and
> paste the raw data, but it would be nice to have a more user friendly
> method.
> --
> Elaine Bradtke
> Data Wrangler
> VWML
> English Folk Dance and Song Society | http://www.efdss.org
> Cecil Sharp House, 2 Regent's Park Road, London NW1 7AY
> Tel    +44 (0) 20 7485 2206 ext 36
> --------------------------------------------------------------------------
> Registered Company No. 297142
> Charity Registered in England and Wales No. 305999
> ---------------------------------------------------------------------------
> "Writing about music is like dancing about architecture"
> --Elvis Costello (Musician magazine No. 60 (October 1983), p. 52)
>
>
> _______________________________________________
> Koha mailing list  http://koha-community.org
> Koha at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
>


More information about the Koha mailing list