]> Sergey Matveev's repositories - public-inbox.git/commit
cgit: support running cgit as a standalone CGI
authorEric Wong <e@80x24.org>
Sun, 10 Mar 2019 22:02:29 +0000 (22:02 +0000)
committerEric Wong <e@80x24.org>
Thu, 4 Apr 2019 09:13:58 +0000 (09:13 +0000)
commit7f9cf4cbf5920591a955035555c2969d7d29af66
tree4ac91316b886c7753aae8b6ffb09496d449ca72b
parent55c250a8937ccdd2e600980d5e5812c7267f996e
cgit: support running cgit as a standalone CGI

We depend on git-http-backend for smart HTTP clone support,
however; since cgit does not support smart clones natively.
WWW.pm will be able to cascade down to this as a 404 handler in
the future.
MANIFEST
examples/cgit.psgi [new file with mode: 0644]
lib/PublicInbox/Cgit.pm [new file with mode: 0644]