- Can I get an RDF site summary of the Reader?
- Want the latest articles on your blog, journal, or news gathering device? Use the RSS (XML RSS) headline feed.
- Django Twitter tag and RSS object
- I wanted to embed my twitter feed into my Django blog, and didn’t see any simple RSS readers for Python that did what I wanted.
- feedgenerator potentially improved
- There’s an accepted fix in the Django ticket system that will make this hack unnecessary.
- Fixing Django’s feed generator without hacking Django
- It looks like it’s going to be a while before the RSS feed generator in Django is going to get fixed, so I looked into subclassing as a way of getting a working guid in my Django RSS feeds.
- No more Twitter on masthead
- Yes, my Twitter feed is off of the masthead, due to the lack of an easy RSS feed.
- Using ETag and If-Modified-Since
- In the article on grabbing an RSS feed, I mentioned that if you’re grabbing a feed more than once a day, you should pay attention to the ETag and the If-Modified-Since headers. Here’s how to do that.
- What is RSS?
- Negative Space provides several RSS feeds to notify you when there is new information available here.
- Why I still use RSS
- I still use RSS because connections regularly fail, especially to Twitter.