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
|
Source: libfeed-find-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: perl, libclass-errorhandler-perl, liburi-perl,
libwww-perl, libtest-base-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jaldhar H. Vyas <jaldhar@debian.org>,
gregor herrmann <gregoa@debian.org>,
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Feed-Find/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfeed-find-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfeed-find-perl/
Package: libfeed-find-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libclass-errorhandler-perl,
liburi-perl, libwww-perl
Description: Syndication feed auto-discovery
Feed::Find implements feed auto-discovery for finding syndication
feeds, given a URI. It (currently) passes all of the auto-discovery
tests at http://diveintomark.org/tests/client/autodiscovery/.
.
Feed::Find will discover the following feed formats:
* RSS 0.91
* RSS 1.0
* RSS 2.0
* Atom
|