root/plumi-buildout-plone3/trunk/devel.cfg

Revision 372, 3.3 kB (checked in by andy, 2 months ago)
Line 
1# plone-for-artists video:
2[p4a_plonevideo]
3recipe = zc.recipe.egg
4eggs =
5    elementtree
6    hachoir-core == 1.0.1
7    hachoir-metadata == 1.0.1
8    hachoir-parser == 1.0
9    Products.PloneFlashUpload == 1.1beta2
10    Products.basesyndication
11    Products.fatsyndication
12    p4a.plonevideo>=1.1,<=1.1.9999
13    p4a.plonevideoembed>=1.1,<=1.1.9999
14    p4a.ploneaudio
15    p4a.plonecalendar
16
17zcml =
18    p4a.z2utils
19    p4a.subtyper
20    p4a.common
21    p4a.fileimage
22    p4a.audio
23    p4a.ploneaudio
24    p4a.video
25    p4a.videoembed
26    p4a.plonevideo
27    p4a.plonevideoembed
28    p4a.plonecalendar-meta
29    p4a.plonecalendar
30    p4a.ploneevent
31
32
33# PloneFormGen:
34[ploneformgen]
35recipe = zc.recipe.egg
36eggs = Products.PloneFormGen
37
38
39# ArchgenXML ancillary products:
40[compoundfield]
41recipe = plone.recipe.bundlecheckout
42url = https://svn.plone.org/svn/archetypes/MoreFieldsAndWidgets/CompoundField/trunk
43subfolder = CompoundField
44[atbackref]
45recipe = plone.recipe.bundlecheckout
46url = https://svn.plone.org/svn/archetypes/MoreFieldsAndWidgets/ATBackRef/trunk/
47subfolder = ATBackRef
48[plone.app.relations]
49recipe = plone.recipe.bundlecheckout
50url = https://svn.plone.org/svn/plone/plone.app.relations/trunk
51subfolder = plone.app.relations
52[plone.relations]
53recipe = plone.recipe.bundlecheckout
54url = https://svn.plone.org/svn/plone/plone.relations/trunk
55subfolder = plone.relations
56
57
58# Quills products:
59[quills]
60recipe = plone.recipe.distros
61urls =
62    http://plone.org/products/quills/releases/1.6/quills-1-6-beta1.tgz
63[quills-settings]
64extra-paths =
65    parts/quills/Quills-1.6-beta1/lib/python
66products =
67    parts/quills/Quills-1.6-beta1/Products
68zcml =
69    quills.core
70    quills.app
71    quills.trackback
72    quills.remoteblogging
73
74
75# Zope debugging products:
76[clouseau]
77recipe = plone.recipe.bundlecheckout
78url = https://svn.plone.org/svn/collective/Clouseau/trunk
79subfolder = Clouseau
80[docfindertab]
81recipe = plone.recipe.bundlecheckout
82url = https://svn.plone.org/svn/collective/DocFinderTab/trunk
83subfolder = DocFinderTab
84[enablesettrace]
85recipe = plone.recipe.bundlecheckout
86url = https://svn.zope.org/Products.enablesettrace/trunk
87[ptprofiler]
88recipe = plone.recipe.bundlecheckout
89url = https://svn.infrae.com/PTProfiler/trunk
90subfolder = PTProfiler
91[zopeprofiler]
92recipe = plone.recipe.distros
93urls = http://www.dieter.handshake.de/pyprojects/zope/ZopeProfiler.tgz
94[zptdebugger]
95recipe = plone.recipe.bundlecheckout
96url = https://svn.plone.org/svn/collective/ZPTDebugger/trunk
97subfolder = ZPTDebugger
98[pdbdebugmode]
99recipe = zc.recipe.egg
100eggs = Products.PDBDebugMode
101[deadlockdebugger]
102recipe = plone.recipe.bundlecheckout
103url = http://svn.nuxeo.org/pub/Zope2/DeadlockDebugger/trunk
104subfolder = DeadlockDebugger
105
106[ipzope]
107# a IPython Shell for interactive use with zope running.
108# you also need to put
109# https://svn.plone.org/svn/collective/dotipython/trunk/ipy_profile_zope.py
110# to your $HOME/.ipython directory for the following to work.
111recipe = zc.recipe.egg
112eggs =
113        ipython
114        ${instance:eggs}
115initialization =
116        import sys, os
117        os.environ["SOFTWARE_HOME"] = "${zope2:location}/lib/python"
118        os.environ["INSTANCE_HOME"] = "${instance:location}"
119        sys.argv[1:1] = "-p zope".split()
120extra-paths = ${zope2:location}/lib/python
121scripts = ipython=ipzope
122
123#bundle checkout
124[plumi]
125recipe = plone.recipe.bundlecheckout
126url = https://svn.plone.org/svn/collective/Plumi/trunk
127
Note: See TracBrowser for help on using the browser.