Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > Bloglines RSS question

Reply
Thread Tools

Bloglines RSS question

 
 
kmsuzuki@gmail.com
Guest
Posts: n/a
 
      01-25-2005
I've created an RSS feed that's been successfully validated by
http://www.feedvalidator.org. When I subscribe to it via the Bloglines
web-based RSS reader, all current items are correctly read and
displayed in Bloglines. My problem is that the Bloglines never seems to
read new messages from the feed. There is a new RSS file published
every 15 minutes (with new items in it) but Bloglines ignores this. It
constantly displays what was in the RSS file at the time of
subscription. I subscribe to other feeds (CNET, CNN, Slashdot) and
Bloglines regularly gives me new messages from those feeds. What's
wrong with my feed?
Feed URL:
http://snice.net/tlc_rss1.xml

Appreciate any suggestions.

 
Reply With Quote
 
 
 
 
Michael A. Cleverly
Guest
Posts: n/a
 
      01-25-2005
On Mon, 24 Jan 2005 wrote:

> What's wrong with my feed?
> Feed URL: http://snice.net/tlc_rss1.xml
>
> Appreciate any suggestions.


I would say that something is misconfigured with your webserver. The
above URL returns a 0-byte file. Consider:

powerbook:~ michael$ telnet snice.net 80
Trying 207.150.221.94...
Connected to somehost.affinity.com.
Escape character is '^]'.
GET /tlc_rss1.xml HTTP/1.0
Host: snice.net

HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Tue, 25 Jan 2005 08:00:28 GMT
Content-Type: text/xml
Accept-Ranges: bytes
Last-Modified: Tue, 25 Jan 2005 07:52:34 GMT
ETag: "a10bdd4b22c51:88f"
Content-Length: 0

Connection closed by foreign host.
 
Reply With Quote
 
 
 
 
kmsuzuki@gmail.com
Guest
Posts: n/a
 
      01-25-2005
I'm starting to wonder if I'm not fully understanding the basic concept
behind an RSS feed. My feed publishes new postings in a forum. I
check the forum every 15 minutes, take all postings that were posted
since the last check, and put them into my XML file, and publish it to
the webserver. So every 15 minutes, there is a new XML file; No two
publishings share any items.

Isn't it that easy? Am I missing something, like maintaining a given
item within my feed for some period of time (across multiple
publishings)?

 
Reply With Quote
 
Michael A. Cleverly
Guest
Posts: n/a
 
      01-25-2005
On Tue, 25 Jan 2005 wrote:

> I'm starting to wonder if I'm not fully understanding the basic concept
> behind an RSS feed. My feed publishes new postings in a forum. I
> check the forum every 15 minutes, take all postings that were posted
> since the last check, and put them into my XML file, and publish it to
> the webserver. So every 15 minutes, there is a new XML file; No two
> publishings share any items.


So your feed, regenerated every 15 minutes, shows only new messages posted
in the past 0-14 minutes? What if there haven't been any new postings
since then?

> Isn't it that easy? Am I missing something, like maintaining a given
> item within my feed for some period of time (across multiple
> publishings)?


I imagine you'd want to republish every 15 minutes but include all the
messages posted within the last X days (where X is some reasonable number,
depending on the volume of posts and your readers expectations).

As it stands, if I'm not reading your feed every 15 minutes I could end up
missing some posts. And if there are no messages, your feed will be
empty.

Michael
 
Reply With Quote
 
kmsuzuki@gmail.com
Guest
Posts: n/a
 
      01-25-2005
I guess the net ate my response to your posting regarding the
zero-length file. That zero-length file was caused by a bug in my feed
publishing routine, and I ask you to treat it as an anomoly that
doesn't bear on this issue.

>So your feed, regenerated every 15 minutes, shows only new messages

posted
>in the past 0-14 minutes? What if there haven't been any new postings
>since then?


I do not publish a file; The file from the prior interval remains
online.

>As it stands, if I'm not reading your feed every 15 minutes I could

end up
>missing some posts. And if there are no messages, your feed will be
>empty.


Yes, I concur, but isn't this also true of feeds from most news sites
that are publishing a constant stream of news?

I'm still baffed as to my original query - why bloglines simply refuses
to re-read my feed after the initial subscription.

 
Reply With Quote
 
Ben Lin
Guest
Posts: n/a
 
      01-28-2005
Which RSS version are you using? 2.0, 1.0? Did you change the pubDate of the
items?

Ben
http://fadshop.net/blog

<> wrote in message
news: oups.com...
> I've created an RSS feed that's been successfully validated by
> http://www.feedvalidator.org. When I subscribe to it via the Bloglines
> web-based RSS reader, all current items are correctly read and
> displayed in Bloglines. My problem is that the Bloglines never seems to
> read new messages from the feed. There is a new RSS file published
> every 15 minutes (with new items in it) but Bloglines ignores this. It
> constantly displays what was in the RSS file at the time of
> subscription. I subscribe to other feeds (CNET, CNN, Slashdot) and
> Bloglines regularly gives me new messages from those feeds. What's
> wrong with my feed?
> Feed URL:
> http://snice.net/tlc_rss1.xml
>
> Appreciate any suggestions.
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Two ways to generate RSS - rss/maker and rss/2.0 - which is better? Jonathan Groll Ruby 1 06-27-2009 03:53 AM
Post RSS feed w/o RSS-to-Javascript.com Scott Gordo HTML 5 08-29-2006 01:34 AM
is RSS 2.0 still RSS 2.0 if we add our own unique tags to it? Jake Barnes XML 1 11-14-2005 01:54 AM
RSS Feed - need an Idiot's Guide to RSS News on my website teach_me6@hotmail.com HTML 5 02-25-2005 11:01 AM
Searches in multiple RSS feeds -> new rss feed Motta XML 1 06-09-2004 10:55 PM



Advertisments