http://qs321.pair.com?node_id=460767

RSS allows me to easily and efficiently monitor a variety of developer communities. However, if I want to see the "Newest Nodes" here at Perl Monks, I have to open up a web browser and browse to the site. Has anyone ever considered creating an RSS interface for the monastary? It doesn't seem like it would be terribly difficult.

Replies are listed 'Best First'.
Re: RSS Syndication
by mrborisguy (Hermit) on May 26, 2005 at 17:46 UTC
Re: RSS Syndication
by jdporter (Paladin) on May 26, 2005 at 19:14 UTC
Re: RSS Syndication
by tstock (Curate) on May 27, 2005 at 04:59 UTC
    "Newest Nodes" could have a HTML tag LINK REL="alternate" TITLE="Newest Nodes RSS" HREF="http://www.perlmonks.com/?node_id=30175&xmlstyle=rss" TYPE="application/rss+xml"

    This would put a icon on Firefox bottom right corner and allow for a live bookmark one step click. BBC and Slashdot have it, this is described here

    Tiago

      Done. But slightly differently as the link needs to be domain neutral. Anyway, thanks.

      ---
      $world=~s/war/peace/g

Re: RSS Syndication
by EvdB (Deacon) on May 27, 2005 at 18:03 UTC
      Thank you! Those look quite handy.
Re: RSS Syndication
by mvaline (Friar) on May 31, 2005 at 14:40 UTC
    Thanks! I only did a cursory search for rss and obviously missed those previous discussions. The feeds work great.