Sha256: 52685c41a9b57884cebbcd691a3236a4b95301d5ef0affc657941130a9db8f17

Contents?: true

Size: 401 Bytes

Versions: 7

Compression:

Stored size: 401 Bytes

Contents

#
# Given that robots include (see robots.alf): 
#   - those whose name matches /[Bb]ot/ 
#   - those who request robots.txt
#
# Who are cheaters, that is, those who request robots.txt but are not
# named /[Bb]ot/ ?
# 
(minus \
  (project (restrict :combined, lambda{ path       =~ /robots.txt/ }), [:user_agent]),
  (project (restrict :combined, lambda{ user_agent =~ /[Bb]ot/     }), [:user_agent]))

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
alf-0.12.2 examples/logs/robots-cheating.alf
alf-0.12.1 examples/logs/robots-cheating.alf
alf-0.12.0 examples/logs/robots-cheating.alf
alf-0.11.1 examples/logs/robots-cheating.alf
alf-0.11.0 examples/logs/robots-cheating.alf
alf-0.10.1 examples/logs/robots-cheating.alf
alf-0.10.0 examples/logs/robots-cheating.alf