|
Posted by user45678xy on July 4, 2009, 10:23 am
Please log in for more thread options
Is there any way to get your feed RSS be updated automatically in their
new address within every RSS-Reader, or RSS-fetcher that download it?
Is there any tag I can add to the feed to get this?
Thanks
|
|
Posted by Jerry Stuckle on July 4, 2009, 12:46 pm
Please log in for more thread options
user45678xy wrote:
show/hide quoted text
> Is there any way to get your feed RSS be updated automatically in their
> new address within every RSS-Reader, or RSS-fetcher that download it?
> Is there any tag I can add to the feed to get this?
> Thanks
Nope.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
|
|
Posted by Andy Dingley on July 6, 2009, 6:44 am
Please log in for more thread options wrote:
show/hide quoted text
> Is there any way to get your feed RSS be updated automatically in their
> new address within every RSS-Reader, or RSS-fetcher that download it?
With RSS 2.0 you can't (AFAIK). With RSS 1.0 (and the Syndication
module) or with Atom you can suggest a schedule for revisiting the
feed. Note though that the spec for RSS 2.0 does sometimes change, so
one might have been added since.
In general though, I'd suggest offering newsfeeds in Atom format as
it's a better format, pretty well supported these days and you don't
often need the RDF model for general newsfeed use.
If you're coding an aggregator, the best practice is to use some form
of exponential backoff algorithm that dynamically adjusts its revisit
schedule according to how often it find the feed content is changing
(i.e. visit more frequently until either a limit is reached, or the
proportion of unchanged content climbs).
|
|
Posted by user45678xy on July 6, 2009, 3:39 pm
Please log in for more thread options Andy Dingley ha scritto:
show/hide quoted text
> wrote:
show/hide quoted text
> In general though, I'd suggest offering newsfeeds in Atom format as
> it's a better format, pretty well supported these days and you don't
> often need the RDF model for general newsfeed use.
>
Thank you, but
If I rewrite my newsfeed in atom which TAG do I need to use to get this
improvement?
|
|
Posted by Andy Dingley on July 7, 2009, 5:40 am
Please log in for more thread options wrote:
show/hide quoted text
> If I rewrite my newsfeed in atom which TAG do I need to use to get this
> improvement?
If you're re-writing existing work, it might be easier to go to RSS
1.0 (less change), with an addition like this
show/hide quoted text
<sy:updatePeriod>daily</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
http://web.resource.org/rss/1.0/modules/syndication/
|
| Similar Threads | Posted | | OLM.net - Don't go there UPDATE | February 9, 2005, 5:24 am |
| Update on the job | May 11, 2005, 8:56 pm |
| SOS IE 6 update | March 9, 2006, 4:54 am |
| MIS update | October 6, 2006, 2:51 pm |
| MIS update (sorry) | October 8, 2006, 11:34 am |
| How to tell Google to update a URL | December 29, 2004, 1:16 am |
| PageRank Update | April 23, 2005, 8:42 am |
| [OT] Update: Where You Can Still Use Old GG Interface | July 25, 2005, 2:30 am |
| DNS update for domain? | September 7, 2005, 6:51 pm |
| Foil-hat update | May 12, 2006, 12:39 am |
|
> new address within every RSS-Reader, or RSS-fetcher that download it?
> Is there any tag I can add to the feed to get this?
> Thanks