Bump version to 0.002008, regen README, update Changes.
[catagits/Gitalist.git] / gitalist.conf
index a3f08fc..d2e747c 100644 (file)
@@ -1,39 +1,18 @@
 name Gitalist
 
-<Model::GitRepos>
+<Model::CollectionOfRepos>
     #git /path/to/git
-    repo_dir __path_to(../)__
-</Model::GitRepos>
+    # Configure this to where your repositories are.
+    # repo_dir __path_to(../)__
+</Model::CollectionOfRepos>
 
-sitename "Gitalist presently"
-
-# URI and label (title) of GIT logo link
-logo_url   git-scm.org
-logo_label "git homepage"
-logo_img   /git-logo.png
-
-home_link /
-home_link_str "A Gitalist"
-
-# show repository only if this file exists
-# (only effective if this variable evaluates to true)
-# export_ok 
-
-# XXX Code in config FAIL
-# show repository only if this subroutine returns true
-# when given the path to the project, for example:
-#    sub { return -e "$_[0]/git-daemon-export-ok"; }
-# export_auth_hook
-
-# stylesheet path/to/your/stylesheet.css
-logo /git-logo.png
-favicon /git-favicon.png
+sitename "A Gitalist"
 
 # $feature{'blame'}{'default'} = [1];
 <feature>
-       <blame>
-               default = 1
-       </blame>
+  <blame>
+    default = 1
+  </blame>
 </feature>
 
 # fs traversing limit for getting project list
@@ -42,5 +21,9 @@ project_maxdepth 2007
 
 <paging>
   log = 50
-  summary = 16
+  summary = 17
 </paging>
+
+<patches>
+  max = 16
+</patches>