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.
 
 
 
 
 
 
Ryan Higgins 1a91801b06 Add Staff member type. Add permissions checks for bug# 1269 17 years ago
C4 Add Staff member type. Add permissions checks for bug# 1269 17 years ago
acqui Another fix for But 1165. All taken care of now, I hope. 17 years ago
admin bug 1570: return to same tab if cancelling preference edit 17 years ago
authorities bugfix: prevent crash when displaying authority record leader 17 years ago
catalogue Bug Fixing : NZsearch 17 years ago
cataloguing bugfix : don't show previously entered values again after saving an item 17 years ago
circ Attempting to pretty up confirmations and messages in returns; Adding some variables to the template output; Fixing layout in circulation.tmpl for patrons without messages; Minor correction to OPAC css. 17 years ago
etc Some changes to unimarc record.abs 17 years ago
installer adding userflag to allow modification of staff borrowers. 17 years ago
koha-tmpl Add Staff member type. Add permissions checks for bug# 1269 17 years ago
labels HTML::Template => HTML::Template::Pro 17 years ago
members Add Staff member type. Add permissions checks for bug# 1269 17 years ago
misc warn on attempts to add duplicate item barcodes during batch import 17 years ago
opac it appears that hidelostitems can be true here and not set to 1 in syspref 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
svc renamed 'biblios' directory for webservices to 'svc' 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 warn on attempts to add duplicate item barcodes during batch import 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 bumped up MARC Perl module requirements 17 years ago
README.txt small fix in README.txt 17 years ago
about.pl Adding Biblio::EndNote dep 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 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 adding userflag to allow modification of staff borrowers. 17 years ago
mainpage.pl Perltidy mainpage.pl 17 years ago
rewrite-config.PL Second try: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