improve category documentation
authorroot <kandre@ak-online.be>
Thu, 7 Aug 2014 11:12:05 +0000 (13:12 +0200)
committerroot <kandre@ak-online.be>
Thu, 7 Aug 2014 11:12:05 +0000 (13:12 +0200)
I think this should explain this more easily for newcomers.

README.markdown

index d4d6b63e5fd34f4e3e52a005dd4b2552b66efc95..d9d3ceecaf9e42ab55a4035f8aa053596b03f1df 100644 (file)
@@ -54,7 +54,14 @@ $feature{'avatar'}{'default'} = ['gravatar'];
 
 ### Categories
 
 
 ### 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
 
 
 ## Setup Script