Commit | Line | Data |
---|---|---|
155a7c62 | 1 | [buildout] |
06fad683 | 2 | newest = false |
4b89a7df | 3 | parts = django articles harvest sphinx_config alertes_courriel |
0cc5f772 | 4 | find-links = http://pypi.auf.org/caldav/ |
79c398f6 CR |
5 | http://pypi.auf.org/auf_references_client/ |
6 | http://pypi.auf.org/auf_references_modeles/ | |
4248e029 | 7 | http://pypi.auf.org/datamaster_modeles/ |
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/ |
2d9eb2d8 | 12 | http://pypi.auf.org/django-alphafilter/ |
155a7c62 CR |
13 | |
14 | [django] | |
15 | recipe = djangorecipe | |
afc30c28 | 16 | version = 1.2.5 |
0cc5f772 | 17 | project = auf_savoirs_en_partage |
d15017b2 CR |
18 | wsgi = true |
19 | settings = production | |
0cc5f772 | 20 | extra-paths = auf_savoirs_en_partage |
3c50ec6e EMS |
21 | eggs = auf_references_client==0.4.9 |
22 | Babel==0.9.5 | |
06fad683 | 23 | caldav==0.1.4.3-auf |
3c50ec6e EMS |
24 | chardet==1.0.1 |
25 | pytz==2010l | |
26 | feedparser==4.1 | |
27 | BeautifulSoup==3.1.0.1 | |
28 | django_compressor==0.5.3 | |
29 | django_pagination==1.0.7 | |
30 | django_sorting==0.1 | |
31 | datamaster_modeles==0.1.10 | |
32 | django-roa==2.6.2 | |
33 | django-admin-tools==0.3.0 | |
34 | django-sphinx==2.2.3 | |
35 | django-flash==1.7.2 | |
36 | PyYAML==3.09 | |
37 | South==0.7.3 | |
d264c787 | 38 | django_exportateur==1.0 |
230671ff | 39 | python-dateutil==1.5 |
f30973d0 | 40 | auf.django.admingroup==0.3dev |
65911331 | 41 | auf.django.auth==0.5.2dev |
4b89a7df | 42 | markdown2 |
bbae7f50 | 43 | MySQL-python |
f6ccec52 | 44 | simplejson |
0f2e3822 | 45 | django-alphafilter==0.5.3auf4 |
04762393 | 46 | |
04762393 | 47 | |
79c398f6 CR |
48 | [articles] |
49 | recipe = buildout_script | |
0cc5f772 | 50 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
79c398f6 CR |
51 | template = articles.in |
52 | ||
53 | [harvest] | |
54 | recipe = buildout_script | |
0cc5f772 | 55 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
79c398f6 | 56 | template = harvest.in |
7a355faa AJ |
57 | |
58 | [import_chercheurs] | |
59 | recipe = buildout_script | |
60 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ | |
61 | template = import_chercheurs.in | |
5212238e | 62 | |
2b564f72 | 63 | [sphinx_config] |
5212238e EMS |
64 | recipe = buildout_script |
65 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ | |
66 | template = sphinx.conf.py.in | |
4b89a7df EMS |
67 | |
68 | [alertes_courriel] | |
69 | recipe = buildout_script | |
70 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ | |
71 | template = alertes_courriel.in | |
72 |