add macbook key for me
[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
60fa96c4 29 copyrite
0e3f82b4 30 Catalyst-Manual
2579aa65 31 Catalyst-View-TT
a5dc16c6 32 Catalyst-Controller-DBIC-API
b63fc146 33 Catalyst-Controller-MovableType
05122f65 34 Catalyst-View-Component-SubInclude
9f09fa06 35 Catalyst-Plugin-ConfigLoader-Environment
eb3599d0 36 Catalyst-Plugin-Cache
b8a3de92 37 Catalyst-Model-DBIC-Schema
f8c18ff2 38 Catalyst-Traitfor-Request-ProxyBase
b77be8a0 39 CatalystX-Debug-ResponseHeaders
40 CatalystX-Debug-RequestHeaders
bfab917f 41 Catalyst-ActionRole-ExpiresHeader
1e0a1de1 42 Catalyst-Plugin-Authentication
15327cab 43 Catalyst-Plugin-FormValidator-Simple
628a7d4b 44 Catalyst-Plugin-Session-State-Cookie
61d6c39e 45 Catalyst-Controller-WrapCGI
d856f823 46 CatalystX-Declare
ab7935cb 47 CatalystX-Routes
464c71ad 48 BackPAN-Web
fb22b9d2 49 Reaction
4dae92d9 50 XML-Feed
9203f6cd 51 Catalyst-Plugin-Scheduler
998dd7dc 52 Catalyst-Plugin-ConfigLoader
0db7e1a5 53 Catalyst-Authentication-Store-Htpasswd
bd3d2218 54 Catalyst-Authentication-Credential-FBConnect
452179ec 55 Catalyst-Authentication-Credential-HTTP-Proxy
5b0916d7 56 Catalyst-Authentication-Credential-HTTP
f4a237e5 57 Catalyst-Authentication-Credential-OAuth
c2d52cde 58 FCGI-ProcManager
5b2b429c 59 CatalystX-Script-Server-Starman
fe14a4e4 60 HTTP-Request-AsCGI
51e8d50f 61 Task-Catalyst
faebe2ca 62members = @all
63
8363ff38 64[group catbook-code]
65writable = catbook-code
66members = ash mst
67
a4d3776b 68[group Gitalist-committers]
69writable = Gitalist
de19f1ef 70members = @gitosis-admin ranguard broquaint ilmari zts abraxxa bricas dip
a4d3776b 71
72[repo Gitalist]
73gitweb = yes
74description = Git web viewer in Catalyst
75
b1c9cd12 76[repo Catalyst-Runtime]
77gitweb = yes
78description = The Perl MVC Framework (catagits@git.shadowcat.co.uk:Catalyst-Runtime.git)
d37c6a46 79
80[repo Catalyst-Devel]
81gitweb = yes
82description = Catalyst-Devel
83
84[repo Catalyst-Engine-STOMP]
85gitweb = yes
86description = Catalyst-Engine-STOMP
87
b3098e30 88[repo Catalyst-Engine-SCGI]
89gitweb = yes
90description = Catalyst-Engine-SCGI
91
9203f6cd 92[repo Catalyst-Plugin-Scheduler]
93gitweb = yes
94description = catagits@git.shadowcat.co.uk:Catalyst-Plugin-Scheduler.git
95
7898efa9 96[repo CatalystX-DynamicComponent]
97gitweb = yes
98description = CatalystX-DynamicComponent
99
905b44bf 100[repo Test-NoTabs]
101gitweb = yes
102description = Test-NoTabs
103
ea297e3a 104[repo Test-EOL]
105gitweb = yes
ef293f57 106description = Test-EOL
ea297e3a 107
905b44bf 108[repo Catalyst-TraitFor-Request-ProxyBase]
109gitweb = yes
110description = Catalyst-TraitFor-Request-ProxyBase
111
f26e48b7 112[repo Catalyst-Component-ACCEPT_CONTEXT]
113gitweb = yes
114description = Catalyst-Component-ACCEPT_CONTEXT
115
5553d0ab 116[repo Catalyst-Action-REST]
117gitweb = yes
118description = Catalyst-Action-REST
119
faebe2ca 120[repo Catalyst-Authentication-Realm-Adaptor]
121gitweb = yes
122description = Adjust parameters of authentication processes on the fly
70f38cc3 123
01f5f9a8 124# uncomment once pushed
125#[repo Catalyst-TraitFor-Controller-Data-FormValidator]
126#gitweb = yes
127#description = Controller Role for using Data::FormValidator
8fc71e12 128
129[repo Catalyst-View-ContentNegotiation-XHTML]
130gitweb = yes
131description = View Role for serving XHTML content
132
7b9b6748 133[repo Web-Simple]
134gitweb = yes
135description = Web::Simple - a lightweight way to write simple web apps
a5dc16c6 136
137[repo Catalyst-Controller-DBIC-API]
138gitweb = yes
139description = http://search.cpan.org/dist/Catalyst-Controller-DBIC-API/
140
481fb0a9 141[repo Catalyst-View-Component-SubInclude]
142gitweb = yes
143description = http://search.cpan.org/dist/Catalyst-View-Component-SubInclude
144
06080e5a 145[repo Catalyst-Controller-MovableType]
146gitweb = yes
147description = Run Movable Type through Catalyst
743b92b0 148
149[repo Catalyst-Plugin-FormValidator-Simple]
150gitweb = yes
151description = Validator for Catalyst with FormValidator::Simple
d856f823 152
153[repo CatalystX-Declare]
154gitweb = yes
155description = Declarative (::Devel::Declare) Catalyst
156
02bac36b 157[repo Reaction]
158gitweb = yes
159description = 'Reaction' or the likes
b8a3de92 160
161[repo Catalyst-Model-DBIC-Schema]
162gitweb = yes
163description = git://git.shadowcat.co.uk:catagits/Catalyst-Model-DBIC-Schema.git
998dd7dc 164
165[repo Catalyst-Plugin-ConfigLoader]
166gitweb = yes
167description = git://git.shadowcat.co.uk:catagits/Catalyst-Plugin-ConfigLoader.git
0db7e1a5 168
169[repo Catalyst-Authentication-Store-Htpasswd]
170gitweb = yes
171description = git://git.shadowcat.co.uk:catagits/Catalyst-Authentication-Store-Htpasswd.git
452179ec 172
173[repo Catalyst-Authentication-Credential-HTTP-Proxy]
174gitweb = yes
175description = git://git.shadowcat.co.uk:catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git
5b0916d7 176
177[repo Catalyst-Authentication-Credential-HTTP]
178gitweb = yes
179description = git://git.shadowcat.co.uk:catagits/Catalyst-Authentication-Credential-HTTP.git
87f1ddbd 180
181[repo FCGI-ProcManager]
182gitweb = yes
183description = git://git.shadowcat.co.uk:catagits/FCGI-ProcManager.git
184
5b2b429c 185[repo CatalystX-Script-Server-Starman]
186gitweb = yes
187description = git://git.shadowcat.co.uk:catagits/CatalystX-Script-Server-Starman.git
188