add BackPAN-Web 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 =
9     gitosis-admin
10 #    Catalyst-Runtime ; uncomment once pushed
11     Catalyst-Devel
12 members = mst t0m rafl marcus jester aristotle apeiron
13
14 [group Engines]
15 writable = Catalyst-Engine-SCGI Catalyst-Engine-STOMP fcgi2
16 members = @gitosis-admin lando chansen
17
18 [group catalyst-dev]
19 writable =
20     CatalystX-DynamicComponent
21     Test-NoTabs
22     Test-EOL
23     Catalyst-Action-REST
24     Catalyst-Devel
25     Catalyst-Authentication-Realm-Adaptor
26     Catalyst-View-ContentNegotiation-XHTML
27     Catalyst-Component-ACCEPT_CONTEXT
28 #    Catalyst-TraitFor-Controller-Data-FormValidator ; uncomment once pushed
29     Web-Simple HTML-Zoom App-IdiotBox
30     copyrite
31     Catalyst-Controller-DBIC-API
32     Catalyst-Controller-MovableType
33     Catalyst-View-Component-SubInclude
34     Catalyst-Plugin-ConfigLoader-Environment
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     BackPAN-Web
43 members = @all
44
45 [group catbook-code]
46 writable = catbook-code
47 members = ash mst
48
49 [group Gitalist-committers]
50 writable = Gitalist
51 members = @gitosis-admin ranguard broquaint ilmari zts abraxxa seven bricas dip
52
53 [repo Gitalist]
54 gitweb = yes
55 description = Git web viewer in Catalyst
56
57 # uncomment once pushed
58 #[repo Catalyst-Runtime]
59 #gitweb = yes
60 #description = Catalyst Runtime
61
62 [repo Catalyst-Devel]
63 gitweb = yes
64 description = Catalyst-Devel
65
66 [repo Catalyst-Engine-STOMP]
67 gitweb = yes
68 description = Catalyst-Engine-STOMP
69
70 [repo Catalyst-Engine-SCGI]
71 gitweb = yes
72 description = Catalyst-Engine-SCGI
73
74 [repo CatalystX-DynamicComponent]
75 gitweb = yes
76 description = CatalystX-DynamicComponent
77
78 [repo Test-NoTabs]
79 gitweb = yes
80 description = Test-NoTabs
81
82 [repo Test-EOL]
83 gitweb = yes
84 description = Test-EOL
85
86 [repo Catalyst-TraitFor-Request-ProxyBase]
87 gitweb = yes
88 description = Catalyst-TraitFor-Request-ProxyBase
89
90 [repo Catalyst-Component-ACCEPT_CONTEXT]
91 gitweb = yes
92 description = Catalyst-Component-ACCEPT_CONTEXT
93
94 [repo Catalyst-Action-REST]
95 gitweb = yes
96 description = Catalyst-Action-REST
97
98 [repo Catalyst-Authentication-Realm-Adaptor]
99 gitweb = yes
100 description = Adjust parameters of authentication processes on the fly
101
102 # uncomment once pushed
103 #[repo Catalyst-TraitFor-Controller-Data-FormValidator]
104 #gitweb = yes
105 #description = Controller Role for using Data::FormValidator
106
107 [repo Catalyst-View-ContentNegotiation-XHTML]
108 gitweb = yes
109 description = View Role for serving XHTML content
110
111 [repo Web-Simple]
112 gitweb = yes
113 description = Web::Simple - a lightweight way to write simple web apps
114
115 [repo Catalyst-Controller-DBIC-API]
116 gitweb = yes
117 description = http://search.cpan.org/dist/Catalyst-Controller-DBIC-API/
118
119 [repo Catalyst-View-Component-SubInclude]
120 gitweb = yes
121 description = http://search.cpan.org/dist/Catalyst-View-Component-SubInclude
122
123 [repo Catalyst-Controller-MovableType]
124 gitweb = yes
125 description = Run Movable Type through Catalyst
126
127 [repo Catalyst-Plugin-FormValidator-Simple]
128 gitweb = yes
129 description = Validator for Catalyst with FormValidator::Simple
130
131 [repo CatalystX-Declare]
132 gitweb = yes
133 description = Declarative (::Devel::Declare) Catalyst
134