Stripe the tables and semantify the pages.
[catagits/Gitalist.git] / gitalist.conf
index 81b1fb4..9164bf4 100644 (file)
@@ -1,8 +1,9 @@
 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"
 
@@ -14,9 +15,6 @@ 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>