More structured README
[idzebra-moved-to-github.git] / README
1 Zebra server,
2  Copyright (c) 1995-2002, Index Data ApS
3
4 Introduction
5 ------------
6 Zebra is a search engine with a Z39.50 frontend. See home page
7 at http://www.indexdata.dk/zebra/
8
9 Documentation
10 -------------
11 You'll find documentation in subdirectory 'doc' in various
12 formats (PDF, HTML, Docbook XML). You can also browse the
13 documentation from the zebra home page.
14
15 Installation
16 ------------
17 Install YAZ. Optional external packages: Tcl, iconv and EXPAT.
18 Many Unices already have Tcl, iconv and EXPAT installed.
19 Quick compile and install:
20   ./configure
21   make
22   make install
23 For detailed instructions and Windows installation refer to
24 the documentation.
25
26 License
27 -------
28 Zebra is covered by the GNU GPL v2. See LICENSE.zebra.
29
30 Support
31 ------
32 To get more information or assistance, send mail to zebra-help@indexdata.dk
33
34 We maintain a mailing-list for the purpose of announcing new versions of
35 the software, bug-reports, discussion etc. You can sign up at the URL
36 http://www.indexdata.dk/mailman/listinfo/zebralist
37
38 $Id: README,v 1.15 2002-08-04 22:42:44 adam Exp $