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