January 01, 2002
Making Headlines with RSS
In the early years of the Web, most sites were not concerned about sharing data with other sites. Today, the trend is that sites are increasingly interdependent and many rely upon integrating content that originates somewhere else. Such content might include news feeds, events listings, a set of project updates, and even interchange of corporate information. Effective integration usually requires a good deal of effort on the part of the information provider, as well as the recipient of each unique data source.
$rss->channel(title => 'freshmeat.net',
link => 'http://freshmeat.net',
language => 'en',
description => 'the one-stop-shop for all your Linux software needs',
rating => '(PICS-1.1 "http://www.classify.org/safesurf/" 1 r (SS~~000 1))',
copyright => 'Copyright 1999, Freshmeat.net',
pubDate => 'Thu, 23 Feb 2000 07:00:00 GMT',
lastBuildDate => 'Thu, 23 Feb 2000 16:20:26 GMT',
managingEditor => 'scoop@freshmeat.net',
webMaster => 'scoop@freshmeat.net'
);
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
Next Page