From: Adam Dickmeiss Date: Fri, 15 Dec 1995 16:20:22 +0000 (+0000) Subject: Added a few sample filters. X-Git-Tag: ZEBRA.1.0~581 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=9c20ae54377da219cda359888e0d69aea6b42a52;p=idzebra-moved-to-github.git Added a few sample filters. --- diff --git a/tab/news.flt b/tab/news.flt new file mode 100644 index 0000000..680c632 --- /dev/null +++ b/tab/news.flt @@ -0,0 +1,6 @@ +# $Id: news.flt,v 1.1 1995-12-15 16:20:22 adam Exp $ +%tagset wais +\nFrom: .* {b name p $1 e} +\nSubject: .* {b title p $1 e} +\nDate: .* {b dateOfLastModification p $1 e} +\n\n (\n|.)* {b Body p $1 e} diff --git a/tab/sgml.flt b/tab/sgml.flt new file mode 100644 index 0000000..7b0a156 --- /dev/null +++ b/tab/sgml.flt @@ -0,0 +1,5 @@ +# $Id: sgml.flt,v 1.1 1995-12-15 16:20:23 adam Exp $ +%tagset gils +\n*< [^>]+ >\n* {b $1} +\n*]* >\n* {e} +[ \n\t]+ {p { }}