Sha256: 2abbaf1373501cf394c0076951ca7ff7261bea48bccb8d4771d0b9a2597c9b25

Contents?: true

Size: 262 Bytes

Versions: 7

Compression:

Stored size: 262 Bytes

Contents

#
# Give the names of user agent that look like robots. This includes: 
#   - those whose name matches /[Bb]ot/ 
#   - those who request robots.txt
# 
(project \
  (restrict :combined, lambda{ user_agent =~ /[Bb]ot/ or path =~ /robots.txt/ }), 
  [:user_agent])

Version data entries

7 entries across 7 versions & 1 rubygems

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