This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
buildout.cfg
231 lines (226 loc) · 6.12 KB
/
buildout.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
# Configuration parameters for the core dependencies of GroupServer.
[buildout]
extends =
zope2-2.13.24-versions-gs.cfg
versions.cfg
dependencies.cfg
custom.cfg
# Specify the URL of a custom egg cache in find-links to use eggs not in the
# default distribution
index = http://eggs.iopen.net/groupserver/cache/
find-links =
http://eggs.iopen.net/groupserver/base/
http://eggs.iopen.net/groupserver/cache/
allow-hosts =
eggs.iopen.net
versions = versions
# Products with ZCML files.
zope-eggs =
Products.CustomUserFolder
Products.GroupServer
Products.GSContent
Products.GSContentManager
Products.GSGroup
Products.GSGroupMember
Products.GSParticipationStats
Products.GSProfile
Products.GSRedirect
Products.GSSearch
Products.GSFeedParser
Products.XWFChat
Products.XWFCore
Products.XWFFileLibrary2
Products.XWFMailingListManager
gs.auth.token
gs.config
gs.content.base
gs.content.css
gs.content.email.base
gs.content.email.css
gs.content.email.layout
gs.content.favicon
gs.content.form.api.json
gs.content.form.base
gs.content.js.bootstrap
gs.content.js.disclosure
gs.content.js.jquery.base
gs.content.js.jquery.ui
gs.content.js.loader
gs.content.js.more
gs.content.js.multifile
gs.content.js.required
gs.content.js.sharebox
gs.content.js.submit
gs.content.js.wymeditor
gs.content.layout
gs.database
gs.errormesg
gs.group.about
gs.group.base
gs.group.encouragement
gs.group.groups.json
gs.group.groups.list
gs.group.home
gs.group.list.base
gs.group.list.check
gs.group.list.command
gs.group.list.email.base
gs.group.list.email.html
gs.group.list.email.text
gs.group.list.sender
gs.group.list.store
gs.group.member.active
gs.group.member.add.base
gs.group.member.add.csv
gs.group.member.add.json
gs.group.member.active
gs.group.member.base
gs.group.member.bounce
gs.group.member.canpost
gs.group.member.directory
gs.group.member.email.base
gs.group.member.email.settings
gs.group.member.export
gs.group.member.info
gs.group.member.invite.base
gs.group.member.invite.csv
gs.group.member.invite.json
gs.group.member.invite.resend
gs.group.member.join
gs.group.member.leave.base
gs.group.member.leave.command
gs.group.member.leave.json
gs.group.member.list
gs.group.member.log
gs.group.member.manage
gs.group.member.request
gs.group.member.subscribe
gs.group.member.viewlet
gs.group.messages.add.base
gs.group.messages.add.mbox2gs
gs.group.messages.add.smtp2gs
gs.group.messages.base
gs.group.messages.export
gs.group.messages.files
gs.group.messages.image
gs.group.messages.moderate
gs.group.messages.post.base
gs.group.messages.post.hide
gs.group.messages.post.list
gs.group.messages.post.page
gs.group.messages.post.text
gs.group.messages.privacy
gs.group.messages.ratelimit
gs.group.messages.topic.base
gs.group.messages.topic.digest.base
gs.group.messages.topic.digest.daily
gs.group.messages.topic.list
gs.group.messages.topic.start
gs.group.privacy
gs.group.properties
gs.group.start
gs.group.stats
gs.group.type.announcement
gs.group.type.closed
gs.group.type.discussion
gs.group.type.set
gs.group.type.support
gs.groups
gs.help
gs.image
gs.login
gs.option
gs.profile.base
gs.profile.contact
gs.profile.email.base
gs.profile.email.relay
gs.profile.email.settings
gs.profile.email.verify
gs.profile.image.base
gs.profile.image.edit
gs.profile.image.square
gs.profile.invite
gs.profile.log
gs.profile.json
gs.profile.notify
gs.profile.password
gs.profile.signup.base
gs.profile.signup.facebook
gs.profile.status.base
gs.profile.status.change
gs.profile.view
gs.search.base
gs.search.file
gs.search.people
gs.search.topic
gs.site.about
gs.site.changeintro
gs.site.change.base
gs.site.change.intro
gs.site.change.name
gs.site.change.tz
gs.site.home
gs.site.member.base
gs.site.member.json
gs.site.stats
gs.site.welcome
gs.skin.blue
gs.skin.green
zope.globalrequest
five.globalrequest
infrae.wsgi
${buildout:custom-zope-eggs}
# Products that lack ZCML files.
eggs = ${buildout:custom-eggs}
${buildout:zope-eggs}
funcsigs
five.formlib
FeedParser
FormEncode
gs.auth.oauth.client
gs.cache
gs.core
gs.dmarc
gs.email
gs.form
gs.group.messages.text
gs.group.messages.topic.digest.send
gs.recipe.createtables
gs.recipe.config
gs.recipe.postfix
gs.recipe.setupgs
gs.viewlet
lxml
mock
Pillow
Products.CMFCore
Products.CookieCrumbler
Products.CustomProperties
Products.DataTemplates
Products.FileSystemSite
Products.GSAuditTrail
Products.GSSiteMenu
Products.NuxUserGroups
Products.XWFIdFactory
Products.ZPsycopgDA
Products.ZSQLMethods
psycopg2
python-cjson
pytz
RelStorage
SQLAlchemy
trml2pdf
z3c.evalexception
zif.jsonserver
# These parts are installed when buildout is run without any
# arguments. To actually install a GroupServer site run buildout
# using the site.cfg file:
# $ ./bin/buildout -c site.cfg install
parts =
instancepython
mkdirs
testrunner
eggs-directory = eggs
download-cache = downloads
extensions =
isotoma.buildout.logger