Add xenoterracide
[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 members = @all
41
42 [group catbook-code]
43 writable = catbook-code
44 members = ash mst
45
46 [group Gitalist-committers]
47 writable = Gitalist
48 members = @gitosis-admin ranguard broquaint ilmari zts abraxxa seven bricas
49
50 [repo Gitalist]
51 gitweb = yes
52 description = Git web viewer in Catalyst
53
54 # uncomment once pushed
55 #[repo Catalyst-Runtime]
56 #gitweb = yes
57 #description = Catalyst Runtime
58
59 [repo Catalyst-Devel]
60 gitweb = yes
61 description = Catalyst-Devel
62
63 [repo Catalyst-Engine-STOMP]
64 gitweb = yes
65 description = Catalyst-Engine-STOMP
66
67 [repo Catalyst-Engine-SCGI]
68 gitweb = yes
69 description = Catalyst-Engine-SCGI
70
71 [repo CatalystX-DynamicComponent]
72 gitweb = yes
73 description = CatalystX-DynamicComponent
74
75 [repo Test-NoTabs]
76 gitweb = yes
77 description = Test-NoTabs
78
79 [repo Test-EOL]
80 gitweb = yes
81 description = Test-EOL
82
83 [repo Catalyst-TraitFor-Request-ProxyBase]
84 gitweb = yes
85 description = Catalyst-TraitFor-Request-ProxyBase
86
87 [repo Catalyst-Component-ACCEPT_CONTEXT]
88 gitweb = yes
89 description = Catalyst-Component-ACCEPT_CONTEXT
90
91 [repo Catalyst-Action-REST]
92 gitweb = yes
93 description = Catalyst-Action-REST
94
95 [repo Catalyst-Authentication-Realm-Adaptor]
96 gitweb = yes
97 description = Adjust parameters of authentication processes on the fly
98
99 # uncomment once pushed
100 #[repo Catalyst-TraitFor-Controller-Data-FormValidator]
101 #gitweb = yes
102 #description = Controller Role for using Data::FormValidator
103
104 [repo Catalyst-View-ContentNegotiation-XHTML]
105 gitweb = yes
106 description = View Role for serving XHTML content
107
108 [repo Web-Simple]
109 gitweb = yes
110 description = Web::Simple - a lightweight way to write simple web apps
111
112 [repo Catalyst-Controller-DBIC-API]
113 gitweb = yes
114 description = http://search.cpan.org/dist/Catalyst-Controller-DBIC-API/
115
116 [repo Catalyst-View-Component-SubInclude]
117 gitweb = yes
118 description = http://search.cpan.org/dist/Catalyst-View-Component-SubInclude
119
120 [repo Catalyst-Controller-MovableType]
121 gitweb = yes
122 description = Run Movable Type through Catalyst
123
124 [repo Catalyst-Plugin-FormValidator-Simple]
125 gitweb = yes
126 description = Validator for Catalyst with FormValidator::Simple