From d42bbf36375f6264ec27fe08db0fdc4932a9d715 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 6 Aug 2004 09:24:38 +0000 Subject: [PATCH] More comments --- NEWS | 11 +---------- examples/gils/zebra.cfg | 7 ++++--- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/NEWS b/NEWS index a50a492..81cc617 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,5 @@ -Remove isamd. It's not been in use for a long time and isamb is better -in most cases. - -Change SYSNO to be zint. Change pointers in isamc and isamb to zint. -Change block number in bfile/cfile to zint. zint is a long integer -(64-bit). This change practially removes register limits for Zebra. - -Implement int-list encoding for ISAMs. +Update zebra.nsi to NSIS 2. Added a new 'cut' directive to charmaps (.chr files) which specifies that only characters after the cutting char should be indexed. @@ -29,8 +22,6 @@ Added grs.danbib filter - for Danish Bibliographic Centre. Rename CHANGELOG to NEWS. ---- 1.3.16 2004/03/29 - For text filter, return only header if elementSetName=H . elementSetName=R returns contents only. Other elementSetName returns both header+content. diff --git a/examples/gils/zebra.cfg b/examples/gils/zebra.cfg index cc54678..a07e45d 100644 --- a/examples/gils/zebra.cfg +++ b/examples/gils/zebra.cfg @@ -1,5 +1,5 @@ # Simple Zebra configuration file -# $Id: zebra.cfg,v 1.3 2004-08-04 08:35:23 adam Exp $ +# $Id: zebra.cfg,v 1.2.2.1 2004-08-06 09:24:38 adam Exp $ # # Where the schema files, attribute files, etc are located. profilePath: ../../tab @@ -10,6 +10,7 @@ attset: gils.att attset: explain.att recordtype: grs.sgml -isam: c +isam: b + +recordId: file -#recordId: (bib-1,identifier-standard) -- 1.7.10.4