rss: March 2006 Archives

The Moodgeist URL-s and feeds

| | Comments (0)

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.

About this Archive

This page is a archive of entries in the rss category from March 2006.

Find recent content on the main index or look in the archives to find all content.

rss: March 2006: Monthly Archives

Powered by Movable Type 4.01