Skip to content

Commit 2e9c878

Browse files
jnarebgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 80aa55b commit 2e9c878

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gitweb/INSTALL

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,12 @@ Requirements
237237
- Perl modules: CGI, Encode, Fcntl, File::Find, File::Basename.
238238
- web server
239239

240+
The following optional Perl modules are required for extra features
241+
- Digest::MD5 - for gravatar support
242+
- CGI::Fast and FCGI - for running gitweb as FastCGI script
243+
- HTML::TagCloud - for fancy tag cloud in project list view
244+
- HTTP::Date or Time::ParseDate - to support If-Modified-Since for feeds
245+
240246

241247
Example web server configuration
242248
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)