Code Monkey home page Code Monkey logo

koha-migration-toolbox's Introduction

---------------------------------

 Koha Migration Toolbox
 Copyright 2010 ByWater Solutions

---------------------------------

The files in this repository are free software: you can redistribute 
them and/or modify them under the terms of the GNU General Public 
License as published by the Free Software Foundation, either version 
3 of the License, or (at your option) any later version.

These files are distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

---------------------------------

1) Introduction

    These scripts were written by or for ByWater Solutions, for use in 
    migration and support of the Koha integrated library system.  We
    give them to the community, in the hope that others find them 
    useful.  Most should be fairly self-explanatory; if you have specific
    questions, please direct them to ByWater via:
    
    D Ruth Bavousett <[email protected]>
    Brendan Gallagher <[email protected]>

2) Generalities

    In all of the Perl scripts, Getopt::Long is used to process 
    command-line parameters.  Immediately after the call to GetOptions,
    mandatory parameters (if any) are checked.  No --help is provided in
    these scripts.  Most will have something hanging from the --debug flag, 
    but it may or may not be useful, depending on the debugging needs
    when the script was written.

    If a script is intended to change data on a running instance of Koha,
    it will support the --update flag.  Without this flag, no data will 
    be changed.

3) Perl Prerequisites

    The following modules are loaded for all or many of these scripts, so 
    you should ensure that you have necessary packages on your system.

    autodie qw(open close);
    strict;
    version;
    warnings;

    Carp;
    Data::Dumper;
    English qw( -no_match_vars );
    Getopt::Long;
    MARC::Batch;
    MARC::Charset;
    MARC::Field;
    MARC::Record;
    Readonly;
    Smart::Comments;
    Text::CSV_XS;
    Text::CSV::Simple;
    XML::Simple;

4) Submitting patches

    No one at ByWater suggests that these scripts are the be-all, end-all 
    of ILS migration tools; if you have enhancements that you are willing to 
    share, please send them, and we will include them!  A git patch would be
    the most-welcome way to do that, emailed to either of the addresses above.


koha-migration-toolbox's People

Contributors

bwiens avatar jcamins avatar

Watchers

 avatar

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.