was ist rss? - what is rss

Post non-phpwcms related topics here - but I don't want to see "hey check this or that other cms". Post if you have a point or worthwhile comment, don't post just to increase you post count!
Post Reply
fitus
Posts: 88
Joined: Sat 13. Dec 2003, 19:04

was ist rss? - what is rss

Post by fitus »

was bedeutet rss?

what is rss
AlleyKat
Posts: 41
Joined: Thu 4. Dec 2003, 13:08
Contact:

Post by AlleyKat »

:D There are quite a few definitions, but you should try google... :mrgreen:

It's a code standard for snippets of information. Generally they contain a headline and a link to the article - more advanced versions also contain a description text.

Take a look at http://clubtotal.free.fr/ and scroll down the page. This guy, Maxwish, shows RSS-feeds on his frontpage (which is one way to show them), all the boxes with news are RSS-feeds (Security news from Bugtraq, Software news from Betanews.com etc).

I pull RSS-news into my Instant Messenger (Miranda IM - also has my ICQ, MSN, mailchecks and IRC), and either get a 'message' (just like on messenger) and/or a little popup showing the RSS feed.
Image
Image

There are numerous programs (and scripts for homepages) for showing RSS-news - you'll also find it under the name XML-feed, newsfeed, RDF. It's a VERY loose standard, unfortunately - but it's getting better.
AlleyKat
Posts: 41
Joined: Thu 4. Dec 2003, 13:08
Contact:

Post by AlleyKat »

Sorry if the pics aren't online all the time, it's hosted on my personal pc... :D

To really show what RSS-feeds are, maybe this picture from my PocketPC provides better info:
Image
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

I have no real idea about RSS feeds but think i understand that they can allow me to read in data so that I may disply it in my site.

how would I go about reading the data? is this something that phpwcsm can do? a replacement_tag maybe that can get information from an rss feed and return a variable?

the reason I'm asking is as I aim to have the frontend images change based on the current weather. I'm guessing this is possible with rss feeds.

any information about using RSS in phpwcms is most welcome
axelS
Posts: 31
Joined: Thu 20. Nov 2003, 16:47
Location: Münster, Germany
Contact:

Post by axelS »

You can try:

Code: Select all

{PHP:your_link_to_rss.php}
Although, I've tried it with a couple of feeds and it only gave me errors :( Maybe Pappnase or Oliver have better ideas ...?

axelS
John Murdoch (DarkCity): "When was the last time you remember doing something during the day?"
AlleyKat
Posts: 41
Joined: Thu 4. Dec 2003, 13:08
Contact:

Post by AlleyKat »

You need a script which parses the XML-info and displays it as html.

I know of several mods for phpbb that does just that, but standalone... hmm, lets see...
http://magpierss.sourceforge.net/ seems pretty mature
http://builder.com.com/5100-6374_14-510 ... isting%20C is the technical description of how-to-parse-RSS. :wink:
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

thanks guys,
so FMI: phpwcms can output an rss feed format but can not include rss feeds as yet?
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

pSouper wrote:thanks guys,
so FMI: phpwcms can output an rss feed format but can not include rss feeds as yet?
YES...this is what Oliver says here:
http://www.phpwcms.de/forum/viewtopic.php?p=2398#2398 "At the moment there is no RSS subscription code included inside phpwcms. To use such external content it's best to use an external PHP script like {PHP:subscribr_to_RSS_feed.php}"[/url]
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

:oops:
thanks DeXXus
Post Reply