forked from okfn/opendataindex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_instance.example.py
47 lines (46 loc) · 1.24 KB
/
config_instance.example.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# ODI = {
# 'survey': {
# 'name': u'Open Data Index Survey',
# 'domain': u'http://global.census.okfn.org/',
# 'submit_route': u'submit/'
# },
# 'sponsor': {
# 'name': u'Open Knowledge',
# 'domain': u'https://okfn.org/',
# },
# 'years': [u'2014', u'2013'],
# 'current_year': u'2014',
# 'na': u'n/a',
# 'email': u'[email protected]',
# 'description': u'The Open Data Index assesses the state of open government data around the world.',
# 'twitter': '',
# 'repo': u'https://github.com/okfn/opendataindex',
# 'author': {
# 'name': AUTHOR,
# 'url': u'https://okfn.org/'
# },
# 'googleanalytics': u'',
# 'mailinglist': u'',
# 'languages': LANGUAGES,
# 'test_path': 'tests',
# 'content_path': PATH,
# 'output_path': OUTPUT_PATH,
# 'trans_path': 'themes/odi/translations',
# 'deploy_remote': 'upstream',
# 'database': {
# 'submissions': '',
# 'entries': '',
# 'questions': '',
# 'datasets': '',
# 'places': ''
# },
# 'limited': {
# 'places': ['au', 'gb'],
# 'datasets': ['timetables', 'spending']
# }
# }
# I18N_SUBSITES = {
# 'es': {
# 'SITENAME': ''
# }
# }