From f86480fc768fbb7c0a9c7a833abedbdec3174633 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 7 Aug 2014 13:12:05 +0200 Subject: [PATCH 1/1] improve category documentation I think this should explain this more easily for newcomers. --- README.markdown | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index d4d6b63..d9d3cee 100644 --- a/README.markdown +++ b/README.markdown @@ -54,7 +54,14 @@ $feature{'avatar'}{'default'} = ['gravatar']; ### Categories -Gitweb supports categories, which can be enabled by adding a file to your Git-Repository: `.git/category`. In this file you write the name of the category. In the Gitweb interface they will get grouped by category. +Gitweb and this theme support categories, which can be enabled by the following gitweb config option: + +```perl +$projects_list_group_categories = true;¬ +``` + +The category name for each repository is read from `.git/category`, in the same manner as `.git/description`. + ## Setup Script -- 2.30.2