Commit | Line | Data |
---|---|---|
155a7c62 | 1 | [buildout] |
4ada2d22 EMS |
2 | extends = versions.cfg |
3 | extensions = buildout-versions | |
4 | buildout_versions_file = versions.cfg | |
4b89a7df | 5 | parts = django articles harvest sphinx_config alertes_courriel |
81870654 | 6 | versions = versions |
48859cb6 | 7 | find-links = |
79c398f6 CR |
8 | http://pypi.auf.org/auf_references_client/ |
9 | http://pypi.auf.org/auf_references_modeles/ | |
bd2a4f40 | 10 | http://pypi.auf.org/django-roa/ |
d264c787 | 11 | http://pypi.auf.org/django_exportateur/ |
f78371b2 | 12 | http://pypi.auf.org/auf.django.admingroup/ |
0853f354 | 13 | http://pypi.auf.org/auf.django.auth/ |
693c606b EMS |
14 | http://pypi.auf.org/auf.django.references/ |
15 | http://pypi.auf.org/auf.recipe.django/ | |
2d9eb2d8 | 16 | http://pypi.auf.org/django-alphafilter/ |
693c606b EMS |
17 | eggs = |
18 | auf_references_client | |
19 | Babel | |
20 | caldav | |
21 | chardet | |
22 | pytz | |
23 | feedparser | |
24 | BeautifulSoup | |
25 | django | |
26 | django_compressor | |
27 | django_pagination | |
28 | django_sorting | |
29 | django-roa | |
30 | django-admin-tools | |
31 | django-sphinx | |
32 | django-flash | |
33 | django-alphafilter | |
34 | django-selectable | |
35 | PyYAML | |
36 | South | |
37 | django_exportateur | |
38 | python-dateutil | |
39 | auf.django.admingroup | |
40 | auf.django.auth | |
41 | auf.django.references | |
42 | markdown2 | |
43 | MySQL-python | |
44 | simplejson | |
45 | ||
155a7c62 | 46 | [django] |
693c606b | 47 | recipe = auf.recipe.django |
0cc5f772 | 48 | project = auf_savoirs_en_partage |
d15017b2 CR |
49 | wsgi = true |
50 | settings = production | |
0cc5f772 | 51 | extra-paths = auf_savoirs_en_partage |
693c606b | 52 | eggs = ${buildout:eggs} |
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 |