The Artima Developer Community
Sponsored Link

Python Buzz Forum
Experiment: constructing blogrolls from RSS

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Phillip Pearson

Posts: 1083
Nickname: myelin
Registered: Aug, 2003

Phillip Pearson is a Python hacker from New Zealand
Experiment: constructing blogrolls from RSS Posted: Sep 5, 2003 6:36 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Phillip Pearson.
Original Post: Experiment: constructing blogrolls from RSS
Feed Title: Second p0st
Feed URL: http://www.myelin.co.nz/post/rss.xml
Feed Description: Tech notes and web hackery from the guy that brought you bzero, Python Community Server, the Blogging Ecosystem and the Internet Topic Exchange
Latest Python Buzz Posts
Latest Python Buzz Posts by Phillip Pearson
Latest Posts From Second p0st

Advertisement
It seems that at least one person wants a blogroll tool that will display all their stuff together.

Here's a thought experiment: consider that a blogroll is a list of lists of links.

An RSS feed (or any of the various other types of feed) is a list of links, with extras (post contents, etc). So is the output from your news aggregator. In fact, the Topic Exchange, if you consider it as an aggregator, has an RSS feed which is exactly this.

So, we can make a blogroll out of lots of RSS feeds.

The code isn't difficult (as long as we use Mark Pilgrim's feed parser), so I've hacked up an example. Here it is:

    feed combiner

Some examples:

- the first 5 items from this blog and two others.

- the recent Topic Exchange posts.

- the 5 most recent comments on my blog, and also the recent Scripting News headlines.

Any service that outputs any of the current syndication formats will plug into this. So, if you want to see how your output will look when you put it inside your blogroll, try it out here.

I've included the code for a standalone version, so if you want to run it on your blog, grab that rather than calling my service, which is a bit slow at the moment and thus easily overloaded.

Comment

Read: Experiment: constructing blogrolls from RSS

Topic: Archetypes 1.0.1 Released Previous Topic   Next Topic Topic: Two ways to find things out

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use