HTML::Microformats - parse microformats in HTML
The HTML::Microformats module is a wrapper for parser and handler modules of various individual microformats (each of those modules has a name like HTML::Microformats::Format::Foo). The general pattern of usage is to create an HTML::Microformats obje...
TOBYINK/HTML-Microformats-0.105 - 05 Jul 2012 21:32:18 UTC - Search in distribution- HTML::Microformats::Format - base microformat class
- HTML::Microformats::Datatype - representations of literal values
- HTML::Microformats::Utilities - utility functions for searching and manipulating HTML
- 49 more results from HTML-Microformats »
XML::Atom::Microformats - 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...
TOBYINK/XML-Atom-Microformats-0.004 - 07 Jul 2012 21:25:15 UTC - Search in distribution
Web::Microformats2 - Read Microformats2 metadata from HTML or JSON
The Web::Microformats2 modules provide Perl programs with a way to parse and analyze HTML documents containing Microformats2 metadata. They can pull Microformats2 information from a given HTML document, representing it as a queryable in-memory object...
JMAC/Web-Microformats2-0.511 - 08 Jun 2020 23:20:32 UTC - Search in distribution- Web::Microformats2::Item - A parsed Microformats2 item
- Web::Microformats2::Parser - Read Microformats2 information from HTML
- Web::Microformats2::Document - A parsed Microformats2 data structure
whim - A Webmention multitool
Whim is a "webmention multitool" that lets you receive, send, view, and display webmentions for your website. Its main interface is the "whim" command-line program, which has various sub-commands. You can run "whim help" (or just "whim", with no argu...
JMAC/Whim-1.2021.06.17.0 - 17 Jun 2021 17:34:11 UTC - Search in distribution
HTML::Zoom - selector based streaming template engine
HTML::Zoom is a lazy, stream oriented, streaming capable, mostly functional, CSS selector based semantic templating engine for HTML and HTML-like document formats. Which is, on the whole, a bit of a mouthful. So let me step back a moment and explain ...
JJNAPIORK/HTML-Zoom-0.009009 - 15 May 2015 19:03:05 UTC - Search in distribution
Web::Mention - Implementation of the IndieWeb Webmention protocol
This class implements the Webmention protocol, as defined by the W3C and the IndieWeb community. (See this article by Chris Aldrich for an excellent high-level summary of Webmention and its applications.) An object of this class represents a single w...
JMAC/Web-Mention-0.721 - 17 Jun 2021 22:44:02 UTC - Search in distribution
XML::GRDDL - transform XML and XHTML to RDF
GRDDL is a W3C Recommendation for extracting RDF data from arbitrary XML and XHTML via a transformation, typically written in XSLT. See <http://www.w3.org/TR/grddl/> for more details. This module implements GRDDL in Perl. It offers both a low level i...
TOBYINK/XML-GRDDL-0.004 - 11 Sep 2012 08:34:25 UTC - Search in distribution
PICA::Source - Data source that can be queried for PICA+ records
VOJ/PICA-Record-0.585
-
16 Jan 2014 10:38:18 UTC
-
Search in distribution
Data::Microformat - A base class for hCards and related modules
This is the base class used for a variety of modules in Data::Microformat. It contains several helpful methods to reduce code duplication. It shouldn't be instantiated on its own (as it won't do anything useful), but can be used as a base class for o...
USSJOIN/Data-Microformat-0.04 - 20 Nov 2008 07:56:19 UTC - Search in distribution
HTML::HTML5::Outline - implementation of the HTML5 Outline algorithm
This is an implementation of the HTML5 Outline algorithm, as per <http://www.w3.org/TR/html5/sections.html#outlines>. The module can output a JSON-friendly hashref, or an RDF model. Constructor * "HTML::HTML5::Outline->new($html, %options)" Construct...
TOBYINK/HTML-HTML5-Outline-0.006 - 20 Oct 2011 16:28:48 UTC - Search in distribution
RDF::vCard::Exporter - export RDF data to vCard format
This module reads RDF and writes vCards. Constructor * "new(%options)" Returns a new RDF::vCard::Exporter object. Options: * vcard_version - '3' or '4'. This module will happily use vCard 3.0 constructs in vCard 4.0 and vice versa. But in certain pla...
TOBYINK/RDF-vCard-0.012 - 17 Sep 2014 21:03:33 UTC - Search in distribution
XML::Atom::FromOWL - export RDF data to Atom
This module reads RDF and writes Atom feeds. It does the reverse of XML::Atom::OWL. Constructor * "new(%options)" Returns a new XML::Atom::FromOWL object. There are no valid options at the moment - the hash is reserved for future use. Methods * "expo...
TOBYINK/XML-Atom-FromOWL-0.102 - 11 Sep 2014 09:58:24 UTC - Search in distribution
RDF::KML::Exporter - export RDF geo data to KML (Google Earth)
Constructor * "new(%options)" Returns a new RDF::KML::Exporter object. There are no valid options at the moment - the hash is reserved for future use. Methods * "export_kml($input, %options)" Returns a KML document including all the locations in the ...
TOBYINK/RDF-KML-Exporter-0.003 - 30 May 2012 13:30:08 UTC - Search in distribution
RDF::iCalendar::Exporter - export RDF data to iCalendar format
This module reads RDF and writes iCalendar files. This is a subclass of RDF::vCard::Exporter, so it can also export vCards. Constructor * "new(%options)" Returns a new RDF::iCalendar::Exporter object. There are no valid options at the moment - the ha...
TOBYINK/RDF-iCalendar-0.005 - 17 Sep 2014 21:10:22 UTC - Search in distribution
HTML::Data::Parser - parses data embedded in HTML
This module parses data embedded in HTML. It understands the following standards and patterns for embedding data: * RDFa <http://www.w3.org/TR/rdfa-syntax/> * Microformats <http://microformats.org/> * GRDDL <http://www.w3.org/TR/grddl/> * Microdata <...
TOBYINK/HTML-Data-Parser-0.006 - 03 Jul 2012 09:49:27 UTC - Search in distribution
Text::Microformat - A Microformat parser
Text::Microformat is a Microformat parser for Perl. Text::Microformat sports a very pluggable API, which allows not only new kinds of Microformats to be added, but also extension of the parser itself, to allow new parsing metaphors and source documen...
KGRENNAN/Text-Microformat-0.04 - 06 Jul 2007 18:26:02 UTC - Search in distribution
Plagger::Plugin::Subscription::XOXO - Subscription list with XOXO microformats
This plugin creates Subscription by fetching remote XOXO file by HTTP or locally (with "file://" URI). The parser is implemented in really a dumb way and only supports extracting URL (*href*) and title from A links inside XOXO "ul" or "ol" tags....
MIYAGAWA/Plagger-0.7.17 - 05 Dec 2006 07:40:09 UTC - Search in distribution