about summary refs log tree commit homepage
path: root/public-inbox-cgi
DateCommit message (Expand)
2014-04-12cgi: rename to have .cgi suffix
2014-04-11cgi: wire up HTML pages for messages
2014-04-11cgi: add one-line descriptions for subroutines
2014-04-11cgi: /$LISTNAME/ and /$LISTNAME/index.html are equal
2014-04-11cgi: be strict about UTF-8 encoding in HTML and XML
2014-04-10cgi: implement get_mid_txt
2014-04-10cgi: wire up index + tests
2014-04-10cgi: do not specify charset in Atom HTTP header
2014-04-10cgi: remove some redundant logic
2014-04-08cgi: cleanup dependencies
2014-04-07cgi: make internal interface more Plack-like
2014-04-07feed: generate takes a hashref for args
2014-04-05get a basic CGI feed sender running