# Referer regular expressions (Perl syntax) # Do not edit this file, it will be overwritten at installation! # Put custom regular expressions into ~/.snowlog/referers.regexp. # See the wonderful manpage for details. # # Google \.google\..*q=(?!cache:)(.*?)& Google: $1 \.google\..*q=(?!cache:)(.*?)$ Google: $1 \.google\..*q=cache:.*:.*?\+(.*?)& Google cache: $1 images\.google\..*q=(.*?)& Google images: $1 # groups\.google\. Google groups # fm freshmeat\..*\/search.*q=(.*?)& Freshmeat: $1 # Altavists \.altavista\..*results.*q=(.*?)& Altavista: $1 # Yahoo \.yahoo\..*[\?&]p=(.*?)(?:$|&) Yahoo: $1 # MSN search.msn.*[\?&]q=(.*?)(?:$|&) MSN: $1 # Fireball suche\.fireball\.de.*query=(.*?)& Fireball: $1 # Lycos lycos.*query=(.*?)& Lycos: $1 # Ask \.ask\..*\?q=(.*?)& Ask: $1 # AOL \.aol\..*[\?&](?:query|q)=(.*?)(?:&|$) AOL: $1 # Alltheweb alltheweb.*q=(.*?)& Alltheweb: $1 # Web.de \.web\.de.*[\?&]su=(.*?)(?:$|&) Web.de: $1 # Generic search engine matching ^http:\/\/(.*?)\/.*(?:)(?:\?|&)(?:k|p|q|qs|query|search)=(.*?)(?:$|&) Generic ($1): $2