experimentally expose psgi $env as $_[ENV]
[catagits/Web-Simple.git] / lib /
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 Fix escaping of '"' in XML::Tags::to_xml_string
2009-12-09 Arthur Axel 'fREW... switch to Syntax::Keyword::Gather
2009-12-05 Arthur Axel 'fREW... Merge branch 'css_declare'
2009-12-04 Arthur Axel 'fREW... new html tag list from quackit.com/html_5/tags/
2009-12-03 Arthur Axel 'fREW... add lots of CSS properties (eskimo.com/~bloo/indexdot...
2009-12-01 Arthur Axel 'fREW... CSS::Declare works with arrays instead of arrayrefs
2009-12-01 Matt S Trout changes line for 0.002 and bump version in Web/Simple.pm
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 'fREW... examples, and rearrangement
2009-11-27 Matt S Trout add as_psgi_app and make run_if_script return it for...
2009-11-26 Arthur Axel 'fREW... fix some really basic doc
2009-11-26 Arthur Axel 'fREW... synopsis
2009-11-24 Matt S Trout POD cleanup, extended warning and changes section
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 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-22 Matt S Trout redispatch_to
2009-10-22 Matt S Trout use overload::constant to escape attributes within...
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 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