Slashdot Mirror


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."

2 of 100 comments (clear)

  1. porn via RSS by metkat · · Score: 3, Informative
    We found a way to use RSS in porn, which I'm amazed noone else is doing yet. I run a BDSM porn site, we provide two RSS feeds for the weekly updates. One is for nonmembers, and links to a preview of each update, the other is for members, linking to the update itself. Since people still have to authenticate to get to the actual content, we don't have to worry about authenticating the members' feed.

    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.

  2. Re:RSS vs. Atom vs. RDF by handslikesnakes · · Score: 3, Informative

    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.