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