Recently in rss Category
Here are the feeds and URL-s you can use with Moodgeist to retrieve the data. Some people would also call it the “Moodgeist API”, but API is a bit of a fancy word for a few simple URL-s, so we just call them URL-s and feeds.
Quick start
First off, if you’re a nerd and want to get going quickly then here are the feeds in regexp format, straight from the config. Split on multiple lines for layout — each expression actually spans two lines.
'^/do/view/latest/((?P<count>(10|50|100))/)?
((?P<language>[a-zA-Z][a-zA-Z0-9-]+)/)?$'
'^/do/view/latestcompact/((?P<count>(10|50|100))/)?
((?P<language>[a-zA-Z][a-zA-Z0-9-]+)/)?$'
'^/do/view/latestfeed/((?P<count>(10|50|100))/)?
((?P<language>[a-zA-Z][a-zA-Z0-9-]+)/)?$'
'^/do/view/keywords/((?P<count>(10|50|100))/)?
((?P<language>[a-zA-Z][a-zA-Z0-9-]+)/)?$'
'^/do/view/keywordscompact/((?P<count>(10|50|100))/)?
((?P<language>[a-zA-Z][a-zA-Z0-9-]+)/)?$',
'^/do/view/keyword/((?P<count>(10|50|100))/)?
((?P<language>[a-zA-Z][a-zA-Z0-9-]+)/)?(?P<keyword>.+)/$'
'^/do/view/keywordfeed/((?P<count>(10|50|100))/)?
((?P<language>[a-zA-Z][a-zA-Z0-9-]+)/)?(?P<keyword>.+)/$'
Ehrm… WHAT? Ok, here’s the English version.
Continue reading The Moodgeist URL-s and feeds.
