| 1 | [buildout] |
| 2 | extends = versions.cfg |
| 3 | extensions = buildout-versions |
| 4 | buildout_versions_file = versions.cfg |
| 5 | versions = versions |
| 6 | parts = django articles harvest sphinx_config alertes_courriel |
| 7 | find-links = |
| 8 | http://pypi.auf.org/django-roa/ |
| 9 | http://pypi.auf.org/django_exportateur/ |
| 10 | http://pypi.auf.org/auf.django.admingroup/ |
| 11 | http://pypi.auf.org/auf.django.auth/ |
| 12 | http://pypi.auf.org/auf.django.references/ |
| 13 | http://pypi.auf.org/auf.recipe.django/ |
| 14 | http://pypi.auf.org/django-alphafilter/ |
| 15 | http://pypi.auf.org/auf.django.piwik/ |
| 16 | eggs = |
| 17 | auf.django.admingroup |
| 18 | auf.django.auth |
| 19 | auf.django.references |
| 20 | auf.django.piwik |
| 21 | Babel |
| 22 | BeautifulSoup |
| 23 | caldav |
| 24 | chardet |
| 25 | django |
| 26 | django-admin-tools |
| 27 | django-alphafilter |
| 28 | django_exportateur |
| 29 | django-flash |
| 30 | django_pagination |
| 31 | django-roa |
| 32 | django-selectable |
| 33 | django_sorting |
| 34 | django-sphinx |
| 35 | feedparser |
| 36 | markdown2 |
| 37 | python-dateutil |
| 38 | python-memcached |
| 39 | pytz |
| 40 | PyYAML |
| 41 | simplejson |
| 42 | South |
| 43 | raven |
| 44 | |
| 45 | [django] |
| 46 | recipe = auf.recipe.django |
| 47 | project = auf_savoirs_en_partage |
| 48 | wsgi = true |
| 49 | settings = production |
| 50 | extra-paths = auf_savoirs_en_partage |
| 51 | eggs = ${buildout:eggs} |
| 52 | test = chercheurs savoirs sitotheque |
| 53 | |
| 54 | [articles] |
| 55 | recipe = buildout_script |
| 56 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
| 57 | template = articles.in |
| 58 | |
| 59 | [harvest] |
| 60 | recipe = buildout_script |
| 61 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
| 62 | template = harvest.in |
| 63 | |
| 64 | [import_chercheurs] |
| 65 | recipe = buildout_script |
| 66 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
| 67 | template = import_chercheurs.in |
| 68 | |
| 69 | [sphinx_config] |
| 70 | recipe = buildout_script |
| 71 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
| 72 | template = sphinx.conf.py.in |
| 73 | |
| 74 | [alertes_courriel] |
| 75 | recipe = buildout_script |
| 76 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
| 77 | template = alertes_courriel.in |