Added a first cut of the /atom action.
[catagits/Gitalist.git] / gitalist.conf
index a3f08fc..5eb974f 100644 (file)
@@ -8,7 +8,7 @@ name Gitalist
 sitename "Gitalist presently"
 
 # URI and label (title) of GIT logo link
-logo_url   git-scm.org
+logo_url   http://git-scm.org
 logo_label "git homepage"
 logo_img   /git-logo.png
 
@@ -31,9 +31,9 @@ favicon /git-favicon.png
 
 # $feature{'blame'}{'default'} = [1];
 <feature>
-       <blame>
-               default = 1
-       </blame>
+  <blame>
+    default = 1
+  </blame>
 </feature>
 
 # fs traversing limit for getting project list
@@ -42,5 +42,5 @@ project_maxdepth 2007
 
 <paging>
   log = 50
-  summary = 16
+  summary = 17
 </paging>