about summary refs log tree commit homepage
path: root/public-inbox-cgi
DateCommit message (Collapse)
2014-04-08cgi: cleanup dependencies
We do not need to use CGI::Util internals here.
2014-04-07cgi: make internal interface more Plack-like
This should make it easier to support non-CGI uses, as well as making it easier to generate static sites.
2014-04-07feed: generate takes a hashref for args
Passing a giant argument list is to error prone and hard-to-document.
2014-04-05get a basic CGI feed sender running
We should be able to wire up the rest, soon.