add skaufman and a new repo
[catagits/gitosis-admin.git] / gitosis.conf
CommitLineData
01f5f9a8 1# lines starting with whitespace are continuation lines
2# hash at start of line = whole-line comment
3# space + semicolon = comment
4
2adfcdf0 5[gitosis]
6
7[group gitosis-admin]
1a043589 8writable = gitosis-admin
eb23658c 9members = mst t0m rafl marcus jester aristotle apeiron hobbs dhoss frew kd caelum
2adfcdf0 10
b3098e30 11[group Engines]
2f6da7b8 12writable = Catalyst-Engine-SCGI Catalyst-Engine-STOMP fcgi2
e1863120 13members = @gitosis-admin lando chansen
7898efa9 14
faebe2ca 15[group catalyst-dev]
01f5f9a8 16writable =
c759d4d5 17 CatalystX-DynamicComponent
18 Test-NoTabs
19 Test-EOL
b143f1a6 20 Catalyst-Action-REST
34a023af 21 Catalyst-Runtime
c8e39141 22 Catalyst-Devel
60fa96c4 23 Catalyst-Authentication-Realm-Adaptor
1b5de9e5 24 Catalyst-Authentication-Store-DBIx-Class
60fa96c4 25 Catalyst-View-ContentNegotiation-XHTML
c759d4d5 26 Catalyst-Component-ACCEPT_CONTEXT
60fa96c4 27# Catalyst-TraitFor-Controller-Data-FormValidator ; uncomment once pushed
c1b66970 28 Web-Simple HTML-Zoom App-IdiotBox
5eedf9c6 29 Web-Session
60fa96c4 30 copyrite
0e3f82b4 31 Catalyst-Manual
2579aa65 32 Catalyst-View-TT
a5dc16c6 33 Catalyst-Controller-DBIC-API
b63fc146 34 Catalyst-Controller-MovableType
05122f65 35 Catalyst-View-Component-SubInclude
9f09fa06 36 Catalyst-Plugin-ConfigLoader-Environment
eb3599d0 37 Catalyst-Plugin-Cache
b8a3de92 38 Catalyst-Model-DBIC-Schema
f8c18ff2 39 Catalyst-Traitfor-Request-ProxyBase
b77be8a0 40 CatalystX-Debug-ResponseHeaders
41 CatalystX-Debug-RequestHeaders
bfab917f 42 Catalyst-ActionRole-ExpiresHeader
1e0a1de1 43 Catalyst-Plugin-Authentication
15327cab 44 Catalyst-Plugin-FormValidator-Simple
628a7d4b 45 Catalyst-Plugin-Session-State-Cookie
61d6c39e 46 Catalyst-Controller-WrapCGI
d856f823 47 CatalystX-Declare
ab7935cb 48 CatalystX-Routes
464c71ad 49 BackPAN-Web
fb22b9d2 50 Reaction
4dae92d9 51 XML-Feed
9203f6cd 52 Catalyst-Plugin-Scheduler
998dd7dc 53 Catalyst-Plugin-ConfigLoader
0db7e1a5 54 Catalyst-Authentication-Store-Htpasswd
bd3d2218 55 Catalyst-Authentication-Credential-FBConnect
452179ec 56 Catalyst-Authentication-Credential-HTTP-Proxy
5b0916d7 57 Catalyst-Authentication-Credential-HTTP
f4a237e5 58 Catalyst-Authentication-Credential-OAuth
c2d52cde 59 FCGI-ProcManager
5b2b429c 60 CatalystX-Script-Server-Starman
fe14a4e4 61 HTTP-Request-AsCGI
51e8d50f 62 Task-Catalyst
17c2ac85 63 Test-WWW-Selenium-Catalyst
26c702fb 64 CatalystX-HelpText
b07a0e80 65 CatalystX-UriFor-Curried
2959278a 66 Catalyst-TraitFor-Model-DBIC-Schema-SharedDatabaseConnection
faebe2ca 67members = @all
68
8363ff38 69[group catbook-code]
70writable = catbook-code
71members = ash mst
72
a4d3776b 73[group Gitalist-committers]
74writable = Gitalist
de19f1ef 75members = @gitosis-admin ranguard broquaint ilmari zts abraxxa bricas dip
a4d3776b 76
77[repo Gitalist]
78gitweb = yes
79description = Git web viewer in Catalyst
80
b1c9cd12 81[repo Catalyst-Runtime]
82gitweb = yes
83description = The Perl MVC Framework (catagits@git.shadowcat.co.uk:Catalyst-Runtime.git)
d37c6a46 84
85[repo Catalyst-Devel]
86gitweb = yes
87description = Catalyst-Devel
88
89[repo Catalyst-Engine-STOMP]
90gitweb = yes
91description = Catalyst-Engine-STOMP
92
b3098e30 93[repo Catalyst-Engine-SCGI]
94gitweb = yes
95description = Catalyst-Engine-SCGI
96
9203f6cd 97[repo Catalyst-Plugin-Scheduler]
98gitweb = yes
99description = catagits@git.shadowcat.co.uk:Catalyst-Plugin-Scheduler.git
100
7898efa9 101[repo CatalystX-DynamicComponent]
102gitweb = yes
103description = CatalystX-DynamicComponent
104
905b44bf 105[repo Test-NoTabs]
106gitweb = yes
107description = Test-NoTabs
108
ea297e3a 109[repo Test-EOL]
110gitweb = yes
ef293f57 111description = Test-EOL
ea297e3a 112
905b44bf 113[repo Catalyst-TraitFor-Request-ProxyBase]
114gitweb = yes
115description = Catalyst-TraitFor-Request-ProxyBase
116
f26e48b7 117[repo Catalyst-Component-ACCEPT_CONTEXT]
118gitweb = yes
119description = Catalyst-Component-ACCEPT_CONTEXT
120
5553d0ab 121[repo Catalyst-Action-REST]
122gitweb = yes
123description = Catalyst-Action-REST
124
faebe2ca 125[repo Catalyst-Authentication-Realm-Adaptor]
126gitweb = yes
127description = Adjust parameters of authentication processes on the fly
70f38cc3 128
01f5f9a8 129# uncomment once pushed
130#[repo Catalyst-TraitFor-Controller-Data-FormValidator]
131#gitweb = yes
132#description = Controller Role for using Data::FormValidator
8fc71e12 133
134[repo Catalyst-View-ContentNegotiation-XHTML]
135gitweb = yes
136description = View Role for serving XHTML content
137
7b9b6748 138[repo Web-Simple]
139gitweb = yes
140description = Web::Simple - a lightweight way to write simple web apps
a5dc16c6 141
142[repo Catalyst-Controller-DBIC-API]
143gitweb = yes
144description = http://search.cpan.org/dist/Catalyst-Controller-DBIC-API/
145
481fb0a9 146[repo Catalyst-View-Component-SubInclude]
147gitweb = yes
148description = http://search.cpan.org/dist/Catalyst-View-Component-SubInclude
149
06080e5a 150[repo Catalyst-Controller-MovableType]
151gitweb = yes
152description = Run Movable Type through Catalyst
743b92b0 153
154[repo Catalyst-Plugin-FormValidator-Simple]
155gitweb = yes
156description = Validator for Catalyst with FormValidator::Simple
d856f823 157
158[repo CatalystX-Declare]
159gitweb = yes
160description = Declarative (::Devel::Declare) Catalyst
161
02bac36b 162[repo Reaction]
163gitweb = yes
164description = 'Reaction' or the likes
b8a3de92 165
166[repo Catalyst-Model-DBIC-Schema]
167gitweb = yes
168description = git://git.shadowcat.co.uk:catagits/Catalyst-Model-DBIC-Schema.git
998dd7dc 169
170[repo Catalyst-Plugin-ConfigLoader]
171gitweb = yes
172description = git://git.shadowcat.co.uk:catagits/Catalyst-Plugin-ConfigLoader.git
0db7e1a5 173
174[repo Catalyst-Authentication-Store-Htpasswd]
175gitweb = yes
176description = git://git.shadowcat.co.uk:catagits/Catalyst-Authentication-Store-Htpasswd.git
452179ec 177
178[repo Catalyst-Authentication-Credential-HTTP-Proxy]
179gitweb = yes
180description = git://git.shadowcat.co.uk:catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git
5b0916d7 181
182[repo Catalyst-Authentication-Credential-HTTP]
183gitweb = yes
184description = git://git.shadowcat.co.uk:catagits/Catalyst-Authentication-Credential-HTTP.git
87f1ddbd 185
186[repo FCGI-ProcManager]
187gitweb = yes
188description = git://git.shadowcat.co.uk:catagits/FCGI-ProcManager.git
189
5b2b429c 190[repo CatalystX-Script-Server-Starman]
191gitweb = yes
192description = git://git.shadowcat.co.uk:catagits/CatalystX-Script-Server-Starman.git
193
80f95cbe 194[repo Test-WWW-Selenium-Catalyst]
195gitweb = yes
196description = git://git.shadowcat.co.uk:catagits/Test-WWW-Selenium-Catalyst.git
197
a0326c5a 198[repo CatalystX-HelpText]
199gitweb = yes
200description = git://git.shadowcat.co.uk:catagits/CatalystX-HelpText
201
fb934385 202[repo CatalystX-UriFor-Curried]
203gitweb = yes
204description = git://git.shadowcat.co.uk:catagits/CatalystX-UriFor-Curried
205