From: Mike Taylor Date: Mon, 6 Sep 2010 16:38:35 +0000 (+0100) Subject: New file dallas.rules, first example of an IRSpy rules file. X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=ca577700d86f44833ab7b5fb9fa3d146af107d8d;hp=7cfd357a4adad76aa368d2198f3756c83e86a708 New file dallas.rules, first example of an IRSpy rules file. Include documentation of format, explained as comments. --- diff --git a/etc/dallas.rules b/etc/dallas.rules new file mode 100644 index 0000000..e0c64e0 --- /dev/null +++ b/etc/dallas.rules @@ -0,0 +1,29 @@ +# Format of IRSpy rules files: +# +# Hash characters (#) introduced comments, which are ignored +# Trailing whitespace is ignored +# Blank lines (i.e. including those consisting only of whitespace +# and/or comments) are ignored +# +# All other lines consist of four fields: +# ~ // +# If the value of matches the regular expression , then +# the action is executed. +# +# may take the values: +# id -- Impementation ID of server +# name -- Impementation name of server +# version -- Impementation version of server +# +# ~ is a literal tilde, indicating regular expression matching. It is +# required, although redundant, to allow for future expansion that +# uses other operators such as >= for version numbers. +# +# /regexp/ is a Perl regular expression, which may optionally be +# enclosed in forward slashes. +# +# may be any of the following +# skip -- do not attempt the named test +# ### More to come + +name ~ /Polaris/ skip Search::CQL