[buildout] develop = . ../orig/ztm.index ../orig/ztm.wizard ../orig/ztm.workflow ../ztm.editor ../ztm.search ../orig/ztm.ontology ../orig/ztm.workflow ../ztm.diffhandler ../ztm.diffmaker ../orig/ztm.contenteditor parts = bootstrap interpreter test i18n newest = false # eggs will be installed in the default buildout location # (see ~/.buildout/default.cfg) [versions] docutils = 0.6 [interpreter] recipe = zc.recipe.egg eggs = ztm.topicmaps interpreter = python [documentation] recipe = collective.recipe.sphinxbuilder source = ${buildout:directory}/src/ztm/publishing/doc author = ztmproject.org outputs = doctest html build = ${buildout:directory}/parts/documentation project = ztm.publishing eggs = ztm.publishing [documentation] [i18n] recipe = lovely.recipe:i18n package = ztm.publishing domain = ztm.publishing location = ${buildout:directory}/src/ztm/publishing output = locales eggs = ztm.publishing [i18n] [catalogcompile] recipe = cc.gettext:msgfmt po_path = ${buildout:directory}/src/ztm/publishing/locales/ mo_path = ${buildout:directory}/src/ztm/publishing/locales/ [test] recipe = zc.recipe.testrunner eggs = ztm.publishing [test] defaults = ['--tests-pattern', '^f?tests$', '-v'] [bootstrap] # Keeps bootstrap.py up to date recipe = collective.recipe.bootstrap