diff options
| author | Junio C Hamano <gitster@pobox.com> | 2011-05-26 10:31:53 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2011-05-26 10:31:53 -0700 |
| commit | 229e72dd6a34a2fbe5998fbddde44cb00174a602 (patch) | |
| tree | 7d2b61db566683eee0bd7394b09d857f3d9dbb82 /gitweb/README | |
| parent | 0a2a5d889dcd0982de31e1d4faee3242854d7b9d (diff) | |
| parent | d940c9015d1a770b4f8ed8e9b38cf3d16f47a6cd (diff) | |
| download | git-229e72dd6a34a2fbe5998fbddde44cb00174a602.tar.xz | |
Merge branch 'jn/ctags-more'
* jn/ctags-more:
gitweb: Optional grouping of projects by category
gitweb: Modularized git_get_project_description to be more generic
gitweb: Split git_project_list_body in two functions
Diffstat (limited to 'gitweb/README')
| -rw-r--r-- | gitweb/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gitweb/README b/gitweb/README index a92bde7f14..a3a697bf55 100644 --- a/gitweb/README +++ b/gitweb/README @@ -207,6 +207,15 @@ not include variables usually directly set during build): full description is available as 'title' attribute (usually shown on mouseover). By default set to 25, which might be too small if you use long project descriptions. + * $projects_list_group_categories + Enables the grouping of projects by category on the project list page. + The category of a project is determined by the $GIT_DIR/category + file or the 'gitweb.category' variable in its repository configuration. + Disabled by default. + * $project_list_default_category + Default category for projects for which none is specified. If set + to the empty string, such projects will remain uncategorized and + listed at the top, above categorized projects. * @git_base_url_list List of git base URLs used for URL to where fetch project from, shown in project summary page. Full URL is "$git_base_url/$project". @@ -314,6 +323,13 @@ You can use the following files in repository: from the template during repository creation. You can use the gitweb.description repo configuration variable, but the file takes precedence. + * category (or gitweb.category) + Singe line category of a project, used to group projects if + $projects_list_group_categories is enabled. By default (file and + configuration variable absent), uncategorized projects are put in + the $project_list_default_category category. You can use the + gitweb.category repo configuration variable, but the file takes + precedence. * cloneurl (or multiple-valued gitweb.url) File with repository URL (used for clone and fetch), one per line. Displayed in the project summary page. You can use multiple-valued |
