Script to generate an RSS feed for LingBuzz.
Runs regularly on my server and is cached by FeedBurner at http://feeds.feedburner.com/LingBuzz. This also powers the LingBuzz twitter account.
- The feed excludes external listings shown on the website (ROA + Semantics Archive). Semantics Archive already has its own RSS feed.
- If you like this feed, you probably would also enjoy my better Linguist List RSS feeds.
node lingbuzzrss.js
Runs using Node. Requires async
, request
, cheerio
, and rss
packages, which are all available on NPM.