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
|
Source: libxml-atom-microformats-perl
Section: perl
Priority: optional
Build-Depends: @cdbs@
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.3
Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libxml-atom-microformats-perl
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=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.
|