Allow to NSIS build without html doc (but warn about it)
[idzebra-moved-to-github.git] / README
1 Zebra server,
2  Copyright (C) 1994-2014 Index Data
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 (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, EXPAT, libxml2
20 and libxslt1. 
21
22 Quick compile and install:
23   ./configure
24   make
25   make install
26
27 For detailed instructions and Windows installation refer to
28 the documentation.
29
30 License
31 -------
32 Zebra is covered by the GNU GPL v2. See LICENSE.zebra.
33
34 Support
35 ------
36 To get more information or assistance, send mail to info@indexdata.dk
37
38 We maintain a mailing-list for the purpose of announcing new versions of
39 the software, bug-reports, discussion etc. You can sign up at the URL
40 http://lists.indexdata.dk/cgi-bin/mailman/listinfo/zebralist
41
42