I used the portlet RSS News Feed of Weblogic Portal 81 in order to display my own news of my portal. Does exist a tool or portlet to feed my file rdf? If...
Hi all, can anyone redirect me to any resource containing some hints about the algorithm an RSS 1.0 aggregator has to use to correctly understand how often...
Thanks for your reply. I need to be more specific whith my question. Given many RSS Documents using the syndication module, I need to develop an algorithm to...
... Here's what I use (in Perl): my $updatePeriodSecs = 0; if ($updatePeriod eq 'daily') { $updatePeriodSecs = 86400; } elsif ($updatePeriod eq 'hourly') { ...
Thanks. This is what I would use too, but I still have a doubt. What is the use of the sy:UpdateBase tag? Given the algorithm below, in my opinion, I would...
The base timestamp is merely a guide. For daily updates it would help you decide what hour to use. That is, a feed using a daily interval with a base of 10am...
. ... is, a feed ... when to ... the base is ... This is just what I' d need. Is there an algorithm to make such decision? I think this is a very common...
I am looking for some help with a report and presentation I will be doing on Rss. I would like to present some good articles to the audience during my...
Howdy I'm playing with some RSS 2.0 tool development, and have a question: Assume that an <item> element has <pubDate> and <guid> sub-elements. Assume that the...
Speaking for myself only, and with the assumption that this is not spec text (the disclaimer is unfortunately necessary, sorry) guid is the authority on ...
Hello, Pertinence Information Network (PIN) allows you to define your focuses of interest, then sends you e-mail alerts (NewsAlert bulletins) listing the...
... I believe that different aggregators treat this differently. Bloglines considers changes to the following parts of an item to be an update: title,...
The pseudo-spec has it's own list, might this be better discussed there? http://groups.yahoo.com/group/RSS2-Support/messages As for pubDate not being an...
... He asked an honest question. Some of us tried to give an honest answer about a behavior that, as far as I know, is not explicitly spec'ed out in any...
... He asked an honest question. Some of us tried to give an honest answer about a behavior that, as far as I know, is not explicitly spec'ed out in any...
amit awaghan <amit_is_nice@...> wrote: ... He asked an honest question. Some of us tried to give an honest answer about a behavior that, as far as I...
... Let's say the user has already read the item and the aggregator has disposed of its copy. How do you check that there has been a change to title, ...
... Sure. Completely valid points. I was only relating some of the user feedback we've received and how we do things. Mark -- Mark Fletcher Bloglines ...
Thanks to everyone for the responses. Seems like there's a range of behaviors by aggregators in this regard. Apologies for not posting this query on...
... Hello; Check out Brent Simmons' NetNewsWire @ http://ranchero.com/netnewswire/. Brent has made a Full and Lite version available. If you are looking for...
Dublin Core published by ISO [1]. I looked at the version available at NISO [2], and looked at dc:subject element description: <quote> Element Name: Subject ...
... I'm not sure I'd agree with that generalization. The majority of feeds I read consist of complete blog entries. Reading excerpts gets frustrating quickly. ...
... Does that mean that majority of feeds place the full content of the article in <description>? I was basing off of WordPress and b2, which both create ...
... Based on the feeds I read (about 160 or so right now), I'd say yes. That's probably a bit biased however, as I tend to not like reading feeds that only...
The blogging tool I develop [1] supports multiple categories for single items and I was wondering what the correct way to represent multiple categories in RSS...