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 36 37
|
Source: libxml-atom-microformats-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
devscripts,
perl,
debhelper,
dh-buildinfo,
libhtml-microformats-perl,
libjson-perl,
librdf-trine-perl,
librdf-query-perl,
libxml-atom-owl-perl,
libxml-libxml-perl (>= 1.95+dfsg),
librdf-rdfa-parser-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
Florian Schlichting <fschlich@zedat.fu-berlin.de>
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libxml-atom-microformats-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-atom-microformats-perl.git
Homepage: https://metacpan.org/release/XML-Atom-Microformats
Package: libxml-atom-microformats-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Recommends: ${cdbs:Recommends}
Description: parse microformats in Atom content
The XML::Atom::Microformats module brings the functionality of
HTML::Microformats to Atom 1.0 Syndication feeds. It finds microformats
embedded in the <content> elements (note: not <summary>) of Atom
entries.
.
The general pattern of usage is to create an XML::Atom::Microformats
object (which corresponds to an Atom 1.0 feed) using the "new_feed"
method; then ask for the data, as a Perl hashref, a JSON string, or an
RDF::Trine model.
|