Something small I made for myself...
Maybe someone else might want it too... ![]()
News Feeds for the following:




---------------------
Topic title edited.
Pe8er
Something small I made for myself...
Maybe someone else might want it too... ![]()
News Feeds for the following:




---------------------
Topic title edited.
Pe8er
Nice work. Any chance of a CNN version?
How about slashdot?
Looks great but for some reason I can't get it to work. Just shows %s in every box. <_
same here ![]()
ditto
Hello,
I dont know why it isnt working..
I tried it on the other computer and it worked fine.... 
HMm...But I'll look into it....
Here is an Aqua-soft version

All you have to do to change where the info is coming from is edit the config file. Now all we need are matching graphics!
Aqua-Soft feed works
, just not CNET.
I tried slashdot as well...no go.
aquaxp also works
How do you find the URL's for RSS feeds, say CNN for example.
Nevermind I found the url for BBC America news. :rock:
Top notch. I love it. ![]()
This does not work. Any reason why?
EDIT
I see it does not have an XML extension. This is a problem. I guess there may not be a valid RSS feed that can be used on the site.
Originally posted by juno@Aug 29 2004, 11:25 PMThis does not work. Any reason why?
EDIT
I see it does not have an XML extension. This is a problem. I guess there may not be a valid RSS feed that can be used on the site.
<{POST_SNAPBACK}>
It works for me. Look:
Edit: ooh I know why that doesnt work, Hyral used //channel/item[#]/title but that RSS feed doesnt say channel it says channel rdf:about=";http://slashdot.org/"
It'll work if it's changed to //item[#]/title

Added Gamespot... ![]()
Originally posted by Civ2boss@Aug 30 2004, 12:17 AMEdit: ooh I know why that doesnt work, Hyral used //channel/item[#]/title but that RSS feed doesnt say channel it says channel rdf:about=";http://slashdot.org/"
It'll work if it's changed to //item[#]/title
<{POST_SNAPBACK}>
Thanks a Lot Civ2boss!.... ![]()
![]()
![]()
I'll make a Slashdot now...
Originally posted by Hyral@Aug 30 2004, 12:31 AMThanks a Lot Civ2boss!....
![]()
![]()
I'll make a Slashdot now...
<{POST_SNAPBACK}>
No problem, it took me a day to figure out this XPath Syntax stuff too.
Nice work Hyral. Using the BBC one. Thanks.
Originally posted by Civ2boss@Aug 29 2004, 10:17 PMIt works for me. Look:
Edit: ooh I know why that doesnt work, Hyral used //channel/item[#]/title but that RSS feed doesnt say channel it says channel rdf:about=";http://slashdot.org/"
It'll work if it's changed to //item[#]/title
<{POST_SNAPBACK}>
Doesn't work for me, and the rdf:about is an attribute, so it doesn't matter if it's there or not.
It should work, but I don't know why it doesn't.
For instance, //channel/title should yield 'Slashdot', but I get nothing.
Also, I cannot get it to work with MSFN or any other feed that uses text/rdf.