Skip to content

Commit

Permalink
gitweb: Move "Requirements" up in gitweb/INSTALL
Browse files Browse the repository at this point in the history
This way you can examine prerequisites at first glance, before
detailed instructions on installing gitweb.  Straightforward
text movement.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jakub Narebski authored and Junio C Hamano committed Jun 3, 2011
1 parent 560869e commit 80b4dfe
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions gitweb/INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@ The above example assumes that your web server is configured to run
scripts).


Requirements
------------

- Core git tools
- Perl
- 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


Build time configuration
------------------------

Expand Down Expand Up @@ -347,21 +362,6 @@ $projects_list variable in gitweb config):
perl -- /var/www/cgi-bin/gitweb.cgi


Requirements
------------

- Core git tools
- Perl
- 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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 80b4dfe

Please sign in to comment.