The Artima Developer Community
Sponsored Link

Agile Buzz Forum
SmallBlog RSS feed links don't work?

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
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
SmallBlog RSS feed links don't work? Posted: Jan 22, 2004 2:22 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: SmallBlog RSS feed links don't work?
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement
Actually, Smallblog RSS feeds do work, although I had to do some workin BottomFeeder to deal with them. Hitting the RSS feed url gives you a 302 (temporary redirect) to a funky url. Things work just fine if your RSS reader distinguishes a 301 (permanent relocation) from a 302 (temporary). BottomFeeder does - it leaves the feed url alone, and gets the 302 on each update cycle. I suspect that some readers treat 301 and 302 the same - and remap the feed url. This causes a problem on the next update cycle, as the new feed url was, in reality, only temporary (due to the way it's implemented in SmallBlog).

I actually prefer the way I do feeds in the Cincom Smalltalk blog server - I drop an actual XML file for the web server to deal with on each update. That allows compliant RSS readers to use conditional-get on the feed without my having to do anything - and it also reduces the dynamic load on the server a lot

Read: SmallBlog RSS feed links don't work?

Topic: callee or caller saves Previous Topic   Next Topic Topic: Use of variables in methods

Sponsored Links



Google
  Web Artima.com   

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