RSS Reaches Out for New Networks
loid_void writes "The software and services used to read XML-based news feeds are continuing to branch out as the syndication method gains popularity on the Web." From the article: "More and more companies are starting to use internal content distributed in the form of RSS...Having this content delivered internally in a secure manner is really kind of the sweet spot for [enterprises] right now."
There's nothing inherently secure about RSS vs. any other format.
I was just working on a simple php script to pull rss feeds but found most sites only give title, link and description details for the items... why no date? seems nuts. /. does provide a date however, the loverly people.
moo
April 22, 2005
This stuff is soooooo yesterday.
There are things RSS is good for. Like news syndication.
There are things that RSS is NOT good for. Like, sending and receiving email or most forms of office communications.
RSS is not the panacea
Nazi Pope Emblem
now... how about 24 hours of specialized news for EVERY industry... carve our your niche now... theres room for everyone... by the way.. if anyone as a wireless internet related blog... i'd love to syndicate you at http://wirelessinternetcoverage.com... let me know.. we'll be putting a news section on the site
I'm psyched that safari will now inform me of when new stories are broken - so I don't have to check the sites myself. This seems like it will save me a lot of time; unless I end up subscribing to rss feeds from hundreds of sites.
People are also starting to podcast all sorts of crasy stuff, like videos. Making vLogPodcasts. (And screwing up my playlists with videofiles).
RSS is just another great way of distributing news. Expecially podcasting it with simple programs you just keep running so then down anything new when it arives.
Internally in companies I can see the usage as a "message of the day" sort of thing where anything everyone needs to se is posted. Instead of cluttering up peoples inboxes it's all gathered a centrel spot and people can update by browsing the RSS feed.
How many people, like myself, found out about this story because of Slashdot's RSS feed?
Which would automatically gather all of the RSS feeds into a single location we could then just subscribe to that one server and pick all the feeds we like...
Hang on, where have I heard of this before?
Deleted
I got news about RSS in an RSS feed from Slashdot...
Next I'll be getting an RSS feed about RSS talking about RSS talking about RSS talking about RSS...(infinite loop)
Get Firefox!
Goddammit, I'm confused - what exactly makes RSS different from any of these other standards out there for passing off documents? I mean, I realize it makes a good feed and such, but really, there's nothing involved that screams make-or-break. The same with XML, and all of these other buzzword bullshit standards. Can someone actually give me a purpose to use RSS for anything other than circulating feeds?
This saves hassle for subscribers and browsers, since they don't have to keep checking back to see if we've updated, plus maybe saves a bit of bandwidth for us. Win for everybody.
The site's Two Big Meanies, the nonmembers feed is at http://www.twobigmeanies.com/updates_rss.php if anyone's interested.
Didn't we just read about how PR begets bullshit news stories? Case in point: TFA. Really, there's nothing but crap in that article. Taking a step back, it looks like it has a lot to do with Rojo's launch and a bit to do with NewsGator. Of course, we all know the best aggregator is going to be Gmail...once it trickles down. For now, Bloglines will suffice. And no, reading/subscribing to hundreds of feeds does not take more time than actually visiting all the sites. What the hell?
www.kiwilyrics.com - a wiki for lyrics
You mention that RSS has no means of viewing older content, and again I'd say its not meant for that. It's meant to be used to show what's the latest thing out there on the site, and if archival systems were implemented it'd likely take out the 'simple' from the name.
Here's how I use RSS. That site is set as my homepage, and uses the wonderful Magpie RSS PHP script to parse the RSS feeds. Instead of having to check all of those sites to check for updates a few times a day, all I do is go to my homepage (from any browser, not just my machine), and voila! I can instantly keep up to date with my favourite sites!
There is a need for signed RSS for a number of reasons:
* It will be no-time before we start to see fake articles and whatnot directing us to fake merchants and fake bank sites trying to phish us and other nonsense
* Without signed articles / Signed RSS, there is no-way, other than finding and verifying the original content source, to ensure that a feed is authentic
The reason that it can be true that 1+1 > 2 is that very peculiar nonzero value of the + operator
RDF (Resource Description Framework) is a meta-language, like XML. Except it's not even really a language, it's a model. Extra confusing because there are different syntaxes available, one of which is XML.
RSS 2.0 (Really Simple Syndication, I think) is what most people are talking about when they say RSS these days. Based on the original RSS 0.9x format, some people complain it's underspecified.
RSS 1.0 (RDF Site Summary) is a completely different specification, using the same basic concept & elements but all in the RDF model. Its detractors claim that RDF is too damned confusing (I won't argue there) and make the usual comments about ivory-tower intellectuals.
Atom's (not an acronym) the new kid, it hasn't actually been released yet but should be coming very soon - within weeks/months. Difficult to say anything about it until it's finalised, but it's got some nice stuff. I particularly like the Atom API. Clean & RESTful, mmm-mmm good. In my opinion (Atom ~= RSS 1.0) > RSS 2.0, but don't take my word for it as I'm fairly new to all this.