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.
Koha Stow Extensions, revision 1.2 Beta
Works for 2.2(zoom-tested) and 3.0, set your version first.
See notes in prior versions.
Koha Stow Extensions, revision 1.1 Beta
This is a first pass at the Koha 3 version of this code.
Now contains working printed bills by branch, Unique Management output creation, and Overdrive XML authentication.
Best way to setup:
1. Install XAMPP
2. Unzip the files into */XAMPP/htdocs
2. Modify database params in addrkoha.php
Setup will take some patience, but params in addrkoha.php .
3. Set browser to http://IP.ADDRESS.OF.XAMPP.SERVER/kohaextras3/reports.php
4. Go back and fix parameters as needed.
This version works for Koha 3.0 (save any bugs), working on Koha 2.2/3.0 version
Script examples are not included *yet* but should work. I need to test them.
Scheduled task/cron scripts can:
* email different types of overdue notices, w/ parameters
* create files for Unique Management, w/ parameters for weekly / sync
* create lists of books with pictures for producing daily web page categories, w/ many parameters
I hope to test these and submit new version soon.
Koha Stow Extensions, revision SKEV1 Beta
Stow Koha Extras/Extensions (SKE): This is a set of PHP/MySQL tools in production use at Stow-Munroe Falls Public Library Tools for reserves, circulation, reference, catalogers. This is PHP code that can easily be run on a separate computer on a staff intranet that links back to the main Koha installation.
SKE is meant as a test bed to add additional functionality into Koha and for utilities that should be separate. This is a READ ONLY tool kit so you only need to set your MySQL account for read only. It also has a parallel MySQL database to handle some of the items needed that are not read only.
Much of the functionality on SKE is already in Koha 3, however, running SKE can give you a place to quickly create/test new reports for your library if you are familiar with PHP.
Enjoy,
D.R.Ulm 5-6-2008
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