Added a first cut of the /atom action.
[catagits/Gitalist.git] / gitalist.conf
index f3080de..5eb974f 100644 (file)
@@ -1,22 +1,20 @@
 name Gitalist
 
-git /home/dbrook/apps/bin/git
-projectroot /home/dbrook/dev
-repo_dir /home/dbrook/dev
+<Model::GitRepos>
+    #git /path/to/git
+    repo_dir __path_to(../)__
+</Model::GitRepos>
 
 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
 
 home_link /
 home_link_str "A Gitalist"
 
-# XXX let's not hardcode these yeah?
-version 1.6.3.3
-
 # show repository only if this file exists
 # (only effective if this variable evaluates to true)
 # export_ok 
@@ -33,11 +31,16 @@ 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
 # the number is relative to the projectroot
 project_maxdepth 2007
+
+<paging>
+  log = 50
+  summary = 17
+</paging>