Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: Mention optional Perl modules in INSTALL
author
Jakub Narebski
<jnareb@gmail.com>
Thu, 3 Feb 2011 23:20:48 +0000
(
00:20
+0100)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 7 Feb 2011 22:29:15 +0000
(14:29 -0800)
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>
gitweb/INSTALL
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
80aa55b
)
diff --git
a/gitweb/INSTALL
b/gitweb/INSTALL
index 823053173c92e4097dad54945db16f42b4b5d994..4964a679b3013caa9bfa2f438dc110eaa0274b69 100644
(file)
--- a/
gitweb/INSTALL
+++ b/
gitweb/INSTALL
@@
-237,6
+237,12
@@
Requirements
- Perl modules: CGI, Encode, Fcntl, File::Find, File::Basename.
- web server
- 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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Example web server configuration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~