From 0f7364db455d942ff565299e56309be95b88c1b4 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Wed, 24 Apr 1996 13:34:19 +0000 Subject: [PATCH] Refinements. --- tab/nwi.flt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tab/nwi.flt b/tab/nwi.flt index 6e28922..fdb9fd2 100644 --- a/tab/nwi.flt +++ b/tab/nwi.flt @@ -1,11 +1,15 @@ # # Input-filter for the Nordic Web Index record syntax. Output is 'gils-like'. # -# $Id: nwi.flt,v 1.1 1996-02-28 16:47:43 quinn Exp $ +# $Id: nwi.flt,v 1.2 1996-04-24 13:34:19 quinn Exp $ # BEGIN { begin record gils } +# Ignore meta tags + +/.*$/ {} + / */ BODY /$/ { data -element title $1 } / */ BODY /$/ { data -element dateOfLastModification $1 } -- 1.7.10.4