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.
 
 
 
 
 
 
Galen Charlton 0f5fa1bf2d installer: further moves of zebra configuration files 17 years ago
C4 Fix for bug 1648, specifying a due date resulted in a blank due date 17 years ago
acqui basket.pl - conditionalized w/ $debug 3 warnings that would otherwise fire every time! 17 years ago
admin cleanup in memberentry,categories. 17 years ago
authorities authorities result lists where badly paged. 17 years ago
catalogue revert to sql in updateitem.pl 17 years ago
cataloguing BiblioAddAuthorities : adding "" in search term, in case there is a () 17 years ago
circ Fix for bug 1648, specifying a due date resulted in a blank due date 17 years ago
etc installer: further moves of zebra configuration files 17 years ago
installer 952$y/itemtype was hidden by default, fixed 17 years ago
koha-tmpl Fix for bug 1648, specifying a due date resulted in a blank due date 17 years ago
labels labels subdir - Dates.pm integration and warnings fixes. 17 years ago
members script to update child to other member-catergory. 17 years ago
misc updated MARC21 indexes, with authorites too. v2 17 years ago
opac adding collection-code description lookup. 17 years ago
reports removing some unnecessary lines 17 years ago
reserve cleanup of admin/ after Dates integration 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 reintroducing lateissues-excel 17 years ago
skel installer: created skel directory 17 years ago
sms adding SMS stuff so we don't forget about it 17 years ago
suggestion removing useless code 17 years ago
svc bib_profile web svc: report biblioitems.itemtype subfield as non-mandatory 17 years ago
t rename ldap test file 17 years ago
tmp/modified_authorities changing DO_NOT_REMOVE to README.txt 17 years ago
tools cleanup of letter.pl, 'my's need to be there 17 years ago
virtualshelves reserve and virtualshelves (leftovers) - Dates.pm integration and warnings fixes. 17 years ago
.htaccess Solution for error pages 20 years ago
MANIFEST.SKIP Do not pack the git repository 17 years ago
Makefile.PL installer: created skel directory 17 years ago
README.txt small fix in README.txt 17 years ago
about.pl Adding Text::CSV_XS dependancy 17 years ago
changelanguage.pl Searching Patch 1: fixing searching in 3.0 17 years ago
check_sysprefs.pl Bit more comments 17 years ago
edithelp.pl Bugfix for help editor 17 years ago
help.pl HTML::Template => HTML::Template::Pro 17 years ago
install-CPAN.pl BUGFIX: need to create authors/id if CPAN is unused 17 years ago
kohaversion.pl bugfix: restore setting classification source by dropdown 17 years ago
mainpage.pl Perltidy mainpage.pl 17 years ago
rewrite-config.PL installer: further moves of zebra configuration files 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