File: control

package info (click to toggle)
libxml-rss-perl 1.33-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 640 kB
  • ctags: 205
  • sloc: perl: 5,976; xml: 245; makefile: 42
file content (35 lines) | stat: -rw-r--r-- 1,822 bytes parent folder | download
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
32
33
34
35
Source: libxml-rss-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>,
 Vincent Danjean <vdanjean@debian.org>, Damyan Ivanov <dmn@debian.org>,
 gregor herrmann <gregoa@debian.org>, Gunnar Wolf <gwolf@debian.org>
Standards-Version: 3.8.0
Build-Depends: debhelper (>= 6)
Build-Depends-Indep: perl, libtest-manifest-perl (>= 0.9), libtest-simple-perl,
 libxml-parser-perl (>= 2.23), libdatetime-format-mail-perl,
 libdatetime-format-w3cdtf-perl, libtest-differences-perl,
 libtest-pod-coverage-perl, libtest-pod-perl
Homepage: http://search.cpan.org/dist/XML-RSS/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-rss-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-rss-perl/

Package: libxml-rss-perl
Section: perl
Priority: optional
Architecture: all
Depends: ${perl:Depends}, libxml-parser-perl, libdatetime-format-mail-perl, libdatetime-format-w3cdtf-perl
Description: Perl module for managing RSS (RDF Site Summary) files
 This module (XML::RSS) 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 Slashdot and Freshmeat
 or if you want to syndicate your own content.
 .
 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.