diff options
author | Jakub Narebski <jnareb@gmail.com> | 2011-02-04 00:20:48 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-02-07 14:29:15 -0800 |
commit | 2e9c8789b7b0d4d3cd2f951e1694387686e2d740 (patch) | |
tree | b5e4c48fc7261575b2522ca763100338c7611c33 /gitweb/INSTALL | |
parent | 80aa55b40ba36a4d0c43d6348a2831b0c6f17e62 (diff) | |
download | git-2e9c8789b7b0d4d3cd2f951e1694387686e2d740.tar.gz |
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 <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'gitweb/INSTALL')
-rw-r--r-- | gitweb/INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gitweb/INSTALL b/gitweb/INSTALL index 823053173c..4964a679b3 100644 --- a/gitweb/INSTALL +++ b/gitweb/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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |