Coder Social home page Coder Social logo

thekesolutions / koha-plugin-add-urls-to-marc Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 62 KB

This plugin provides a way for importing URLs into MARC records in Koha. This is useful when

License: GNU General Public License v3.0

Perl 69.90% Shell 4.87% JavaScript 25.23%

koha-plugin-add-urls-to-marc's People

Contributors

tomascohen avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

koha-plugin-add-urls-to-marc's Issues

Add more information to README.md

The current README.md is incomplete. It should at least include info about the CSV file structure.
Then the users will request further details. But this is needed to people can use it.

Support for Koha 16.11+

in order to support Koha 16.11+ the plugin needs to:

  • Use Koha::UploadedFiles instead of Koha::Uploads
    my $rec = Koha::Uploads->new({ id => $id, filehandle => 1 });
    my $fh = $rec->{fh}
    # vs
    my $fh = Koha::UploadedFiles->find( $id )->file_handle;
  • Adapt to C4::Biblio::GetMarcBiblio api change. It now expects a hashref:
    my $record = GetMarcBiblio($biblionumber);
    # vs
    my $record = GetMarcBiblio({ biblionumber => $biblionumber });

Internet Archive URLs should be rewritten by default

This plugin targets the IA workflow used with the American Numismatic Society.
IA usually appends information on the CSV they provide, so it is desirable to get the IA specific links rewritten so there are no duplicates.
Also, non-IA links should always be preserved.
This should be done in a way that appending/overwritting can be chosen from the UI if requested by users.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.