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