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