--- trunk/httpd.pl 2004/05/11 19:50:48 46 +++ trunk/httpd.pl 2004/05/11 22:59:27 47 @@ -8,6 +8,29 @@ unshift(@INC, $basedir); } +=head1 NAME + +httpd.pl - http server for Mail::Box Web Search + +=head1 SYNOPSYS + + httpd.pl [local.conf] + +=head1 DESCRIPTION + +This is small http server, based on C which is designed +for single-user use (on laptop for example) via loopback. + +It doesn't provide any authentification or authorisation, and it can handle +just one request at the time, so it's not suted for public-facing sites, +even if you don't care about security of your mailboxes. + +=head1 SEE ALSO + +C perl modules which are part of this package + +=cut + use strict; use warnings; use MWS::SWISH;