31e50df55d63d374781ae96b0b5e84bade1bd744
[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 = gitosis-admin
9 members = mst t0m rafl marcus jester aristotle apeiron hobbs dhoss frew kd caelum
10
11 [group Engines]
12 writable = Catalyst-Engine-SCGI Catalyst-Engine-STOMP fcgi2
13 members = @gitosis-admin lando chansen
14
15 [group catalyst-dev]
16 writable =
17     CatalystX-DynamicComponent
18     Test-NoTabs
19     Test-EOL
20     Catalyst-Action-REST
21     Catalyst-Runtime
22     Catalyst-Devel
23     Catalyst-Authentication-Realm-Adaptor
24     Catalyst-View-ContentNegotiation-XHTML
25     Catalyst-Component-ACCEPT_CONTEXT
26 #    Catalyst-TraitFor-Controller-Data-FormValidator ; uncomment once pushed
27     Web-Simple HTML-Zoom App-IdiotBox
28     copyrite
29     Catalyst-Manual
30     Catalyst-View-TT
31     Catalyst-Controller-DBIC-API
32     Catalyst-Controller-MovableType
33     Catalyst-View-Component-SubInclude
34     Catalyst-Plugin-ConfigLoader-Environment
35     Catalyst-Plugin-Cache
36     Catalyst-Model-DBIC-Schema
37     Catalyst-Traitfor-Request-ProxyBase
38     CatalystX-Debug-ResponseHeaders
39     CatalystX-Debug-RequestHeaders
40     Catalyst-ActionRole-ExpiresHeader
41     Catalyst-Plugin-FormValidator-Simple
42     Catalyst-Controller-WrapCGI
43     CatalystX-Declare
44     CatalystX-Routes
45     BackPAN-Web
46     Reaction
47     XML-Feed
48     Catalyst-Plugin-Scheduler
49     Catalyst-Plugin-ConfigLoader
50     Catalyst-Authentication-Store-Htpasswd
51     Catalyst-Authentication-Credential-HTTP-Proxy
52     Catalyst-Authentication-Credential-HTTP
53     FCGI-ProcManager
54     CatalystX-Script-Server-Starman
55 members = @all
56
57 [group catbook-code]
58 writable = catbook-code
59 members = ash mst
60
61 [group Gitalist-committers]
62 writable = Gitalist
63 members = @gitosis-admin ranguard broquaint ilmari zts abraxxa bricas dip
64
65 [repo Gitalist]
66 gitweb = yes
67 description = Git web viewer in Catalyst
68
69 [repo Catalyst-Runtime]
70 gitweb = yes
71 description = The Perl MVC Framework (catagits@git.shadowcat.co.uk:Catalyst-Runtime.git)
72
73 [repo Catalyst-Devel]
74 gitweb = yes
75 description = Catalyst-Devel
76
77 [repo Catalyst-Engine-STOMP]
78 gitweb = yes
79 description = Catalyst-Engine-STOMP
80
81 [repo Catalyst-Engine-SCGI]
82 gitweb = yes
83 description = Catalyst-Engine-SCGI
84
85 [repo Catalyst-Plugin-Scheduler]
86 gitweb = yes
87 description = catagits@git.shadowcat.co.uk:Catalyst-Plugin-Scheduler.git
88
89 [repo CatalystX-DynamicComponent]
90 gitweb = yes
91 description = CatalystX-DynamicComponent
92
93 [repo Test-NoTabs]
94 gitweb = yes
95 description = Test-NoTabs
96
97 [repo Test-EOL]
98 gitweb = yes
99 description = Test-EOL
100
101 [repo Catalyst-TraitFor-Request-ProxyBase]
102 gitweb = yes
103 description = Catalyst-TraitFor-Request-ProxyBase
104
105 [repo Catalyst-Component-ACCEPT_CONTEXT]
106 gitweb = yes
107 description = Catalyst-Component-ACCEPT_CONTEXT
108
109 [repo Catalyst-Action-REST]
110 gitweb = yes
111 description = Catalyst-Action-REST
112
113 [repo Catalyst-Authentication-Realm-Adaptor]
114 gitweb = yes
115 description = Adjust parameters of authentication processes on the fly
116
117 # uncomment once pushed
118 #[repo Catalyst-TraitFor-Controller-Data-FormValidator]
119 #gitweb = yes
120 #description = Controller Role for using Data::FormValidator
121
122 [repo Catalyst-View-ContentNegotiation-XHTML]
123 gitweb = yes
124 description = View Role for serving XHTML content
125
126 [repo Web-Simple]
127 gitweb = yes
128 description = Web::Simple - a lightweight way to write simple web apps
129
130 [repo Catalyst-Controller-DBIC-API]
131 gitweb = yes
132 description = http://search.cpan.org/dist/Catalyst-Controller-DBIC-API/
133
134 [repo Catalyst-View-Component-SubInclude]
135 gitweb = yes
136 description = http://search.cpan.org/dist/Catalyst-View-Component-SubInclude
137
138 [repo Catalyst-Controller-MovableType]
139 gitweb = yes
140 description = Run Movable Type through Catalyst
141
142 [repo Catalyst-Plugin-FormValidator-Simple]
143 gitweb = yes
144 description = Validator for Catalyst with FormValidator::Simple
145
146 [repo CatalystX-Declare]
147 gitweb = yes
148 description = Declarative (::Devel::Declare) Catalyst
149
150 [repo Reaction]
151 gitweb = yes
152 description = 'Reaction' or the likes
153
154 [repo Catalyst-Model-DBIC-Schema]
155 gitweb = yes
156 description = git://git.shadowcat.co.uk:catagits/Catalyst-Model-DBIC-Schema.git
157
158 [repo Catalyst-Plugin-ConfigLoader]
159 gitweb = yes
160 description = git://git.shadowcat.co.uk:catagits/Catalyst-Plugin-ConfigLoader.git
161
162 [repo Catalyst-Authentication-Store-Htpasswd]
163 gitweb = yes
164 description = git://git.shadowcat.co.uk:catagits/Catalyst-Authentication-Store-Htpasswd.git
165
166 [repo Catalyst-Authentication-Credential-HTTP-Proxy]
167 gitweb = yes
168 description = git://git.shadowcat.co.uk:catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git
169
170 [repo Catalyst-Authentication-Credential-HTTP]
171 gitweb = yes
172 description = git://git.shadowcat.co.uk:catagits/Catalyst-Authentication-Credential-HTTP.git
173
174 [repo FCGI-ProcManager]
175 gitweb = yes
176 description = git://git.shadowcat.co.uk:catagits/FCGI-ProcManager.git
177
178 [repo CatalystX-Script-Server-Starman]
179 gitweb = yes
180 description = git://git.shadowcat.co.uk:catagits/CatalystX-Script-Server-Starman.git
181