Blogging Roller
Dave Johnson on blogging, open source and Java
Dave Johnson on blogging, open source and Java
Above: a random selection of photos from my Flickr photo-stream.
I still owe you a write-up of the Roller linkback implementation. I'll get around to that when I get around to finishing it. I'm way too busy with other things to work on linkbacks right now, but I have been giving it some thought.
The linkback feedback problem is a bit of a challenge. I think the only way around it is to use RSS autodiscovery to find the referer's RSS feed and then parse the referer's page title, excerpt, and permalink - as suggested by Sam Ruby. Since some refering weblogs and websites don't have RSS autodiscovery or even RSS feeds, some additional care is required. Here is my plan:
When a request comes in for a specific day or a specific weblog entry, Roller will parse the refering page.Tags: Blogging