https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18586

--- Comment #2 from David Cook <[email protected]> ---
I've created a Koha::RDF module and a mint_uri() method. It just creates and
returns the URI string using the URI module. I've also added some tests for it.

I think saving it to the database will be part of AddBiblio and/or ModBiblio.
Some thinking to do about how best to optimally add the URI to the database.
Off the top of my head, I'd want to save it at AddBiblio time, but you'd want
to be able to update existing biblios... so if you do ModBiblio,  you could
just run touch_all_biblios.pl. Anyway, it's 5:04pm, so that's another day.

I'll post the code tomorrow morning.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to