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.
 
 
 
 
 
 
Chris Cormack 154a01077a Bugfix for help editor 16 years ago
C4 Som reorganization and recommiting memberentrygen.tmpl 16 years ago
acqui Re-adding the link to the spent budget breakdown 16 years ago
admin Continuing to add resident search form and breakcrumbs. Markup cleanup all around. 16 years ago
authorities fixed to work with addbiblio. 17 years ago
catalogue pagination did not work anymore : we stepped only 1 record by 1 record. fixes the problem 17 years ago
cataloguing BUGFIX : repeated fields where merged on biblio update 16 years ago
circ Fix to get selectbranchandprinter working fine with the Session 16 years ago
etc Move many files to more FHS-like paths 16 years ago
installer Major change switching Koha record ID from field 090 to 999. 090 is now for 16 years ago
koha-tmpl Bugfix for help editor 16 years ago
labels commenting Smart::Comments 16 years ago
localfile/modified_authorities synch'ing 2.2 and head 19 years ago
members Som reorganization and recommiting memberentrygen.tmpl 16 years ago
misc BUGFIXES : 3 (marc_biblio, check biblionumber, ModMarcBiblio API) 16 years ago
opac new virtual shelves changes, keyed by biblionumber 17 years ago
reports Modifications to ensure XHTML compliance; Adding breadcrumbs and global search 16 years ago
reserve add control of 'return date' if it 's a special or repeatable holidays , and return a right return date 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 - Lots of markup corrections, in scripts and templates, for XHTML compliance 16 years ago
suggestion functions that were in C4::Interface::CGI::Output are now in C4::Output. 17 years ago
t Test for C4::Branch 16 years ago
tools removing old barcodes, itemsLabelConfig, and printerConfig 17 years ago
updater BUGBIX : this line has nothing to do here 16 years ago
virtualshelves new virtual shelves changes, keyed by biblionumber 17 years ago
.htaccess Solution for error pages 20 years ago
MANIFEST.SKIP Do not pack the git repository 16 years ago
Makefile.PL Move many files to more FHS-like paths 16 years ago
README.txt Update instructions to match latest installer settings. 16 years ago
about.pl removing Date::Manip 16 years ago
edithelp.pl Bugfix for help editor 16 years ago
help.pl fixing help feature with new template structure 16 years ago
install-CPAN.pl BUGFIX: need to create authors/id if CPAN is unused 16 years ago
kohaversion.pl changing Session table structure (due to CGI::Sessions) 17 years ago
mainpage.pl Perltidy mainpage.pl 17 years ago
rewrite-config.PL Move many files to more FHS-like paths 16 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