Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Owen Leonard 844fb27204 Finishing circ page layout changes. Still need to iron out standards for warning/message styles. Also renaming a couple of includes and correcting the relevant files. 17 years ago
C4 Catching up changes in reports 17 years ago
acqui removing useless code 17 years ago
admin removing useless code 17 years ago
authorities removing useless code 17 years ago
catalogue Revert "reverting defaut-search-on-kw-wrdl and doing it elsewhere" 17 years ago
cataloguing improved import batches part 2 -- replace use of marc_breeding 17 years ago
circ removing useless code 17 years ago
etc improvements to zebra configuration files 17 years ago
installer Updating kohastructure.sql with tables needed for reports, updatedatabase 17 years ago
koha-tmpl Finishing circ page layout changes. Still need to iron out standards for warning/message styles. Also renaming a couple of includes and correcting the relevant files. 17 years ago
labels removing useless code 17 years ago
members removing useless code 17 years ago
misc Bug Fix : Sorting by publication date 17 years ago
opac Fix for a bug in reserves, if a charge was incurred we got a server error, and it wasnt listing the itemtypes available 17 years ago
reports Catching up changes in reports 17 years ago
reserve Patch from Joe Atzberger to remove $Id$ and $Log$ from scripts 17 years ago
reviews functions that were in C4::Interface::CGI::Output are now in C4::Output. 17 years ago
rss rel_3_0 moved to HEAD 17 years ago
serials if() incorrectly eval-ing syspref value 'FALSE' as true, wrapping in boolean. 17 years ago
suggestion removing useless code 17 years ago
t Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 17 years ago
tmp/modified_authorities changing DO_NOT_REMOVE to README.txt 17 years ago
tools Getting stored results working 17 years ago
updater update for missing subscriptions.lastbranch col in serials 17 years ago
virtualshelves Improving the formatting of the "add to shelf" pop-up. Changing the way the list of existing shelves is passed to the template so that the "existing shelves" option can be hidden if there are no existing shelves. 17 years ago
.htaccess Solution for error pages 20 years ago
MANIFEST.SKIP Do not pack the git repository 17 years ago
Makefile.PL Event is no longer used 17 years ago
README.txt Update instructions to match latest installer settings. 17 years ago
about.pl removing Date::Manip 17 years ago
check_sysprefs.pl Bit more comments 17 years ago
edithelp.pl Bugfix for help editor 17 years ago
help.pl fixing help feature with new template structure 17 years ago
install-CPAN.pl BUGFIX: need to create authors/id if CPAN is unused 17 years ago
kohaversion.pl Updating to .0014 Mason had updated to .0013 but an unapplied patch from Galen already did that 17 years ago
mainpage.pl Perltidy mainpage.pl 17 years ago
rewrite-config.PL Move many files to more FHS-like paths 17 years ago

README.txt

Koha - award-winning GPL Integrated Library System

Koha aims to be a full-featured Integrated Library System. Developed
initially in New Zealand by Katipo Communications Ltd and first deployed
in January of 2000 for Horowhenua Library Trust, it is currently
maintained by a team of software providers and library technology staff
from around the globe.


STRUCTURE
=========

Koha 3.0 has been restructured from Koha 2.2 to use Zebra,
a high-performance, general-purpose structured text indexing and
retrieval engine. Zebra speaks Z39.50, building on one of Koha's most
useful features.

General library data is held in MySQL, and Koha 3.0 supports MySQL 5,
using foreign keys and other recent features.

Apache 2 is the recommended web server and VirtualHost configuration
files are generated for it.


INSTALLATION
============

Koha 3.0 comes with a new installer, based on MakeMaker, the tool that
is usually used to install CPAN modules. This means that if you know
how to customise CPAN-installed modules, the same