Skip to content

Commit

Permalink
update default cfg files
Browse files Browse the repository at this point in the history
svn path=/plumi.app/trunk/; revision=230560
  • Loading branch information
Dimitris Moraitis committed Jan 16, 2011
1 parent 74f49fe commit 5881f8a
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 88 deletions.
1 change: 0 additions & 1 deletion base.cfg
Expand Up @@ -118,7 +118,6 @@ shared-blob = on
http-force-connection-close = on http-force-connection-close = on
http-fast-listen = off http-fast-listen = off
blob-storage = var/blobstorage blob-storage = var/blobstorage
z2-log = off
environment-vars = ${site:environment-vars} environment-vars = ${site:environment-vars}


eggs = eggs =
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
@@ -1,4 +1,4 @@
[egg_info] [egg_info]
tag_build = dev tag_build =
tag_svn_revision = true tag_svn_revision = false


47 changes: 43 additions & 4 deletions site.cfg
Expand Up @@ -26,9 +26,25 @@ videofolder = transcoded


# additional eggs that should be available to your portal - leave empty if unsure # additional eggs that should be available to your portal - leave empty if unsure
eggs = eggs =
# em.taxonomies
# unweb.shareit
# collective.captcha
# plone.formwidget.captcha
# Products.LongRequestLogger[standalone]


# additional zcml includes - leave empty if unsure # additional zcml includes - leave empty if unsure
zcml = zcml =
# em.taxonomies
# unweb.shareit
# collective.captcha
# plone.formwidget.captcha

environment-vars =
zope_i18n_compile_mo_files true
PTS_LANGUAGES en, id
# longrequestlogger_file ${buildout:directory}/var/log/longrequest.log
# longrequestlogger_timeout 5
# longrequestlogger_interval 5




### The following configuration options are only used by production builds ### ### The following configuration options are only used by production builds ###
Expand All @@ -50,12 +66,20 @@ instance1-address = localhost:8081
instance2-address = localhost:8082 instance2-address = localhost:8082
instance3-address = localhost:8083 instance3-address = localhost:8083
instance4-address = localhost:8084 instance4-address = localhost:8084
instance5-address = localhost:8085
instance6-address = localhost:8086
instance7-address = localhost:8087
instance8-address = localhost:8088


# the icp addresses for each zope instance # the icp addresses for each zope instance
instance1-icp = localhost:8091 instance1-icp = localhost:8091
instance2-icp = localhost:8092 instance2-icp = localhost:8092
instance3-icp = localhost:8093 instance3-icp = localhost:8093
instance4-icp = localhost:8094 instance4-icp = localhost:8094
instance5-icp = localhost:8095
instance6-icp = localhost:8096
instance7-icp = localhost:8097
instance8-icp = localhost:8098


# effective user for the transcodedaemon process # effective user for the transcodedaemon process
transcode-user = daemon transcode-user = daemon
Expand All @@ -65,11 +89,11 @@ secret = 1771d99931264d538e75eeb19da7d6a0


# varnish user and address to listen to # varnish user and address to listen to
cache-user = root cache-user = root
cache-address = localhost:8090 cache-address = localhost:8080


# haproxy port and host # haproxy port and host
balancer-host = localhost balancer-host = localhost
balancer-port = 8089 balancer-port = 8090
balancer-user = proxy balancer-user = proxy


# syslog address # syslog address
Expand All @@ -87,12 +111,27 @@ zope-user = zope


# cache options # cache options
zeo-client-cache-size = 1024MB zeo-client-cache-size = 1024MB
zodb-cache-size = 10000 zodb-cache-size-bytes = 102400000


# the mimetypes supported by default by the transcode profiles below # the mimetypes supported by default by the transcode profiles below
default_supported_mimetypes = ['application/ogg', 'video/flv', 'video/x-flv', 'video/mpeg', 'video/3gpp', 'video/x-ms-wmv', 'video/ogg', 'video/x-ogg', 'video/x-ogm+ogg', 'video/quicktime', 'video/x-la-asf', 'video/x-ms-asf', 'video/x-msvideo', 'video/mp4'] default_supported_mimetypes = ['application/ogg', 'video/flv', 'video/x-flv', 'video/mpeg', 'video/3gpp', 'video/x-ms-wmv', 'video/ogg', 'video/x-ogg', 'video/x-ogm+ogg', 'video/quicktime', 'video/x-la-asf', 'video/x-ms-asf', 'video/x-msvideo', 'video/mp4']


# a list of dicts containing the supported transcoding profiles {'id':..,'cmd':..,'supported_mime_types':..} # a list of dicts containing the supported transcoding profiles {'id':..,'cmd':..,'supported_mime_types':..}
transcode-profiles = [ { 'id' : 'jpeg', 'cmd' : 'scripts/getThumb \"%s\" \"%s\"', 'supported_mime_types': ${site:default_supported_mimetypes}, 'output_mime_type': 'image/jpeg', 'output_extension': 'jpg' }, { 'id' : 'mp4', 'cmd' : 'scripts/transcodeMp4 \"%s\" \"%s\"', 'supported_mime_types': ${site:default_supported_mimetypes}, 'output_mime_type': 'video/mp4', 'output_extension': 'mp4' }, { 'id' : 'ogg', 'cmd' : 'scripts/transcodeTheora \"%s\" \"%s\"', 'supported_mime_types': ${site:default_supported_mimetypes}, 'output_mime_type': 'video/ogg', 'output_extension': 'ogv' }, { 'id' : 'mpeg2', 'cmd' : 'scripts/transcodeMpeg2 %s %s', 'supported_mime_types': ${site:default_supported_mimetypes}, 'output_mime_type': 'video/mpeg', 'output_extension': 'mpg' },{ 'id' : 'dvd', 'cmd' : 'scripts/makeIso %s %s', 'supported_mime_types': 'text/xml', 'output_mime_type': 'application/octet-stream', 'output_extension': 'iso' }, ] transcode-profiles = [ { 'id' : 'jpeg', 'cmd' : 'scripts/getThumb \"%s\" \"%s\"', 'supported_mime_types': ${site:default_supported_mimetypes}, 'output_mime_type': 'image/jpeg', 'output_extension': 'jpg' }, { 'id' : 'mp4', 'cmd' : 'scripts/transcodeMp4 \"%s\" \"%s\"', 'supported_mime_types': ${site:default_supported_mimetypes}, 'output_mime_type': 'video/mp4', 'output_extension': 'mp4' }, { 'id' : 'ogg', 'cmd' : 'scripts/transcodeTheora \"%s\" \"%s\"', 'supported_mime_types': ${site:default_supported_mimetypes}, 'output_mime_type': 'video/ogg', 'output_extension': 'ogv' }, { 'id' : 'mpeg2', 'cmd' : 'scripts/transcodeMpeg2 %s %s', 'supported_mime_types': ${site:default_supported_mimetypes}, 'output_mime_type': 'video/mpeg', 'output_extension': 'mpg' },{ 'id' : 'dvd', 'cmd' : 'scripts/makeIso %s %s', 'supported_mime_types': 'text/xml', 'output_mime_type': 'application/octet-stream', 'output_extension': 'iso' }, ]



active-instances =
41 instance1 ${buildout:directory}/bin/instance1 [console] true ${site:zope-user}
42 instance2 ${buildout:directory}/bin/instance2 [console] true ${site:zope-user}
43 instance3 ${buildout:directory}/bin/instance3 [console] true ${site:zope-user}
44 instance4 ${buildout:directory}/bin/instance4 [console] true ${site:zope-user}
45 instance5 ${buildout:directory}/bin/instance5 [console] true ${site:zope-user}
46 instance6 ${buildout:directory}/bin/instance6 [console] true ${site:zope-user}
47 instance7 ${buildout:directory}/bin/instance7 [console] true ${site:zope-user}
48 instance8 ${buildout:directory}/bin/instance8 [console] true ${site:zope-user}

[sources]
#plumi.content = svn https://svn.plone.org/svn/collective/plumi.content/trunk
#plumi.skin = svn https://svn.plone.org/svn/collective/plumi.skin/trunk
#plumi.locales = svn https://svn.plone.org/svn/collective/plumi.locales/trunk
#unweb.shareit = svn https://svn.unweb.me/public/unweb.shareit/trunk/
#em.taxonomies = svn http://svn.engagemedia.org/em.taxonomies/trunk/
42 changes: 16 additions & 26 deletions versions/known-good-versions.cfg
@@ -1,36 +1,30 @@
[versions] [versions]
plumi.content = 4.0 plumi.content = 4.0.2
plumi.skin = 4.0 plumi.skin = 4.0.1
plumi.locales = 4.0.1
PILwoTk = 1.1.6.4 PILwoTk = 1.1.6.4
Products.DocFinderTab = 1.0.4 Products.DocFinderTab = 1.0.4
Products.PrintingMailHost = 0.7 Products.PrintingMailHost = 0.7
collective.recipe.backup = 1.7
collective.recipe.cmd = 0.5 collective.recipe.cmd = 0.5
collective.recipe.omelette = 0.10 collective.recipe.omelette = 0.10
collective.recipe.patch = 0.2.2 collective.recipe.patch = 0.2.2
collective.recipe.scriptgen = 0.2 collective.recipe.scriptgen = 0.2
collective.recipe.supervisor = 0.14 collective.recipe.supervisor = 0.14
collective.recipe.template = 1.8
contentratings = 1.0-rc2 contentratings = 1.0-rc2
elementtreewriter = 1.1 elementtreewriter = 1.1
hexagonit.recipe.cmmi = 1.4.0 hexagonit.recipe.cmmi = 1.5.0
iw.recipe.cmd = 0.3 iw.recipe.cmd = 0.3
meld3 = 0.6.7
mr.developer = 1.16 mr.developer = 1.16
plone.recipe.haproxy = 1.1.1
plone.recipe.varnish = 1.1
supervisor = 3.0a9
unweb.recipe.ploneftp = 0.1 unweb.recipe.ploneftp = 0.1
z3c.recipe.staticlxml = 0.7.2


#Required by: #Required by:
#plumi.content 4.0 #plumi.content 4.0.2
Products.ATVocabularyManager = 1.6.0a1 Products.ATVocabularyManager = 1.6.0a1


#Required by: #Required by:
#plumi.app 4.0 #plumi.app 4.0
#plumi.content 4.0 #plumi.content 4.0.2
Products.LinguaPlone = 4.0 Products.LinguaPlone = 4.0.1


#Required by: #Required by:
#collective.transcode.daemon 0.7 #collective.transcode.daemon 0.7
Expand All @@ -41,7 +35,7 @@ Twisted = 10.2.0
collective.autopermission = 1.0b1 collective.autopermission = 1.0b1


#Required by: #Required by:
#collective.transcode.star 0.6 #collective.transcode.star 0.7
collective.flowplayer = 3.0rc2 collective.flowplayer = 3.0rc2


#Required by: #Required by:
Expand All @@ -53,39 +47,39 @@ collective.sharerizer = 1.0
hachoir-core = 1.3.3 hachoir-core = 1.3.3


#Required by: #Required by:
#plumi.content 4.0 #plumi.content 4.0.2
hachoir-metadata = 1.3.3 hachoir-metadata = 1.3.3


#Required by: #Required by:
#plumi.content 4.0 #plumi.content 4.0.2
hachoir-parser = 1.3.4 hachoir-parser = 1.3.4


#Required by: #Required by:
#collective.transcode.star 0.6 #collective.transcode.star 0.7
hashlib = 20081119 hashlib = 20081119


#Required by: #Required by:
#hexagonit.recipe.cmmi 1.4.0 #hexagonit.recipe.cmmi 1.5.0
hexagonit.recipe.download = 1.4.1 hexagonit.recipe.download = 1.4.1


#Required by: #Required by:
#Products.ATVocabularyManager 1.6.0a1 #Products.ATVocabularyManager 1.6.0a1
imsvdex = 1.0 imsvdex = 1.0


#Required by: #Required by:
#plumi.content 4.0 #plumi.content 4.0.2
plone.app.discussion = 1.0b12 plone.app.discussion = 1.0b12


#Required by: #Required by:
#plumi.app 4.0 #plumi.app 4.0
plone.contentratings = 1.0-rc2 plone.contentratings = 1.0-rc2


#Required by: #Required by:
#collective.transcode.recipe 0.2beta #collective.transcode.recipe 0.2
py = 1.4.0 py = 1.4.0


#Required by: #Required by:
#collective.transcode.star 0.6 #collective.transcode.star 0.7
pycrypto = 2.3 pycrypto = 2.3


#Required by: #Required by:
Expand All @@ -94,8 +88,4 @@ pyftpdlib = 0.5.2


#Required by: #Required by:
#plumi.app 4.0 #plumi.app 4.0
qi.portlet.TagClouds = 1.31 qi.portlet.TagClouds = 1.32

#Required by:
#z3c.recipe.staticlxml 0.7.2
zc.recipe.cmmi = 1.3.3
62 changes: 7 additions & 55 deletions versions/last-production-versions.cfg
@@ -1,59 +1,11 @@
[versions] [versions]
PILwoTk = 1.1.6.4 collective.recipe.backup = 1.7
Products.LongRequestLogger = 1.0 collective.recipe.template = 1.8
collective.blog.star = 1.0
collective.transcode.recipe = 0.2
plone.formwidget.captcha = 1.0b2
plone.recipe.command = 1.1 plone.recipe.command = 1.1
quintagroup.captcha.core = 0.2.4 plone.recipe.haproxy = 1.1.1
quintagroup.plonecaptchas = 4.0 plone.recipe.varnish = 1.2
unweb.shareit = 0.1 z3c.recipe.staticlxml = 0.7.2


#Required by: #Required by:
#Products.fatsyndication 1.0.1 #z3c.recipe.staticlxml 0.7.2
Products.basesyndication = 1.0.0 zc.recipe.cmmi = 1.3.3

#Required by:
#collective.blog.feeds 1.3
Products.fatsyndication = 1.0.1

#Required by:
#collective.blog.star 1.0
collective.blog.feeds = 1.3

#Required by:
#collective.blog.star 1.0
collective.blog.view = 1.3

#Required by:
#em.skin 0.1
collective.monkeypatcherpanel = 1.0.2

#Required by:
#collective.transcode.recipe 0.2
collective.transcode.daemon = 0.7

#Required by:
#plumi.app 4.0dev-r229850
collective.transcode.star = 0.7

#Required by:
#collective.blog.star 1.0
collective.twitterportlet = 0.9

#Required by:
#plumi.app 4.0dev-r229850
plumi.locales = 4.0.1

#Required by:
#collective.twitterportlet 0.9
python-twitter = 0.5

#Required by:
#quintagroup.plonecaptchas 4.0
quintagroup.formlib.captcha = 1.3

#Required by:
#plone.formwidget.captcha 1.0b2
#collective.captcha 1.6dev
skimpyGimpy = 1.4

0 comments on commit 5881f8a

Please sign in to comment.