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.
 
 
 
 
 
 
Joshua Ferraro b6399e62c1 adding back patron images upload, no idea why it was removed 17 years ago
C4 adding result_number to opac and staff search 17 years ago
acqui bugfix : we need to give the booksellerid to the biblio search 17 years ago
admin bugfix: correct class sort rule not selected when editing class source 17 years ago
authorities bugfix: prevent crash when displaying authority record leader 17 years ago
biblios biblios integration: added MARC bib add and replace services 17 years ago
catalogue adding flags for some advanced search features 17 years ago
cataloguing bugfix : don't show previously entered values again after saving an item 17 years ago
circ Adding calendar widget to circulation/stickyduedate 17 years ago
etc fixing limit by availability, using nifty _ALLRECORDS in Zebra 17 years ago
installer removing item-level repeatability 17 years ago
koha-tmpl adding back patron images upload, no idea why it was removed 17 years ago
labels misc labels fixes 17 years ago
members Bugfixing interface issues. Also enabling contextual menu highlighting for catalogue detail pages. 17 years ago
misc fixing limit by availability, using nifty _ALLRECORDS in Zebra 17 years ago
opac searchdesc improvements, more opac fixes 17 years ago
reports Adding a missing comma. Still doesn't work, though (Bug 1562). 17 years ago
reserve Adding a system pref so you can stop users from reserving items that dont belong at their branch 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 numberingpattern was disimissed when editing a subscription 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 LDAP test and example LDIF file. 17 years ago
tmp/modified_authorities changing DO_NOT_REMOVE to README.txt 17 years ago
tools adding back patron images upload, no idea why it was removed 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 Updated name following email from Joshua Ferraro about ZOOM VERSION String 17 years ago
README.txt Updated README.txt to include more PostgreSQL notes 17 years ago
about.pl adding 2 deps to export biblios in dc format 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 database changes for xisbn support 17 years ago
mainpage.pl Perltidy mainpage.pl 17 years ago
rewrite-config.PL Corrected bad pathing for default Perl base dir. Default now matches Debian Perl. 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