catagits/HTML-Zoom.git
2011-02-15 Matt S Trout convert to Distar
2011-02-10 Matt S Trout avoid undef errors blowing out XML::Tags
2010-11-20 Matt S Trout switch to Moo
2010-01-20 Matt S Trout skeleton BUILDALL support
2009-12-16 Jakub Narebski t/tags.t: HTML comments ok
2009-12-16 Jakub Narebski t/tags.t: HTML tags which conflict with Perl built...
2009-12-16 Jakub Narebski Fix escaping of '"' in XML::Tags::to_xml_string
2009-12-15 Jakub Narebski t/tags.t: Test escaping of attributes more extensively
2009-12-15 Jakub Narebski t/tags.t: Test that Document Type Declaration (DTD...
2009-12-12 Jakub Narebski t/tags.t: Test that XML processing instruction (<?xml...
2009-12-11 Jakub Narebski t/tags.t: Test of automatic escaping of user data
2009-12-11 Arthur Axel... tests for html escaping (jnareb)
2009-12-09 Arthur Axel... switch to Syntax::Keyword::Gather
2009-12-05 Arthur Axel... Merge branch 'css_declare'
2009-12-04 Arthur Axel... new html tag list from quackit.com/html_5/tags/
2009-12-03 Arthur Axel... add lots of CSS properties (eskimo.com/~bloo/indexdot...
2009-12-03 Arthur Axel... better test for unimporting
2009-12-01 Arthur Axel... Look how dumb I am
2009-12-01 Arthur Axel... CSS::Declare works with arrays instead of arrayrefs
2009-12-01 Arthur Axel... super basic tests for CSS::Declare, also dep
2009-11-24 Matt S Trout dist files
2009-10-22 Matt S Trout use overload::constant to escape attributes within...
2009-10-22 Matt S Trout rename sanitize to to_xml_string, add to_html_string
2009-10-22 Matt S Trout comment this up the arseholes
2009-10-22 Matt S Trout cleanup to _set_glob function
2009-10-22 Matt S Trout cleanup glob override
2009-10-21 Matt S Trout add sanitize sub
2009-10-21 Matt S Trout make XML::Tags return scalarrefs
2009-10-21 Matt S Trout basic HTML tags
2009-10-21 Matt S Trout first cut of XML::Tags