public-inbox.git  about / heads / tags
an "archives first" approach to mailing lists
blob 6b4bbfecc3e241b6b375191da5172fd0bfc5679e 222 bytes (raw)
$ git show HEAD:t/lei-mirror.psgi	# shows this blob on the CLI

1
2
3
4
5
6
7
8
9
 
use Plack::Builder;
use PublicInbox::WWW;
my $www = PublicInbox::WWW->new;
$www->preload;
builder {
	enable 'Head';
	mount '/pfx' => builder { sub { $www->call(@_) } };
	mount '/' => builder { sub { $www->call(@_) } };
};

git clone https://public-inbox.org/public-inbox.git
git clone http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/public-inbox.git