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 d9f63f51d2 Bit more comments 16 years ago
C4 Fix for bug 1456 16 years ago
acqui Patch from Joe Atzberger to remove $Id$ and $Log$ from scripts 16 years ago
admin moving some systemprefs to their correct tab 16 years ago
authorities Patch from Joe Atzberger to remove $Id$ and $Log$ from scripts 16 years ago
catalogue fixes to moredetail.pl to allow status editing using updateitem.pl 16 years ago
cataloguing fix another parentheses problem 16 years ago
circ Fix for bug 1456 16 years ago
etc improvements to zebra configuration files 16 years ago
installer added dropdown for classification source for addbiblio and additem 16 years ago
koha-tmpl Fixing and refining toolbars, including fixes for Bug 1509. 16 years ago
labels FIX for Date calculation 16 years ago
members Fixing and refining toolbars, including fixes for Bug 1509. 16 years ago
misc french translation, updated 16 years ago
opac Ordering items on holdingbranch for ISBD. 16 years ago
reports Patch from Joe Atzberger to remove $Id$ and $Log$ from scripts 16 years ago
reserve Patch from Joe Atzberger to remove $Id$ and $Log$ from scripts 16 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 Patch from Joe Atzberger to remove $Id$ and $Log$ from scripts 16 years ago
suggestion Patch from Joe Atzberger to remove $Id$ and $Log$ from scripts 16 years ago
t Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 16 years ago
tmp/modified_authorities changing DO_NOT_REMOVE to README.txt 16 years ago
tools fixing koha-news bugs 1508 16 years ago
updater fixing typo in updatedatabase 16 years ago
virtualshelves Patch from Joe Atzberger to remove $Id$ and $Log$ from scripts 16 years ago
.htaccess Solution for error pages 20 years ago
MANIFEST.SKIP Do not pack the git repository 16 years ago
Makefile.PL BUGFIX: Handle etc/zebradb tree 16 years ago
README.txt Update instructions to match latest installer settings. 16 years ago
about.pl removing Date::Manip 16 years ago
check_sysprefs.pl Bit more comments 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 bump up version number 16 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