Book Image

Koha 3 Library Management System

Book Image

Koha 3 Library Management System

Overview of this book

Koha is the first full-featured open source library management system that is widely used for efficiently managing libraries. However, setting up and maintaining Koha is no walk in the park. It is not as straightforward as setting up the other popular LAMP applications.This practical guide provides all the essential information that is needed to make the task of installing and configuring Koha really seem simple and easy. It demonstrates how to set up Koha and its various aspects – installation, configuration, application administration, and data migration. It also covers troubleshooting, software maintenance, software customization, and other advanced topics.The book starts with installing and configuring the LAMP stack and the Koha application to meet your needs. It then goes deeper into setting up various rules and configuring settings for Koha. It also covers data migration of catalog records, software maintenance, and customization of the application. Chapters are also dedicated to providing an insight into advanced topics such as LDAP integration and Internationalization. Filled with numerous code samples and screenshots, this book will tour you through setting up Koha for evaluation or test purposes. It also includes loads of tips for troubleshooting and maintenance activities. By the end of this book, you will have gained the knowledge to get the most out of your Koha installation.
Table of Contents (19 chapters)
Koha 3 Library Management System
Credits
About the Authors
About the Reviewers
Preface
Index

Configuring styling and appearance


In this section we will learn about preferences that control the styling and appearance—colors, fonts, font size, or background image of the Koha OPAC and its staff client.

Most libraries certainly want their OPAC to have a polished look, but it might be worth doing up staff client as well, as the default staff client pages are very plain.

Koha has several system preferences that control styling and appearance, with more options for the OPAC and fewer for the staff client.

These preferences related to:

  • Themes or templates: These are a broad set of elements - style sheets, JavaScript programs, or header and footer programs – that control not just styling and appearance but also the behavior of the screens.

  • Stylesheets: Stylesheets are CSS files, and in some cases XSLT files that relate to a narrower set of styling and appearance elements—font, color, font size, or background images.

To use these preferences effectively you will need some HTML and CSS skills...