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.
 
 
 
 
 
 
Mason James e496332255 adding CGI::Carp handling handle_errors() sub to top of Context.pm 17 years ago
C4 adding CGI::Carp handling handle_errors() sub to top of Context.pm 17 years ago
acqui acquisition, parcel recieve : Changing column order & title and adding totals 17 years ago
admin IMPROVEMENT : reintroducing stopwords management 17 years ago
authorities fixed to work with addbiblio. 17 years ago
catalogue BUGFIX for 1309 (displayXXX in Koha.pm) 17 years ago
cataloguing BUGFIX : create a unique div for each subfield 17 years ago
circ A couple more tweaks to member entry form. Still unfinished: inline CSS will have to be generalized and moved to external stylesheet. Trying some changes to circ page, including moving patron info into sidebar, consolidating messages and warnings. Also unfinished! 17 years ago
etc Move many files to more FHS-like paths 17 years ago
installer FIX for 1298 : removing hardcoded calls to mySQL, Perl, zebra & yaz-client 17 years ago
koha-tmpl Fix for hardcoded borrowernumber in this template 17 years ago
labels commenting Smart::Comments 17 years ago
localfile/modified_authorities synch'ing 2.2 and head 19 years ago
members Some changes to members pages: - refining members-menu.inc - cleaning up memberentrygen.tmpl - some tweaks to moremember.tmpl - adding borrowernumber variable output to member-password.pl 17 years ago
misc BUGFIX : NoZebra indexing was wrong for accented words 17 years ago
opac BUGFIX : updating opac-logout to deal with CGI::Sessions 17 years ago
reports moving itemslost to reports from tools 17 years ago
reserve Various random noodlings: - Visual changes to circ, detail, request, and member pages. Fixed checkouts/reserves tabs on circulation.tmpl. Moved new form-layout CSS into staff-global.css and generalized it for wider use. Refined patron details sidebar for use on circulation.tmpl 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 18 years ago
serials bug IPT176 :Once more. 17 years ago
suggestion functions that were in C4::Interface::CGI::Output are now in C4::Output. 17 years ago
t Test for C4::Branch 17 years ago
tools moving itemslost to reports from tools 17 years ago
updater Applying the fix for bug 1416 from paul 17 years ago
virtualshelves new virtual shelves changes, keyed by biblionumber 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 perl package checking 17 years ago
README.txt Update instructions to match latest installer settings. 17 years ago
about.pl removing Date::Manip 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 Applying the fix for bug 1416 from paul 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