RSS Feed creation software?
-
-
Anybody know of any software that will create (and auto-publish, etc) RSS feeds? -- Edward Livingston (aka ExtraLean) -- "I still maintain that seeing a nipple is far less disturbing than seeing someone get their brains blown out." -- Chris Maunder
-
Paul Watson wrote: What is your source? Nothing yet. It will be from the ground up. Any suggestions? Thx! :-) -- Edward Livingston (aka ExtraLean) -- "I still maintain that seeing a nipple is far less disturbing than seeing someone get their brains blown out." -- Chris Maunder
-
Paul Watson wrote: What is your source? Nothing yet. It will be from the ground up. Any suggestions? Thx! :-) -- Edward Livingston (aka ExtraLean) -- "I still maintain that seeing a nipple is far less disturbing than seeing someone get their brains blown out." -- Chris Maunder
Well I have no idea what your requirements are. A simple flat file XML system could work for you or you might need to scale and so need SQL or Oracle as your database. If your top requirement is ease of transformation to RSS then a flat XML file is your choice. One simple XSL later and you have RSS. But really, I have no idea of your other requirements so can't advise. But there are no RSS publishing systems that I know of. Nothing that is dedicated to it. It is XML so pretty much any XML publishing system will work for you though. regards, Paul Watson Bluegrass South Africa Jörgen Sigvardsson wrote: "Gassho rei, Watson-san!" Crikey! ain't life grand?
-
Well I have no idea what your requirements are. A simple flat file XML system could work for you or you might need to scale and so need SQL or Oracle as your database. If your top requirement is ease of transformation to RSS then a flat XML file is your choice. One simple XSL later and you have RSS. But really, I have no idea of your other requirements so can't advise. But there are no RSS publishing systems that I know of. Nothing that is dedicated to it. It is XML so pretty much any XML publishing system will work for you though. regards, Paul Watson Bluegrass South Africa Jörgen Sigvardsson wrote: "Gassho rei, Watson-san!" Crikey! ain't life grand?
Paul Watson wrote: Well I have no idea what your requirements are. I just want to be able to add a simple RSS feed to a website from within a desktop application. Something that I can launch, type in the title, body, etc and click publish. Paul Watson wrote: If your top requirement is ease of transformation to RSS then a flat XML file is your choice. One simple XSL later and you have RSS. So I could just use XSL to make the RSS into the "human readable" part of a webpage? Paul Watson wrote: But there are no RSS publishing systems that I know of. Nothing that is dedicated to it. I guess that since RSS really is just XML, that would make sense then. Paul Watson wrote: It is XML so pretty much any XML publishing system will work for you though. Ah, that must be the ticket then. Do XML publishing systems exist per se, or do you mean that in a sense of setting up something yourself to publish the XML stuff you create whenever you want to update the RSS? -- Edward Livingston (aka ExtraLean) -- "I still maintain that seeing a nipple is far less disturbing than seeing someone get their brains blown out." -- Chris Maunder