-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwatershednow.info
267 lines (211 loc) · 7.83 KB
/
watershednow.info
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
; INSTAL PROFILE OVERVIEW
name = Watershed Now
description = Select this profile to build a Drupal CMS developed for watershed organizations.
core = 6.x
; ==============================================
; DEPENDENCIES
; These are modules that are needed for Profiler to properly handle the info file
; e.g. components
dependencies[] = follow
; MODULES
; Modules referenced in _watershednow_configure()
; NOTES:
; * Module dependencies will *NOT* be automatically enabled, declare them
; * DO NOT add comments after module's name, doing so will result in error
modules[contrib][] = menu
modules[contrib][] = wysiwyg
modules[contrib][] = wysiwyg_imagefield
modules[contrib][] = better_formats
; Core
modules[core][] = dblog
modules[core][] = comment
modules[core][] = contact
modules[core][] = help
modules[core][] = menu
modules[core][] = path
modules[core][] = search
modules[core][] = taxonomy
modules[core][] = update
; Other
modules[contrib][] = advanced_help
modules[contrib][] = logintoboggan
modules[contrib][] = menu_block
modules[contrib][] = pathauto
modules[contrib][] = token
modules[contrib][] = transliteration
modules[contrib][] = googleanalytics
modules[contrib][] = galleryformatter
modules[contrib][] = vertical_tabs
modules[contrib][] = follow
modules[contrib][] = search404
modules[contrib][] = comment_notify
modules[contrib][] = role_delegation
modules[contrib][] = mollom
;Admin
modules[contrib][] = admin_menu
; Views
modules[contrib][] = views
modules[contrib][] = views_bonus_export
modules[contrib][] = views_calc
modules[contrib][] = draggableviews
; Features Related Tools
modules[contrib][] = features
modules[contrib][] = ctools
modules[contrib][] = context
modules[contrib][] = strongarm
modules[contrib][] = boxes
; Image Management
modules[contrib][] = imageapi
modules[contrib][] = imageapi_gd
modules[contrib][] = imagecache
; CCK
modules[contrib][] = content
modules[contrib][] = number
modules[contrib][] = text
modules[contrib][] = filefield
modules[contrib][] = filefield_sources
modules[contrib][] = imagefield
modules[contrib][] = imagefield_extended
modules[contrib][] = emfield
modules[contrib][] = emvideo
modules[contrib][] = media_flickr
modules[contrib][] = media_vimeo
modules[contrib][] = media_youtube
modules[contrib][] = optionwidgets
modules[contrib][] = nodereference
; Date
modules[contrib][] = date_api
modules[contrib][] = date
modules[contrib][] = date_popup
modules[contrib][] = date_timezone
; User interface and WYSIWYG
modules[contrib][] = better_formats
modules[contrib][] = insert
modules[contrib][] = jquery_ui
modules[contrib][] = wysiwyg
modules[contrib][] = wysiwyg_imagefield
; Feeds Integration
modules[contrib][] = job_scheduler
modules[contrib][] = feeds
; Donation tools
modules[contrib][] = simple_payments
modules[contrib][] = simple_payments_paypal
modules[contrib][] = simple_donations
; Event Sigups
modules[contrib][] = signup
; E-petition Tools
modules[contrib][] = webform
modules[contrib][] = vs_webform
; Open Layers
modules[contrib][] = openlayers
modules[contrib][] = openlayers_ui
modules[contrib][] = openlayers_cck
modules[contrib][] = openlayers_views
modules[contrib][] = taxonomy_image
; Social Integration
; allows admins to add social network links that are reorderable.
modules[contrib][] = follow
; Customizations
modules[contrib][] = wn_helper
; Watershed Now Features
features[] = wn_common
features[] = wn_admin
features[] = wn_hp_main
features[] = wn_hp_callout
features[] = wn_showcase
features[] = wn_blog
features[] = wn_takeaction
features[] = wn_events
features[] = wn_donations
features[] = wn_map
; Development stuff to be turned off on production sites.
;modules[contrib][] = context_ui
;modules[contrib][] = imagecache_ui
;modules[contrib][] = diff
;modules[contrib][] = views_ui
;modules[contrib][] = feeds_ui
; ==============================================
; ==============================================
; PROFILER MODULE - SITE-SPECIFIC CONFIGURATIONS
; (The following values will change per installation - Edit the values below to speed up the installation process.)
; ----------------------------------------------
; Set up admin users.
; Note: when adding multiple roles to the same user account, comma-separate w/o whitespace.
; 'User 1' account - the Drupal super user, not used for day-to-day tasks.
users[watershednow][uid] = 1
users[watershednow][name] = admin
users[watershednow][mail] = [email protected]
users[watershednow][status] = 1
; A special account for technical Drupal support team.
users[support][uid] = 2
users[support][name] = support
users[support][mail] = [email protected]
users[support][roles] = support
users[support][status] = 1
; A web admin account - for user management and more advanced site managment tasks.
users[admin][uid] = 3
users[admin][name] = web-admin
users[admin][mail] = [email protected]
users[admin][roles] = web admin
users[admin][status] = 1
; A general staff account for managing day-to-day tasks. (Set here for testing.)
users[staff][uid] = 4
users[staff][name] = staff
users[staff][mail] = [email protected]
users[staff][roles] = staff
users[staff][status] = 1
; ----------------------------------------------
; Set up general site config.
; First set the default theme.
theme = wn_whiteoak
variables[site_name] = Watershed Now Example
variables[site_mail] = [email protected]
; Note: we use the site_mail variable for the default contact form recipiant as well.
variables[site_slogan] = Your tagline will go right here if you have one.
variables[site_mission] = 'This is your site mission statement, which you can <a href="/admin/settings/site-information">customize</a> if you are a site administrator.'
variables[site_footer] = '© 2010 - Put your organization\'s name here.'
variables[site_newsletter] = '<form name="newsletter"><input type="text" name="user" value="Newsletter placeholder"/><input type="submit" value="Submit" /></form>'
variables[date_default_timezone_name] = America/New_York
; Tertiary links do not change the menu block appearance
variables[menu_block_1_follow] = 0
; ----------------------------------------------
; Theme Config
; Special theme configuration options that we want to set up in advance.
theme_config[wn_neuse][color_palette] = orange
theme_config[wn_whiteoak][color_palette] = blue
theme_config[wn_rogue][color_palette] = green
; ----------------------------------------------
; Follow Links
; follow[uid][network] = url
; 0 for uid is sitewide
; declare in the order you want them presented
follow[0][facebook] = http://facebook.com
follow[0][twitter] = http://twitter.com
follow[0][flickr] = http://flickr.com
follow[0][linkedin] = http://linkedin.com
follow[0][feed] = updates/rss.xml
follow[0][youtube] = http://youtube.com
; ----------------------------------------------
; RSS Feeds import (Add multiple URLS below)
; feeds[] = url
; URLs should be absolute URL to the .xml feed of an RSS feed.
feeds[] = http://watershednow.posterous.com/rss.xml
; ----------------------------------------------
; Set up additional contrib configurations.
; (Note: these run after features are installed so the variables below should override defaults.)
; Paypal sandbox mode (defaults to "true")
variables[simple_payments_paypal_sandbox] = 1
; Paypal email address for processing payments. (defaults to a sandbox account.)
variables[simple_payments_paypal_account] = [email protected]
; Set the Google analytics key
variables[googleanalytics_account] = ''
; Set the Google API key for OpenLayer's maping
variables[openlayers_layers_google_api] = ''
; Setup Mollom API Keys - See http://mollom.com
; Mollom is used to prevent spam.
variables[mollom_public_key] = ''
variables[mollom_private_key] = ''
; Set VoteSmart API key
variables[vs_webform_key] = ''
; ==============================================
; @TODO - Abstract custom .info settings to a child install profile using Profiler module.