Added a first cut of the /atom action.
[catagits/Gitalist.git] / gitalist.conf
index c0a6951..5eb974f 100644 (file)
@@ -1,6 +1,19 @@
 name Gitalist
 
-projectroot /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   http://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)
@@ -12,18 +25,22 @@ projectroot /home/dbrook/dev
 #    sub { return -e "$_[0]/git-daemon-export-ok"; }
 # export_auth_hook
 
-# home_text # html text to include at home page
 # stylesheet path/to/your/stylesheet.css
 logo /git-logo.png
 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>