Skip to content

Commit 80b4dfe

Browse files
jnarebgitster
authored andcommitted
gitweb: Move "Requirements" up in gitweb/INSTALL
This way you can examine prerequisites at first glance, before detailed instructions on installing gitweb. Straightforward text movement. Signed-off-by: Jakub Narebski <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 560869e commit 80b4dfe

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

gitweb/INSTALL

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,21 @@ The above example assumes that your web server is configured to run
2525
scripts).
2626

2727

28+
Requirements
29+
------------
30+
31+
- Core git tools
32+
- Perl
33+
- Perl modules: CGI, Encode, Fcntl, File::Find, File::Basename.
34+
- web server
35+
36+
The following optional Perl modules are required for extra features
37+
- Digest::MD5 - for gravatar support
38+
- CGI::Fast and FCGI - for running gitweb as FastCGI script
39+
- HTML::TagCloud - for fancy tag cloud in project list view
40+
- HTTP::Date or Time::ParseDate - to support If-Modified-Since for feeds
41+
42+
2843
Build time configuration
2944
------------------------
3045

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

349364

350-
Requirements
351-
------------
352-
353-
- Core git tools
354-
- Perl
355-
- Perl modules: CGI, Encode, Fcntl, File::Find, File::Basename.
356-
- web server
357-
358-
The following optional Perl modules are required for extra features
359-
- Digest::MD5 - for gravatar support
360-
- CGI::Fast and FCGI - for running gitweb as FastCGI script
361-
- HTML::TagCloud - for fancy tag cloud in project list view
362-
- HTTP::Date or Time::ParseDate - to support If-Modified-Since for feeds
363-
364-
365365
Example web server configuration
366366
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
367367

0 commit comments

Comments
 (0)