
On Wed, Feb 17, 2010 at 11:51 PM, aki <aki275@googlemail.com> wrote:
Hallo from the cold...... :-) Have a few hours to kill, so am reading about RSS feeders and I have a question for anyone who has done manual creation of such. How do you get the RSS feed to auto update? Say you create the necessary xlm file with the RSS tag and obviously there has to be a file open>filewrite>not overwrite>filesave option to create an auto update of the xml file. Is this sequence correct?
If you have a static site then that would be the sequence. Usually the rss feed is a script (php, python, java....) depending on the kind of application you are using to run the website, so there is no 'overwriting' involved - the script simply fetches the latest 10 (or 'n') items from the website as a rss feed.