Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Сивцев.doc
Скачиваний:
219
Добавлен:
18.09.2019
Размер:
1.39 Mб
Скачать

Приложение 1

Buildout.cfg

[buildout]

############################################

# Plone Component Versions

# ------------------------

extends =

base.cfg

versions.cfg

http://good-py.appspot.com/release/dexterity/1.0b2

http://good-py.appspot.com/release/plone.app.registry/1.0b2

############################################

# Ports

# -----

http-address = 8080

effective-user = plone

############################################

# Eggs

# ----

eggs =

Plone

PIL==1.1.6

collective.project

Solgema.fullcalendar

zettwerk.ui

quintagroup.theme.schools

Products.LinguaPlone

Plomino

plomino.tinymce

############################################

# ZCML Slugs

# ----------

zcml =

Solgema.fullcalendar

plomino.tinymce

############################################

# Development Eggs

# ----------------

develop =

# src/my.package

############################################

# Debug Mode

# ----------

debug-mode = off

deprecation-warnings = off

verbose-security = off

############################################

# Backup Directory

# ----------------

backups-dir=${buildout:directory}/var

############################################

# Initial User

# ------------

user=admin:YLZ72w9a

############################################

# Parts Specification

#--------------------

parts =

instance

zopepy

zopeskel

unifiedinstaller

chown

############################################

# Versions Specification

# ----------------------

[versions]

Cheetah = 2.2.1

Paste = 1.7.5.1

PasteScript = 1.7.3

ZopeSkel = 2.19

collective.recipe.backup = 1.7

plone.recipe.command = 1.1

plone.recipe.osxcontroller = 0.4

plone.recipe.unifiedinstaller = 4.0rc1

PasteDeploy = 1.3.4

iniparse = 0.3.1

plone.controller = 1.8

plone.recipe.distros = 1.5

zope.i18n = 3.6

37