#############################################################
@prefix : <http://usefulinc.com/ns/doap#> .
@prefix dcs: <http://ontologi.es/doap-changeset#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix my: <http://search.cpan.org/dist/HTML-Microformats/#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix toby: <http://tobyinkster.co.uk/#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
#############################################################
<>
dc:title "Changes" ;
dc:description "Revision history for Perl extension HTML::Microformats."@en ;
dc:subject my:project ;
dc:creator toby:i .
#############################################################
my:v_0_00_00
a :Version ;
dc:issued "2010-02-19"^^xsd:date ;
:revision "0.00_00"^^xsd:string ;
:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/HTML-Microformats-0.00_00.tar.gz> ;
rdfs:comment "Original version, forked from Swignition. Supports hCard, adr, geo and rel-tag."@en .
my:v_0_00_01
a :Version ;
dc:issued "2010-02-24"^^xsd:date ;
:revision "0.00_01"^^xsd:string ;
:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/HTML-Microformats-0.00_01.tar.gz> ;
rdfs:comment "Adds XFN, species and hMeasure."@en ;
dcs:changeset [
dcs:versus my:v_0_00_00 ;
dcs:item
[ rdfs:label "Figure out which hCard on a page is the 'representative' one (for the purposes of XFN)."@en ; a dcs:Addition ] ,
[ rdfs:label "XFN support."@en ; a dcs:Addition ] ,
[ rdfs:label "Copyright statements now reflect the fact that much of this code comes from 2008."@en ] ,
[ rdfs:label "Draft 'species' microformat support."@en ; a dcs:Addition ] ,
[ rdfs:label "Improve hCard type+value property parsing."@en ] ,
[ rdfs:label "Draft 'hMeasure' microformat support."@en ; a dcs:Addition ] ,
[ rdfs:label "Document HTML::Microformats::hCard."@en ]
] .
my:v_0_00_02
a :Version ;
dc:issued "2010-03-01"^^xsd:date ;
:revision "0.00_02"^^xsd:string ;
:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/HTML-Microformats-0.00_02.tar.gz> ;
rdfs:comment "Adds rel-license, rel-enclosure, hAtom and hNews."@en ;
dcs:changeset [
dcs:versus my:v_0_00_01 ;
dcs:item
[ rdfs:label "Split out some common rel-X parsing into HTML::Microformats::_rel."@en ] ,
[ rdfs:label "rel-license support."@en ; a dcs:Addition ] ,
[ rdfs:label "rel-enclosure support."@en ; a dcs:Addition ] ,
[ rdfs:label "Support for hAtom and hNews."@en ; a dcs:Addition ] ,
[ rdfs:label "Document geo, adr, XFN and hAtom support."@en ]
] .
#############################################################
my:project
a :Project ;
:name "HTML-Microformats" ;
:shortdesc "parse microformats in HTML"@en ;
:programming-language "Perl" ;
:homepage <http://search.cpan.org/dist/HTML-Microformats/> ;
:download-page <http://search.cpan.org/dist/HTML-Microformats/> ;
:bug-database <http://rt.cpan.org/Dist/Display.html?Queue=HTML-Microformats> ;
:repository [ a :SVNRepository ; :browse <http://goddamn.co.uk/viewvc/perlmods/HTML-Microformats/> ] ;
:maintainer toby:i ;
:developer toby:i ;
:documenter toby:i ;
:tester toby:i ;
:created "2010-02-08"^^xsd:date ;
:license <http://dev.perl.org/licenses/> ;
:release my:v_0_00_00 , my:v_0_00_01 , my:v_0_00_02 .
#############################################################
toby:i
a foaf:Person ;
foaf:name "Toby Inkster" ;
foaf:homepage <http://tobyinkster.co.uk/> ;
foaf:page <http://search.cpan.org/~tobyink/> ;
foaf:mbox <mailto:tobyink@cpan.org> .
#############################################################