Add CXD
[catagits/gitosis-admin.git] / gitosis.conf
1 # lines starting with whitespace are continuation lines
2 # hash at start of line = whole-line comment
3 # space + semicolon = comment
4
5 [gitosis]
6
7 [group gitosis-admin]
8 writable =
9     gitosis-admin
10 #    Catalyst-Runtime ; uncomment once pushed
11     Catalyst-Devel
12 members = mst t0m rafl marcus jester aristotle apeiron
13
14 [group Engines]
15 writable = Catalyst-Engine-SCGI Catalyst-Engine-STOMP fcgi2
16 members = @gitosis-admin lando chansen
17
18 [group catalyst-dev]
19 writable =
20     CatalystX-DynamicComponent
21     Test-NoTabs
22     Test-EOL
23     Catalyst-Action-REST
24     Catalyst-Devel
25     Catalyst-Authentication-Realm-Adaptor
26     Catalyst-View-ContentNegotiation-XHTML
27     Catalyst-Component-ACCEPT_CONTEXT
28 #    Catalyst-TraitFor-Controller-Data-FormValidator ; uncomment once pushed
29     Web-Simple HTML-Zoom App-IdiotBox
30     copyrite
31     Catalyst-Controller-DBIC-API
32     Catalyst-Controller-MovableType
33     Catalyst-View-Component-SubInclude
34     Catalyst-Plugin-ConfigLoader-Environment
35     Catalyst-Traitfor-Request-ProxyBase
36     CatalystX-Debug-ResponseHeaders
37     CatalystX-Debug-RequestHeaders
38     Catalyst-ActionRole-ExpiresHeader
39     Catalyst-Plugin-FormValidator-Simple
40     Catalyst-Controller-WrapCGI
41     CatalystX-Declare
42 members = @all
43
44 [group catbook-code]
45 writable = catbook-code
46 members = ash mst
47
48 [group Gitalist-committers]
49 writable = Gitalist
50 members = @gitosis-admin ranguard broquaint ilmari zts abraxxa seven bricas dip
51
52 [repo Gitalist]
53 gitweb = yes
54 description = Git web viewer in Catalyst
55
56 # uncomment once pushed
57 #[repo Catalyst-Runtime]
58 #gitweb = yes
59 #description = Catalyst Runtime
60
61 [repo Catalyst-Devel]
62 gitweb = yes
63 description = Catalyst-Devel
64
65 [repo Catalyst-Engine-STOMP]
66 gitweb = yes
67 description = Catalyst-Engine-STOMP
68
69 [repo Catalyst-Engine-SCGI]
70 gitweb = yes
71 description = Catalyst-Engine-SCGI
72
73 [repo CatalystX-DynamicComponent]
74 gitweb = yes
75 description = CatalystX-DynamicComponent
76
77 [repo Test-NoTabs]
78 gitweb = yes
79 description = Test-NoTabs
80
81 [repo Test-EOL]
82 gitweb = yes
83 description = Test-EOL
84
85 [repo Catalyst-TraitFor-Request-ProxyBase]
86 gitweb = yes
87 description = Catalyst-TraitFor-Request-ProxyBase
88
89 [repo Catalyst-Component-ACCEPT_CONTEXT]
90 gitweb = yes
91 description = Catalyst-Component-ACCEPT_CONTEXT
92
93 [repo Catalyst-Action-REST]
94 gitweb = yes
95 description = Catalyst-Action-REST
96
97 [repo Catalyst-Authentication-Realm-Adaptor]
98 gitweb = yes
99 description = Adjust parameters of authentication processes on the fly
100
101 # uncomment once pushed
102 #[repo Catalyst-TraitFor-Controller-Data-FormValidator]
103 #gitweb = yes
104 #description = Controller Role for using Data::FormValidator
105
106 [repo Catalyst-View-ContentNegotiation-XHTML]
107 gitweb = yes
108 description = View Role for serving XHTML content
109
110 [repo Web-Simple]
111 gitweb = yes
112 description = Web::Simple - a lightweight way to write simple web apps
113
114 [repo Catalyst-Controller-DBIC-API]
115 gitweb = yes
116 description = http://search.cpan.org/dist/Catalyst-Controller-DBIC-API/
117
118 [repo Catalyst-View-Component-SubInclude]
119 gitweb = yes
120 description = http://search.cpan.org/dist/Catalyst-View-Component-SubInclude
121
122 [repo Catalyst-Controller-MovableType]
123 gitweb = yes
124 description = Run Movable Type through Catalyst
125
126 [repo Catalyst-Plugin-FormValidator-Simple]
127 gitweb = yes
128 description = Validator for Catalyst with FormValidator::Simple
129
130 [repo CatalystX-Declare]
131 gitweb = yes
132 description = Declarative (::Devel::Declare) Catalyst
133