Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion lib/split/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ def bots
'msnbot' => 'Microsoft bot',
'bingbot' => 'Microsoft bing bot',
'rogerbot' => 'SeoMoz spider',
'PaperLiBot' => 'PaperLi is another content curation service',
'Slurp' => 'Yahoo spider',
'Sogou' => 'Chinese search engine',
'spider' => 'generic web spider',
'UnwindFetchor' => 'Gnip crawler'
'WordPress' => 'WordPress spider',
'ZIBB' => 'ZIBB spider',
'YandexBot' => 'Yandex spider',
'ZIBB' => 'ZIBB spider',

# HTTP libraries
'Apache-HttpClient' => 'Java http library',
Expand All @@ -57,13 +59,15 @@ def bots
# URL expanders / previewers
'awe.sm' => 'Awe.sm URL expander',
'bitlybot' => 'bit.ly bot',
'bot@linkfluence.net' => 'Linkfluence bot',
'facebookexternalhit' => 'facebook bot',
'Feedfetcher-Google' => 'Google Feedfetcher',
'https://developers.google.com/+/web/snippet' => 'Google+ Snippet Fetcher',
'LongURL' => 'URL expander service',
'NING' => 'NING - Yet Another Twitter Swarmer',
'redditbot' => 'Reddit Bot',
'ShortLinkTranslate' => 'Link shortener',
'TweetmemeBot' => 'TweetMeMe Crawler',
'Twitterbot' => 'Twitter URL expander',
'UnwindFetch' => 'Gnip URL expander',
'vkShare' => 'VKontake Sharer',
Expand Down