Added a first cut of the /atom action.
[catagits/Gitalist.git] / gitalist.conf
index 60c71e4..5eb974f 100644 (file)
@@ -1,22 +1,20 @@
 name Gitalist
 
-#git /path/to/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,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
@@ -44,5 +42,5 @@ project_maxdepth 2007
 
 <paging>
   log = 50
-  summary = 16
+  summary = 17
 </paging>