HTML-Blitz-0.05
high-performance, selector-based, content-aware HTML template engine
Changes for 0.05 - 2023-02-11
- fatalize 'uninitialized' warnings; i.e. templates will now die() if they encounter undefined variables
- treat basefont, bgsound, frame, keygen as void elements; i.e. they cannot have content or close tags
- special-case the contents of script, style, and title elements; they cannot have child elements and (in the case of style and script) they don't support HTML entities to escape text contents
Insight-Scriptures-0.01
The great new Insight::Scriptures!
Changes for 0.01
- First version, released on an unsuspecting world.
Plack-App-Tags-HTML-0.11
Plack application for running Tags::HTML objects.
Changes for 0.11 - 2023-02-10T23:06:45+01:00
- Fix doc and regen examples.
- Update copyright years.
- Update to new Plack::Component::Tags::HTML@0.12.
Plack-Component-Tags-HTML-0.12
Plack component for Tags with HTML output.
Changes for 0.12 - 2023-02-10T23:04:51+01:00
- Fix CSS processing from Tags::HTML::Page::Begin.