X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=README;h=9af4255f42cb55e7a86a5e764fb3b521a1d94329;hp=9fe345e46cec6b20db07d6de37c83011c536fdbd;hb=6c5467571389a21c91196ce1608945633c1cf92a;hpb=fc3500eeca332014b8551501eebd278491deae38 diff --git a/README b/README index 9fe345e..9af4255 100644 --- a/README +++ b/README @@ -1,16 +1,42 @@ -Copyright (C) 1995-2001, Index Data ApS. -See the file LICENSE.zebra for details. +Zebra server, + Copyright (C) 1994-2011 Index Data ApS -README for Zebra - $Id: README,v 1.5 2001-02-21 11:23:17 adam Exp $ +Introduction +------------ +Zebra is a high-performance, general-purpose structured text indexing +and retrieval engine. It reads structured records in a variety of input +formats (eg. email, XML, MARC) and allows access to them through exact +boolean search expressions and relevance-ranked free-text queries. -Documentation about this software can be found in the subdirectory -'doc' and Zebra's home page: http://www.indexdata.dk/zebra/ +Documentation +------------- +You'll find documentation in subdirectory 'doc' in various +formats (HTML, Docbook XML). You can also browse the +documentation from the zebra home page. -To get more information or assistance, send mail to zebra-help@indexdata.dk. +Installation +------------ +Install YAZ. Optional external packages: Tcl, iconv, EXPAT, libxml2 +and libxslt1. + +Quick compile and install: + ./configure + make + make install + +For detailed instructions and Windows installation refer to +the documentation. + +License +------- +Zebra is covered by the GNU GPL v2. See LICENSE.zebra. + +Support +------ +To get more information or assistance, send mail to info@indexdata.dk We maintain a mailing-list for the purpose of announcing new versions of -the software, bug-reports, discussion etc. You can sign up by sending -mail to zebra-request@indexdata.dk and include the following command -in your email: - subscribe zebra-l +the software, bug-reports, discussion etc. You can sign up at the URL +http://lists.indexdata.dk/cgi-bin/mailman/listinfo/zebralist + +