The table 'biblio_framework' has only the "code" of the framework. <div>The actual definition is on tables 'marc_tag_structure' and 'marc_subfield_structure'.</div><div><br></div><div>For example, for 'BKS' framework there are 312 rows on 'marc_tag_structure' and 3532 rows on 'marc_subfield_structure', </div>
<div>perhaps to much for copy/paste.</div><div><br></div><div>On those rows there are descriptions, that can be translated.</div><div>And one need to distinguish if the framework use authorities control or not.</div><div>
<br></div><div>I suggest you do a dump of the 3 tables.</div><div>From there you could extract all the inserts corresponding to particular framework, put all in a file and share it.</div><div><br></div><div>Bernardo</div>
<div><br><div class="gmail_quote">On Tue, Dec 7, 2010 at 8:48 AM, Nicole Engard <span dir="ltr"><<a href="mailto:nengard@gmail.com">nengard@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Looks like all your frameworks are in one table in the database.<br>
<br>
--<br>
-- Table structure for table `biblio_framework`<br>
--<br>
<br>
DROP TABLE IF EXISTS `biblio_framework`;<br>
CREATE TABLE `biblio_framework` (<br>
`frameworkcode` varchar(4) NOT NULL default '',<br>
`frameworktext` varchar(255) NOT NULL default '',<br>
PRIMARY KEY (`frameworkcode`)<br>
) ENGINE=InnoDB DEFAULT CHARSET=utf8;<br>
<br>
<br>
You should export the framework in question and paste the mysql on the<br>
wiki (if we set up a page for these things).<br>
<br>
I'd instead repeat my desire for a more friendly framwork editor<br>
(something I don't have the skills to take on yet).<br>
<br>
Nicole<br>
<br>
2010/12/7 Elaine Bradtke <<a href="mailto:eb@efdss.org">eb@efdss.org</a>>:<br>
<div><div></div><div class="h5">> I'm about to put together some rather specialized frameworks that may be<br>
> useful for other collections that have historical or archival sound<br>
> recordings in digital formats (we have both). Even basing it on the existing<br>
> one for audio cassettes and CDs is taking a bit of time. It seems like it<br>
> would be a good idea to set up a repository of useful frameworks that we<br>
> could share.<br>
> From what I can tell, all the frameworks are in the same file, which makes<br>
> sharing more difficult. Someone may want to use my digital audio framework,<br>
> but they may have their own custom frameworks that they would need to keep.<br>
> I wonder how it might be made easier to import and export individual<br>
> frameworks without overwriting existing ones. I suppose one could cut and<br>
> paste the raw data, but it would be nice to have a more user friendly<br>
> method.<br>
> --<br>
> Elaine Bradtke<br>
> Data Wrangler<br>
> VWML<br>
> English Folk Dance and Song Society | <a href="http://www.efdss.org" target="_blank">http://www.efdss.org</a><br>
> Cecil Sharp House, 2 Regent's Park Road, London NW1 7AY<br>
> Tel +44 (0) 20 7485 2206 ext 36<br>
> --------------------------------------------------------------------------<br>
> Registered Company No. 297142<br>
> Charity Registered in England and Wales No. 305999<br>
> ---------------------------------------------------------------------------<br>
> "Writing about music is like dancing about architecture"<br>
> --Elvis Costello (Musician magazine No. 60 (October 1983), p. 52)<br>
><br>
><br>
</div></div>> _______________________________________________<br>
> Koha mailing list <a href="http://koha-community.org" target="_blank">http://koha-community.org</a><br>
> <a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
> <a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
><br>
><br>
_______________________________________________<br>
Koha mailing list <a href="http://koha-community.org" target="_blank">http://koha-community.org</a><br>
<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
</blockquote></div><br></div>