about summary refs log tree commit homepage
path: root/examples/public-inbox.psgi
DateCommit message (Collapse)
2015-09-06update copyright headers and email addresses
In the future, it should be possible to use this: git ls-files | UPDATE_COPYRIGHT_HOLDER='all contributors' \ UPDATE_COPYRIGHT_USE_INTERVALS=2 \ xargs /path/to/gnulib/build-aux/update-copyright
2015-09-03examples/public-inbox.psgi: update with middlewares
HTML, text, and probably Atom feeds should be compressed.
2014-10-26examples/public-inbox.psgi: add usage to comments
I often forget how to run this
2014-05-01split out WWW package and CGI/PSGI-specific parts
This should allow us to more-easily test with Plack.