The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
############################################################################
## Changes #################################################################
############################################################################

XRD-Parser
==========

Created:      2009-12-04
Home page:    <http://search.cpan.org/dist/XRD-Parser/>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=XRD-Parser>
Maintainer:   Toby Inkster <mailto:tobyink@cpan.org>

0.06 [2010-04-26]
 - Add reasonable timeouts for hostmeta constructor.

0.05 [2010-02-02]
 - (Update) Switch to my new build system.
 - (Addition) host_uri and template_uri utility functions.
 - (Update) Synchronise callback functionality with RDF::RDFa::Parser 0.30.
 - (Update) Copyright 2010.
 - Provide an alternative method of handling <Property> within <Link>: RDFS
   subproperties.
 - Allow both methods of handling <Property> within <Link> to be toggled
   independently.

0.04 [2009-12-16]
 - Don't reify <Link> elements multiple times for multiple <Property>
   children.
 - Parse <Property> children of <Link template> elements.
 - Support http://host-meta.net/xrd/1.0 and http://host-meta.net/ns/1.0 as
   alternatives.

0.03
 - (Addition) Provide an XRD::Parser->hostmeta($uri) shortcut constructor.
 - Prefer namespace-aware DOM functions.
 - Send proper HTTP Accept header when requesting XRD files.

0.02
 - Map XRD <Expires/> element to the RDF URI
   <http://ontologi.es/xrd#expires>.
 - (Addition) Support <Link template/> attribute via a special datatype and
   special predicate URI scheme.
 - (Addition) Support for host-meta's <hm:Host/> element as a way to set
   subjects.
 - Implement <Alias/> element as an owl:sameAs-like predicate rather than
   simply duplicating data.
 - (Addition) Support for IANA keywords in <Link rel/> attribute.

0.01 # First release