1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: libxml-rss-perl
Section: interpreters
Priority: optional
Maintainer: Ardo van Rangelrooij <ardo@debian.org>
Standards-Version: 3.5.6
Build-Depends-Indep: debhelper (>= 3.0.18), perl, libxml-parser-perl
Package: libxml-rss-perl
Section: interpreters
Priority: optional
Architecture: all
Depends: ${perl:Depends}, libxml-parser-perl
Description: Perl module for managing RSS (RDF Site Summary) files
This module provides a basic framework for creating and maintaining
RDF Site Summary (RSS) files. This distribution also contains many
examples that allow you to generate HTML from an RSS, convert between
0.9, 0.91, and 1.0 version, and other nifty things. This might be
helpful if you want to include news feeds on your Web site from
sources like Slashot and Freshmeat or if you want to syndicate your
own content.
.
XML::RSS currently supports 0.9, 0.91, and 1.0 versions of RSS. See
http://my.netscape.com/publish/help/mnn20/quickstart.html for
information on RSS 0.91. See http://my.netscape.com/publish/help/
for RSS 0.9. See http://purl.org/rss/1.0/ for RSS 1.0.
.
RSS was originally developed by Netscape as the format for Netscape
Netcenter channels, however, many Web sites have since adopted it as
a simple syndication format. With the advent of RSS 1.0, users are
now able to syndicate many different kinds of content including news
headlines, threaded messages, products catalogs, etc.
|