X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=README;h=48258a35fdf641ca8efb433ce7d197b6bd3d84c3;hp=db3c408c497bf4f0a9351cece7b64e1abd5edd16;hb=bad06dda453543b8dd716ee54e9b7cb2b015b6e5;hpb=49f1c8c877affdeb9e9221047c48beed3f475afb diff --git a/README b/README index db3c408..48258a3 100644 --- a/README +++ b/README @@ -1,16 +1,38 @@ -Copyright (C) 1995-1999, Index Data ApS. -See the file LICENSE.zebra for details. +Zebra server, + Copyright (c) 1995-2002, Index Data ApS -README for Zebra - $Id: README,v 1.3 1999-12-02 11:34:51 adam Exp $ +Introduction +------------ +Zebra is a search engine with a Z39.50 frontend. See home page +at http://www.indexdata.dk/zebra/ -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 (PDF, 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 and EXPAT. +Many Unices already have Tcl, iconv and EXPAT installed. +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 zebra-help@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://www.indexdata.dk/mailman/listinfo/zebralist + +$Id: README,v 1.15 2002-08-04 22:42:44 adam Exp $