From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

@prefix foaf: <http://xmlns.com/foaf/0.1/> .
_:r1371215311r0 dcs:item [
a dcs:Documentation ;
rdfs:label "Include examples of how to extend HTML::HTML5::ToText using traits."@en
], [
a dcs:Addition ;
rdfs:label "Support align attribute on table cells, columns and colgroups. Values 'justify' and 'char' are not supported."@en
], [
rdfs:label "Table header cells <th> default to centre alignment."@en
] ;
dcs:versus dist:v_0-001 .
_:r1371215311r4 dcs:item [
a dcs:Bugfix ;
rdfs:label "Cope better with HTML comments."@en
] ;
dcs:versus dist:v_0-002 .
_:r1371215311r6 dcs:item [
a dcs:Bugfix ;
rdfs:label "Cope better with HTML comments in tables."@en
], [
a dcs:Update ;
rdfs:label "Stop using smartmatch operator."@en
] ;
dcs:versus dist:v_0-003 .
_:r1371215312r10 a foaf:Person ;
foaf:mbox <mailto:tobyink@cpan.org> ;
foaf:name "Toby Inkster" .
_:r1371215312r9 doap:browse <https://github.com/tobyink/p5-html-html5-totext> ;
a doap:GitRepository .
<http://dev.perl.org/licenses/> <http://purl.org/dc/terms/title> "the same terms as the perl 5 programming language system itself" .
dist:project cpant:perl_version_from _:main ;
cpant:readme_from _:main ;
cpant:requires "HTML::HTML5::Parser 0.108", "List::Util", "Moose", "MooseX::Traits", "POSIX", "Text::Wrap", "XML::LibXML::PrettyPrint", "common::sense", "namespace::autoclean", "utf8" ;
cpant:test_requires "Test::More 0.61" ;
cpant:version_from _:main ;
doap:created "2012-01-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
doap:developer _:r1371215312r10 ;
doap:name "HTML-HTML5-ToText" ;
doap:programming-language "Perl" ;
doap:release dist:v_0-001, dist:v_0-002, dist:v_0-003, dist:v_0-004 ;
doap:repository _:r1371215312r9 ;
doap:shortdesc "convert HTML to plain text" ;
a doap:Project .
doap:revision "0.001"^^<http://www.w3.org/2001/XMLSchema#string> ;
a doap:Version ;
rdfs:label "Initial release" .
dist:v_0-002 dcs:changeset _:r1371215311r0 ;
doap:revision "0.002"^^<http://www.w3.org/2001/XMLSchema#string> ;
a doap:Version .
dist:v_0-003 dcs:changeset _:r1371215311r4 ;
doap:revision "0.003"^^<http://www.w3.org/2001/XMLSchema#string> ;
a doap:Version .
dist:v_0-004 dcs:changeset _:r1371215311r6 ;
doap:revision "0.004"^^<http://www.w3.org/2001/XMLSchema#string> ;
a doap:Version .