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