Fix year
[idzebra-moved-to-github.git] / README
1 Zebra server,
2  Copyright (c) 1995-2006, Index Data ApS
3
4 Introduction
5 ------------
6 Zebra is a high-performance, general-purpose structured text indexing
7 and retrieval engine. It reads structured records in a variety of input
8 formats (eg. email, XML, MARC) and allows access to them through exact
9 boolean search expressions and relevance-ranked free-text queries. 
10
11 Documentation
12 -------------
13 You'll find documentation in subdirectory 'doc' in various
14 formats (PDF, HTML, Docbook XML). You can also browse the
15 documentation from the zebra home page.
16
17 Installation
18 ------------
19 Install YAZ. Optional external packages: Tcl, iconv and EXPAT.
20 Many Unices already have Tcl, iconv and EXPAT installed.
21 Quick compile and install:
22   ./configure
23   make
24   make install
25 For detailed instructions and Windows installation refer to
26 the documentation.
27
28 License
29 -------
30 Zebra is covered by the GNU GPL v2. See LICENSE.zebra.
31
32 Support
33 ------
34 To get more information or assistance, send mail to zebra-help@indexdata.dk
35
36 We maintain a mailing-list for the purpose of announcing new versions of
37 the software, bug-reports, discussion etc. You can sign up at the URL
38 http://www.indexdata.dk/mailman/listinfo/zebralist
39
40 $Id: README,v 1.20 2006-06-13 14:50:39 adam Exp $