about summary refs log tree commit homepage
path: root/examples
DateCommit message (Collapse)
2014-05-01split out WWW package and CGI/PSGI-specific parts
This should allow us to more-easily test with Plack.
2014-04-30examples: make web configs consistent and add README
Hopefully this is enough to get some folks started.
2014-04-30add example configs for Apache2 mod_perl and CGI
These are probably still popular configurations in some settings, so include sample configurations to get folks started. These are trickier than an average CGI script to setup because we rely on pretty URLs from PATH_INFO and not ugly query parameters.
2014-04-21config: use description file for gitweb
Do not repeat ourselves, just use the same description file gitweb uses to avoid surprising users.
2014-04-17add example for CGI with Ruby WEBrick
Some people like old-fashioned Ruby and WEBrick is in the Ruby standard library, so widely available.
2014-04-14rename list from "bugs" to "meta"
"bugs" might confuse and limit the discussion, so "meta" it is!
2014-04-11config: support multiple addresses for a inbox
This makes it possible to gradually migrate to new address in case of list name changes, and is one step closer to operating in "stealth hijack mode" :)
2014-04-05remove failrepo config
We will just use the fallback in Email::Filter to reduce configuration knobs. Failed messages are failed messages, do not classify them beyond that.
2014-03-28config: revamp API and implement lookup