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