Simplify how content gets mangled.
[catagits/Gitalist.git] / gitalist.conf
1 name Gitalist
2
3 <Model::CollectionOfRepos>
4     #git /path/to/git
5     # Configure this to where your repositories are.
6     # NOTE - If you are running from a checkout, there is a gitalist_local.conf
7     #        which will override settings here!!
8     # See: http://search.cpan.org/dist/Gitalist/lib/Gitalist.pm#WHEN_CHECKING_GITALIST_OUT_OF_GIT
9     # repo_dir __path_to(../)__
10 </Model::CollectionOfRepos>
11
12 # default = standard Gitalist transformer
13 # other   = ?cm=$mangler
14 <Model::ContentMangler>
15   <blob>
16     default Gitalist::ContentMangler::Transformer::SyntaxHighlightBlob
17     doc     Gitalist::ContentMangler::Transformer::EnPodulate
18   </blob>
19   <diff_fancy>
20     default Gitalist::ContentMangler::Transformer::SyntaxHighlightDiff
21   </diff_fancy>
22 </Model::ContentMangler>
23
24 sitename "A Gitalist"
25
26 <paging>
27   log = 20
28   summary = 17
29 </paging>
30
31 # Support gitweb patches action.
32 <patches>
33   max = 16
34 </patches>