From: Jakub Narebski Date: Thu, 3 Feb 2011 23:20:48 +0000 (+0100) Subject: gitweb: Mention optional Perl modules in INSTALL X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/ffc27f6b51b4f1ceb0c71d01950a6bb805579a52e6f52dedb64d1c2007110204 gitweb: Mention optional Perl modules in INSTALL Some optional additional Perl modules are required for some of extra features. Mention those in gitweb/INSTALL. Signed-off-by: Jakub Narebski Signed-off-by: Junio C Hamano --- diff --git a/INSTALL b/INSTALL index 94cef40..da9b66a 100644 --- a/INSTALL +++ b/INSTALL @@ -237,6 +237,12 @@ Requirements - Perl modules: CGI, Encode, Fcntl, File::Find, File::Basename. - web server +The following optional Perl modules are required for extra features + - Digest::MD5 - for gravatar support + - CGI::Fast and FCGI - for running gitweb as FastCGI script + - HTML::TagCloud - for fancy tag cloud in project list view + - HTTP::Date or Time::ParseDate - to support If-Modified-Since for feeds + Example web server configuration ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~