I am hoping you can help me out here ... a while back I figured out the RSS format through trial and error and created one for a site I used to own. It was...
3483
jlorihuela <digila...
jlorihuela
Jan 10, 2003 9:12 pm
Thanks Bill! I am afraid the RSS is auto-generated by my provider (blogger), I will see if it is possible to fix the lenguage issue (and I am also planning an...
3484
ml_yahoo
wkearney99
Jan 10, 2003 11:43 pm
The easiest would be to run you /own/ screen scraper. Just run it from the command line and have it save the output to a static file. That way the tools you...
3485
Ian Davis
ianalchemy
Jan 13, 2003 10:10 am
... You might like to try using myRSS: http://myRSS.com which can generate RSS for you automatically (I'm the developer of it). - Ian...
3486
Josh Feingold
josh@...
Jan 15, 2003 8:37 pm
I am looking for news aggregator software that will allow me to view the actual article from syndicated web pages, but stripped of HTML tags and layout. All...
3487
Morbus Iff
morbus_iff
Jan 15, 2003 8:53 pm
... You could dummy-strip HTML tags in my AmphetaDesk [1] with a one line modification of the templates. Something along the line of: $item->{description} =~...
3488
Jake <jake@...>
joffsky
Jan 17, 2003 7:49 am
Hi, I'm new to the whole RSS thing, but I am excited about it and I have added an RSS feed to my website for daily brain teasers. My feed has passed the...
3489
Dejavudu <evol_902...
evol_90291
Jan 17, 2003 7:50 am
Hi, i am new, i cruised the archives to see if this topic has already been addressed. its kind of a new thing, so far i haven't seen it done. i am interested...
3490
Bill Kearney
wkearney99
Jan 17, 2003 11:52 am
... Do you mean you want to ask the reader, during download, what capabilities it supports? Reader programs do not currently make much use of this part of...
3491
Bill Kearney
wkearney99
Jan 17, 2003 11:55 am
Two things, one is you might want to use XHTML compatible line breaks. <br/> instead of <BR>. Even then using that many of the to somehow mimic the 'scroll ...
3492
Danny Ayers
Danny_Ayers
Jan 17, 2003 12:37 pm
... If I understand you correctly, then all you need to do is to set up a .asp script or whatever to query the DB and return the results in RSS format [1]. ...
3493
Camille Jacks
evol_90291
Jan 17, 2003 11:53 pm
Hey all, Thanks for the feedback to my question. I am excited about the idea; to implement directly. I am gather information to bring it into focus, not being...
3494
cultureshockeronline ...
cultureshock...
Jan 18, 2003 12:36 am
Hello, I want to syndicate content from my website. I want to learn how to do the whole coding thing myself. I've heard alot of things like RSS and XML talked...
3495
Bill Kearney
wkearney99
Jan 18, 2003 1:11 pm
Ben Hammersley39;s got a book coming out in April. Meanwhile there is a Chapter in the XML Handbook that discusses RSS. As for 'rolling your own' it's not...
3496
Ben Hammersley <be...
bhammersley_uk
Jan 18, 2003 4:54 pm
... a Chapter ... Thanks, Bill. Yes, it's true. (In fact, I note from the O'Reilly site that it might be coming out earlier. March, now. Not that anyone has ...
3497
Dave Winer
dwiner
Jan 24, 2003 2:01 am
Warning, this message is cross-posted. "RSS 2.0 has a neat feature that allows an item to link to comments about that item. Content tools and aggregators can...
3498
Mark Nottingham
mnotting
Jan 26, 2003 6:30 am
I'm interested in syndicating references to photographs, i.e., JPEGs, not HTML. It seems like there are a number of ways that I could go about that. The most...
3499
mof-syndication@...
mfd9351213
Jan 26, 2003 11:18 am
... I have been thinking some of the same thoughts, and agree that this is the way to go. That way, all your statements are about the image, which is what is ...
3500
Tristan Louis <tri...
tristan_louis
Jan 28, 2003 3:26 pm
here's something that's been bugging me for the last few days. I've just moved TNL.net from windows to Linux. As a result, the TNL.net RSS feeds that were...
3501
Bill Kearney
wkearney99
Jan 28, 2003 3:32 pm
I suggested using Dublin Core elements to do this. That way your new feed could contain info about the old one. Sort of way to let anything reading the new ...
3502
Tristan Louis <tri...
tristan_louis
Jan 28, 2003 3:53 pm
A useful answer which should work fine on the RSS 1.0 feed BUT (and isn't there always a but :) ) RSS .91 does not support namespaces hence it is impossible...
3503
Mark Nottingham
mnotting
Jan 28, 2003 4:01 pm
I'm curious - where does it say that they're supposed to? I'd say use HTTP redirects *and* the in-RSS elements; you're pretty much guaranteed to have clients...
3504
Bill Kearney
wkearney99
Jan 28, 2003 4:09 pm
... Correct, in 0.9x there's not a 'valid39; way to add new elements. Many feeds put in a lone item that says "HEY I'VE MOVED THIS TO x". My suggestion about...
3505
Tristan Louis <tri...
tristan_louis
Jan 28, 2003 6:35 pm
I'd like to get a little bit more of a consensus on there. What do other members feel when it comes the best way to handle this: Simple redirect on the server...
3506
Dave Winer <dave@....
dwiner
Jan 28, 2003 9:25 pm
Here's what I would recommend right now, as of January 2003. Since you have access to the server and can do an HTTP-level permanent redirect, do it that way....
3507
Ben Hammersley <be...
bhammersley_uk
Jan 28, 2003 10:08 pm
I wouldn't disagree with Bill or Dave on this. Do both an in-line and an HTTP level redirect and you've got belt and braces. For a complete stapling your...
3508
Bill Kearney
wkearney99
Jan 28, 2003 10:13 pm
... obClaymation reference: Grommit, these pants have gone horribly wrong! Trouble with symlinks is most hosted environments won't let you create them. If ...
3509
Tristan Louis
tristan_louis
Jan 28, 2003 10:42 pm
... Actually, the funny thing is that I do have full control of my environment (ie I'm my own host on this) BUT, there is no directory that exists with that...
3510
Bill Kearney
wkearney99
Jan 28, 2003 11:14 pm
... No biggie, just redirect that URL to the new location. This is also a way for sites being overloaded with too many requests to build the RSS file to cheat...
3511
Taka Muraoka <supp...
t_muraoka
Jan 29, 2003 7:34 pm
... view the actual article from syndicated web pages, but stripped of HTML tags and layout. All the software I have see so far simply pulls back the web...