catagits/Web-Simple.git
2010-05-11 Matt S Trout experimentally expose psgi $env as $_[ENV] with-ENV
2010-02-22 markie switch to using Plack, add FCGI support, use Plack...
2010-01-20 Matt S Trout skeleton BUILDALL support
2009-12-18 Josh McMichael fixed url path segment match regex so that trailing...
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 Tomas Doran Add .gitignore
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... changes for css_declare
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-12-01 Matt S Trout changes line for 0.002 and bump version in Web/Simple.pm
2009-11-30 Matt S Trout add hello-world.cgi example as file
2009-11-30 Matt S Trout remove erroneous dispatch test
2009-11-30 Matt S Trout sub {} == undef proto, sub () {} == '' proto
2009-11-30 Matt S Trout fix Application.pm to handle empty sub protos correctly
2009-11-27 Arthur Axel... Merge branch 'master' of catagits@git.shadowcat.co...
2009-11-27 Arthur Axel... wrap tests in blocks and a failing tests for ?foo=
2009-11-27 Arthur Axel... examples, and rearrangement
2009-11-27 Matt S Trout update Changes
2009-11-27 Matt S Trout add as_psgi_app and make run_if_script return it for...
2009-11-26 Arthur Axel... fix some really basic doc
2009-11-26 Arthur Axel... fix obvious errors in dispatchex
2009-11-26 Arthur Axel... synopsis
2009-11-24 Matt S Trout dist files
2009-11-24 Matt S Trout nuke rogue Data::Dumper::Concise invocation
2009-11-24 Matt S Trout POD cleanup, extended warning and changes section
2009-11-24 Matt S Trout amend post.t to work with new body parsing rules
2009-11-24 Matt S Trout implement ?:foo syntax and make ?foo positional
2009-11-23 Matt S Trout switch dispatch [] to dispatch {}
2009-11-23 Matt S Trout first cut at body matching
2009-11-23 Matt S Trout change filter_response to response_filter in the places...
2009-11-23 Matt S Trout working query parameter handling
2009-11-22 Matt S Trout first cut of query/body parsing, no body support, no...
2009-11-22 Matt S Trout simple param parser
2009-11-22 Matt S Trout explain dispatch subroutine more
2009-11-22 Matt S Trout subdispatch
2009-11-22 Matt S Trout /foo/*/... syntax
2009-11-22 Matt S Trout document new dispatcher features
2009-11-22 Matt S Trout implement !
2009-11-22 Matt S Trout nesting error message
2009-11-22 Matt S Trout implement ()
2009-11-22 Matt S Trout test three combination |
2009-11-22 Matt S Trout implement | dispatch combinator
2009-11-21 Matt S Trout more renaming and cleanup
2009-11-21 Matt S Trout add return so code doesn't explode after use
2009-11-21 Matt S Trout add %INC entry setting to Web::Simple import() method
2009-11-12 Matt S Trout more dispatch strategy documentation
2009-11-11 Matt S Trout start of dispatch strategy docs
2009-11-11 Matt S Trout switched to Web::Simple::Dispatcher
2009-11-04 Matt S Trout first chunk o' docs
2009-11-04 Matt S Trout default default_config method
2009-11-04 Matt S Trout add ** to capture unlimited path parts
2009-11-04 Matt S Trout perl bloggery.cgi / runs get request
2009-11-04 Matt S Trout I R RETARD. fix 500 errors
2009-10-23 Matt S Trout add presentation files from ipw 2009
2009-10-22 Matt S Trout path tweaks and shebang line
2009-10-22 Matt S Trout redispatch_to
2009-10-22 Matt S Trout fix nascent bug in bloggery.cgi
2009-10-22 Matt S Trout switch to map as a collection method - thanks to jnthn...
2009-10-22 Matt S Trout use overload::constant to escape attributes within...
2009-10-22 Matt S Trout sketch test showing output
2009-10-22 Matt S Trout first cut of Web-Simple
2009-10-22 Matt S Trout switch to + separated for sections
2009-10-22 Matt S Trout dispatch parser
2009-10-22 Matt S Trout rename sanitize to to_xml_string, add to_html_string
2009-10-22 Matt S Trout add test files
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