From fd5a1f0952c8c76e718a52748df8f3a96ffc5f34 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 2 Nov 2019 21:51:08 +0000 Subject: doc: add public-inbox.cgi(1) manpage Yet another case of documenting things which should NOT be used :> --- Documentation/.gitignore | 1 + Documentation/include.mk | 1 + Documentation/public-inbox.cgi.pod | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 Documentation/public-inbox.cgi.pod (limited to 'Documentation') diff --git a/Documentation/.gitignore b/Documentation/.gitignore index 4d2ca22f..f26169ac 100644 --- a/Documentation/.gitignore +++ b/Documentation/.gitignore @@ -1,3 +1,4 @@ /public-inbox-*.txt +/public-inbox.cgi.txt /standards.txt /.x diff --git a/Documentation/include.mk b/Documentation/include.mk index fd2c95f2..e948778a 100644 --- a/Documentation/include.mk +++ b/Documentation/include.mk @@ -37,6 +37,7 @@ podtext = $(PODTEXT) $(PODTEXT_OPTS) m1 = m1 += public-inbox-compact m1 += public-inbox-convert +m1 += public-inbox.cgi m1 += public-inbox-edit m1 += public-inbox-httpd m1 += public-inbox-index diff --git a/Documentation/public-inbox.cgi.pod b/Documentation/public-inbox.cgi.pod new file mode 100644 index 00000000..01187d84 --- /dev/null +++ b/Documentation/public-inbox.cgi.pod @@ -0,0 +1,34 @@ +=head1 NAME + +public-inbox.cgi - CGI wrapper for PublicInbox::WWW + +=head1 SYNOPSIS + +You generally want to run public-inbox-httpd, instead + +=head1 DESCRIPTION + +public-inbox.cgi provides a CGI interface wrapper on top of the +PSGI/Plack L module. It is only provided for +compatibility reasons and NOT recommended. + +CGI with Perl is slow due to code loading overhead and web servers lack +the scheduling fairness of L for handling git +clones and streaming large mbox downloads. + +=head1 CONTACT + +Feedback welcome via plain-text mail to L + +The mail archives are hosted at L +and L + +=head1 COPYRIGHT + +Copyright 2019 all contributors L + +License: AGPL-3.0+ L + +=head1 SEE ALSO + +L, L, L, -- cgit v1.2.3-24-ge0c7