I don't if this is the right place to post it or not... I wanted to ask if i have a static website all .htm pages can I have a feed for my site in xml or atom or which ever format ??? Is it possible and do i have to re-new the file everytime i make an update ?? are there any free tools available for doing so ??? Thank You Cheers ! ! !
It's fairly easy to include dynamic feed data (XML, RSS, etc.) into HTML files with javascript. So long as you don't oppose using javascript. If you use javascript to display the feed data then the page will update as the feed does so you won't have to update the file all the time. The only free tool I know of for this is located at http://jade.mcli.dist.maricopa.edu/feed/index.php I'm sure there are others if you look around though. HTH, Scott