#!/usr/bin/perl -w
use strict;
use XML::RSS;
use LWP::Simple;
my $content;
# 'http://stage.dublincore.org/news.rss',
my @remote = (
'http://www.ilrt.bristol.ac.uk/discovery/rdf/resources/rss.rdf',
'http://www.ilrt.bristol.ac.uk/discovery/rdf-dev/roads/cgi-bin/desire/ig2rss?list=www-rdf-interest',
'http://www.ilrt.bristol.ac.uk/discovery/rdf-dev/roads/cgi-bin/desire/ig2rss?list=www-rdf-logic',
'http://xmlhack.com/rss10.php?cat=28',
'http://rdfig.xmlhack.com/index.rss',
'http://www.blogspace.com/rss/rss10',
'http://www.slashdot.com/slashdot.rdf',
'http://www.w3.org/2000/08/w3c-synd/home.rss',
'http://agents.umbc.edu/awchannel.rdf'
);
# www annotation list has unpredictable URLs
#
# 'http://www.ilrt.bristol.ac.uk/discovery/rdf-dev/roads/cgi-bin/desire/ig2rss?list=www-annotation',,
# bookmark feed: xml wellformedness errors
# http://www.ilrt.bristol.ac.uk/discovery/demos/RSSWeb/newitems-daniel.brickley@bristol.ac.uk/',
# TODO: use eval () to recover from XML::RSS errors
print ilrt_header();
print "last update: ".`date`."
"; #sigh, can't be bothered to perlman
print <
HTML
my @todo=@remote;
print "
Newsfeeds for Semantic Web developers... [disclaimer!]
W3C RDF: RDF home page, Interest Group, Model+Syntax spec, Schema spec,
Semantic Web development
More RDF info: Dave Beckett's Resource Guide,
XML.com: What is
RDF?, RDF then and now
Nearby at ILRT: Redland, Rudolf RDFQuery, XJG, RDFWeb, RDFViz