Koha v 2.2x to v 3.x MARC migration tool, revision 1.0
1st release
III to Koha importer, revision 0.8
Initial public release
Koha Stow Extensions, revision 3.16.2010
This is an updated version of Koha Stow Extensions fixing the issues when moving to PHP5 vs PHP4. If nothing else it is to archive our library needs for Koha reports and utilities. If you can use it, please feel free, but note the following:
1. It -will- require knowledge of Apache/PHP install and PHP Pear Module installation.
2. And it -will- require some PHP programming knowledge to fully customize to work for you or at a minimum, you need to edit the addrkoha.php file to link it up to your DB and actual Koha server as well as test and customize operations. You have been warned.
3. It should be installed on a separate server running Apache/PHP (can be Windows or Linux, a VMware/VirtualBox machine and probably an Apple).
Branch code is not added yet, but I intend to put more current effort into the actual Koha 3 code-base vs the PHP add-ons.
-Thank you,
Darrell Ulm
Patron Extended Attribute reload, revision 0.7
Original version
Follett to Koha Migration, revision 1.0
Windows VB Script modified from a base Marc Edit generated script. This script converts a marc21 format file exported from Follett into Koha format for importing. See the notes at the beginning of the file for details.
athenamarc2koha.pl, revision 0.01
This script converts a MARC file generated by Sagebrush Athena to a file appropriate for Koha.
Usage: You need to specify the input and output files, and optionally the branch code for your library.
perl athenamarc2koha.pl originalmarcfile convertedmarcfile
or
perl athenamarc2koha.pl originalmarcfile convertedmarcfile branch_code
If you specify the branch code, it must correspond to branches.branchcode in the Koha DB.
The branch_code will be set in the output MARC records as 952$a and 952$b.
In the Koha DB, 952$a corresponds to items.homebranch (permanent location), and
952$b corresponds to items.holdingbranch (current location).
Send questions/comments/suggestions to jeffrey_lepage@yahoo.com.
Koha 3.0 VMWare Image *Unconfigured* ( Zebra ) [ Debian Etch ], revision 1
Unconfigured version of Koha 3.0 running on Debian Etch using Zebra.
migration tools (ISO 2709), revision 0.9.5
Serious bug repaired (skipped repeatings of fields)
migration tools (ISO 2709), revision 0.9
Version 0.9. Mainly various checks and better logging. Also it is now stop when found not valid fields separator in iso-file.
Barcode Generator, revision 1.00
You must add all .tmpl files to your opac directory/barcodes. all other files should go in your koha/cgi-bin/barcodes directory.
Good luck