Simplify how content gets mangled.
[catagits/Gitalist.git] / gitalist.conf
CommitLineData
89de6a33 1name Gitalist
86382b95 2
7bf1a6f5 3<Model::CollectionOfRepos>
fb594cc7 4 #git /path/to/git
a5f84b93 5 # Configure this to where your repositories are.
7270cf90 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
a5f84b93 9 # repo_dir __path_to(../)__
7bf1a6f5 10</Model::CollectionOfRepos>
e66db0fb 11
701c72d2 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
7ebec345 24sitename "A Gitalist"
e66db0fb 25
fde5091f 26<paging>
2ee4b079 27 log = 20
f78e75d8 28 summary = 17
fde5091f 29</paging>
61ba8635 30
5111a8ab 31# Support gitweb patches action.
61ba8635 32<patches>
33 max = 16
34</patches>