Site talk

For the generic offtopic chit-chat
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: Site talk

Post 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?
Dayman

Re: Site talk

Post by Dayman »

You mean you wanna cache the whole feed. so you don't need to process it fro WebUI?
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: Site talk

Post by sledgehammer_999 »

uhm I thought you proposed to make the "news" page available as an RSS feed too...
Dayman

Re: Site talk

Post 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
User avatar
Peter
Administrator
Administrator
Posts: 2701
Joined: Wed Jul 07, 2010 6:14 pm

Re: Site talk

Post 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.)
Post Reply