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 Nighswonger b310be2bab Win32 support: Adding a script to modify shebang lines per installation platfom. 17 years ago
C4 installer: location of koha-conf.xml 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: fixed problem in MARC21 biblio record.abs 17 years ago
installer web installer: improve DB permissions check 17 years ago
koha-tmpl installer: location of koha-conf.xml 17 years ago
labels labels subdir - Dates.pm integration and warnings fixes. 17 years ago
members installer: location of koha-conf.xml 17 years ago
misc installer: command-line scripts improve finding C4 modules 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: fixed chown invocation; added skel for KOHA_LOG_DIR 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 Win32 support: Moved shebang sub to separate script to be called in pl_files 17 years ago
README.txt installer: fixed default location of koha-conf.xml in README 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
fix-perl-path.PL Win32 support: Adding a script to modify shebang lines per installation platfom. 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 installer: fixed typo in version number 17 years ago
mainpage.pl Perltidy mainpage.pl 17 years ago
rewrite-config.PL installer: make rewrite-config.PL change only defined parameters 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