+--- 1.3.1 2002/08/20
+
New .abs-directive "xpath" that takes one argument: "enable"
or "disable" to enable and disable XPATH -indexing. If no "xpath"
direcive is found in .abs-file , XPATH-indexing is disabled to ensure
Zebra TODO
-$Id: TODO,v 1.12 2002-07-25 13:06:43 adam Exp $
+$Id: TODO,v 1.13 2002-08-20 12:01:00 adam Exp $
-Make test scripts.
+More test scripts.
Handle free lists for isamb (possibly others).
dnl Zebra, Index Data Aps, 1995-2002
-dnl $Id: configure.in,v 1.39 2002-08-05 14:08:08 adam Exp $
+dnl $Id: configure.in,v 1.40 2002-08-20 12:01:00 adam Exp $
dnl
AC_INIT(include/zebraver.h)
-AM_INIT_AUTOMAKE(zebra,1.3.0)
+AM_INIT_AUTOMAKE(zebra,1.3.1)
dnl ------ Substitutions
AC_SUBST(TCL_INCLUDE)
AC_SUBST(TCL_LIB)
-/* $Id: zebraver.h,v 1.22 2002-08-02 19:26:55 adam Exp $
+/* $Id: zebraver.h,v 1.23 2002-08-20 12:01:00 adam Exp $
Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
Index Data Aps
#ifndef ZEBRAVER
-#define ZEBRAVER "1.3.0"
+#define ZEBRAVER "1.3.1"
#endif
#ifndef ZEBRADATE
-#define ZEBRADATE "$Date: 2002-08-02 19:26:55 $"
+#define ZEBRADATE "$Date: 2002-08-20 12:01:00 $"
#endif
-# Z'mbol/Zebra makefile for MS NMAKE
-# $Id: makefile,v 1.14 2002-08-05 20:05:07 adam Exp $
+# Zebra makefile for MS NMAKE
+# $Id: makefile,v 1.15 2002-08-20 12:01:00 adam Exp $
###########################################################
############### Parameters
###########################################################
# The current directory is supposed to be something like
# ..../Zebra/Win, everything is relative to that
-ROOTDIR=.. # The home of Z'mbol
+ROOTDIR=.. # The home of zebra
# YAZ include files, libraries, etc.
YAZDIR=$(ROOTDIR)\..\YAZ
-Compilation for Z'mbol on WIN32.
- $Id: readme.txt,v 1.1 1999-12-08 22:11:56 adam Exp $
+Compilation for Zebra on WIN32.
+ $Id: readme.txt,v 1.2 2002-08-20 12:01:00 adam Exp $
This software is shipped with MS nmake files. It has been tested
on Visual C++ 6, but should work with Visual C++ 5 as well.
Prerequesties:
- yaz - untar it at the same location as Z'mbol.
+ yaz - untar it at the same location as zebra.
Optional prerequesties:
- bzip2 - untar it at the same location as Z'mbol.
+ bzip2 - untar it at the same location as zebra.
Adjust the makefile as needed. Comments in the makefile itself
describe the most important settings.
The makefile (if un-modified) builds the following:
lib\zebra.lib a library with most modules
- bin\zmbolidx.exe the indexer utility
- bin\zmbolsrv.exe the Z39.50 server
+ bin\zebraidx.exe the indexer utility
+ bin\zebrasrv.exe the Z39.50 server