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 f63ce1168b More interface changes for circulation: Further tweaking of circ warning dialog, formatting patron selection form, adding 'focus' class to patron selection select list. 17 years ago
C4 Enabling AutoComplete on resident circ search form. Putting dependent YUI files into doc-head-close.inc along with button/menu-related YUI js and css. Moving menu.css, button.css, and dependent graphics into lib/yui. Removing "yui-skin-sam" class from body tags and altering css accordingly. 17 years ago
acqui removing useless code 17 years ago
admin fixed bookfund modify code 17 years ago
authorities authority ordering in cataloguing / search authority 17 years ago
catalogue bugfix: bib delete button now working in catalogue bib display 17 years ago
cataloguing call to plugins didnot work. 17 years ago
circ Standardizing information shown in sidebar when patron-related pages are displayed (making sure address, phone, email variables are available to all templates). Adding tabs to account-related pages as means of section navigation. 17 years ago
etc fixes to enable truncation to play nicely with 17 years ago
installer item-level itemtypes issuingrules require some testing. 17 years ago
koha-tmpl More interface changes for circulation: Further tweaking of circ warning dialog, formatting patron selection form, adding 'focus' class to patron selection select list. 17 years ago
labels removing useless code 17 years ago
members Standardizing information shown in sidebar when patron-related pages are displayed (making sure address, phone, email variables are available to all templates). Adding tabs to account-related pages as means of section navigation. 17 years ago
misc bump to 3.00.00.017 : adding columns to zebraqueue 17 years ago
opac fixing buildQuery call to new API 17 years ago
reports Fix to make the template translatable, bug 1528, and fix for 1529 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 Managing Independant branches. 17 years ago
sms adding SMS stuff so we don't forget about it 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 fixing export tool to export iso2709 correctly 17 years ago
updater set DB rev to 020 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 updating install dependancies 17 years ago
README.txt Update instructions to match latest installer settings. 17 years ago
about.pl removing Date::Manip 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 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 set DB rev to 020 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