From: Stefan Imhoff Date: Mon, 11 Aug 2014 08:07:39 +0000 (+0200) Subject: Merge pull request #29 from klaernie/inline_pngs X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=commitdiff_plain;h=a8fdfbb062149ae607a0bdac708d114edd7d7906;hp=1badedcecf94713335ac9481d842b3de61e18675 Merge pull request #29 from klaernie/inline_pngs integrate external PNGs into the CSS --- 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