[buildout] develop = . ../../ztm.htmlsanitizer parts = test i18n newest = false # eggs will be installed in the default buildout location # (see ~/.buildout/default.cfg) [interpreter] recipe = zc.recipe.egg eggs = ztm.contenteditor interpreter = python [documentation] recipe = collective.recipe.sphinxbuilder source = ${buildout:directory}/src/ztm/contenteditor/doc author = ztmproject.org outputs = doctest html build = ${buildout:directory}/parts/documentation project = ztm.contenteditor eggs = ztm.contenteditor [documentation] [i18n] recipe = lovely.recipe:i18n package = ztm.contenteditor domain = ztm.contenteditor location = ${buildout:directory}/src/ztm/contenteditor output = locales eggs = ztm.contenteditor [i18n] [test] recipe = zc.recipe.testrunner eggs = ztm.contenteditor [test] defaults = ['--tests-pattern', '^f?tests$', '-v'] [bootstrap] # Keeps bootstrap.py up to date recipe = collective.recipe.bootstrap