Page 6 of 6
Re: Site talk
Posted: Wed Oct 16, 2013 9:28 pm
by sledgehammer_999
I know how RSS works from a user POV, but not from a web dev POV. Obviously the feed AND the news page will show the same info/data. So does that mean that I create an .xml file(the RSS feed), which the "news" page will parse in order to populate its contents AND expose a direct link to the .xml file for users to subscribe to?
To put in other words, how do I actually implement this?
Re: Site talk
Posted: Thu Oct 17, 2013 5:18 pm
by Dayman
You mean you wanna cache the whole feed. so you don't need to process it fro WebUI?
Re: Site talk
Posted: Thu Oct 17, 2013 8:02 pm
by sledgehammer_999
uhm I thought you proposed to make the "news" page available as an RSS feed too...
Re: Site talk
Posted: Thu Oct 17, 2013 8:05 pm
by Dayman
[quote="sledgehammer_999"]
uhm I thought you proposed to make the "news" page available as an RSS feed too...
[/quote]
Damn it, I though this was a thread about WebUI :S
Re: Site talk
Posted: Thu Oct 17, 2013 9:07 pm
by Peter
W-w-what?
I'm totally lost.
The webpage could have RSS, and actually it's real easy.
If the site allows some cron script to be run, that is.
Otherwise I could make a client side python that you could run (Sledge) after each news and it would generate the entries. (And add a line to the file.)