Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
<cfprocessingdirective suppresswhitespace="yes" pageencoding="ISO-8859-1">
 
<cfsilent>
 
<!--
 
L10N Resource File
 
Section: Scheduler
 
Locale: English (en)
 
Find the requested resource by id
 
-->
 
</cfsilent>
 
<cfswitch expression="#ATTRIBUTES.id#">
<cfcase value="statmess">Server has been updated successfully</cfcase>
<cfcase value="click_normal">Click the button on the right to update</cfcase>
<cfcase value="alert">ALERT!</cfcase>
<cfcase value="important_notice">Important notice about last submission</cfcase>
<cfcase value="click_return">Click arrow on left to return without submitting changes</cfcase>
<cfcase value="submit_changes">Submit Changes</cfcase>
 
<cfcase value="yes">Yes</cfcase>
 
<cfcase value="cancel">Cancel</cfcase>
 
<cfcase value="are_you_sure_delete_scheduledTask"><cfoutput>Are you sure you want to delete the scheduled task "#EncodeForHTML(CALLER.task)#"?</cfoutput></cfcase>
 
<cfcase value="scheduler_ok_new">OK</cfcase>
 
<cfcase value="scheduler_cancel_new">Cancel</cfcase>
 
<cfcase value="pagename_runprobe">Run System Probe</cfcase>
 
<cfcase value="proberun_ok">This probe succeeded.</cfcase>
 
<cfcase value="proberun_fail">The probe failed.</cfcase>
 
<cfcase value="proberun_disabled">The probe is disabled and cannot be run.</cfcase>
 
<cfcase value="proberun_unknown">The probe status is unknown.</cfcase>
 
<cfcase value="proberun_bad">There was a problem running the probe.</cfcase>
 
<cfcase value="pagename_probes">System Probes</cfcase>
 
<cfcase value="define_new_probe">Define New Probe</cfcase>
 
<cfcase value="pageHeader_systemprobes">
Debugging &amp; Logging &gt; System Probes</cfcase>
 
<cfcase value="probes_blurb">System probes can monitor the health of a web application by checking the contents of a URL at a regular interval. If the contents are not what is expected, probes can send a failure notification email or execute a script.</cfcase>
 
<cfcase value="system_probes">System Probes</cfcase>
 
<cfcase value="actions">Actions</cfcase>
 
<cfcase value="probe_name">Probe Name</cfcase>
 
<cfcase value="status">Status</cfcase>
 
<cfcase value="interval">Interval</cfcase>
 
<cfcase value="URL">URL</cfcase>
 
<cfcase value="l10n_noprobes">No probes are defined.</cfcase>
 
<cfcase value="delete_probe_confirmation">Are you sure you want to delete this system probe?</cfcase>
 
<cfcase value="run_probe">Run Probe</cfcase>
 
<cfcase value="edit_probe">Edit Probe</cfcase>
 
<cfcase value="delete_probe">Delete Probe</cfcase>
 
<cfcase value="disable_probe">Disable Probe</cfcase>
 
<cfcase value="enable_probe">Enable Probe</cfcase>
 
<cfcase value="status_ok">OK</cfcase>
 
<cfcase value="status_failed">Failed</cfcase>
 
<cfcase value="status_disabled">Disabled</cfcase>
 
<cfcase value="status_unknown">Unknown</cfcase>
 
<cfcase value="every">Every</cfcase>
 
<cfcase value="hours">hours</cfcase>
 
<cfcase value="mins">min(s)</cfcase>
 
<cfcase value="secs">second(s)</cfcase>
 
<cfcase value="from">from</cfcase>
 
<cfcase value="to">to</cfcase>
 
<cfcase value="probe_email_recip">Notification email Recipients</cfcase>
 
<cfcase value="probe_email_from">E-mail</cfcase>
 
<cfcase value="probecfm_url">Probe.cfm URL</cfcase>
 
<cfcase value="probe_username">Probe.cfm User name</cfcase>
 
<cfcase value="probe_password">Probe.cfm Password</cfcase>
 
<cfcase value="daily_title">Daily Every</cfcase>
 
<cfcase value="crontime">Crontime</cfcase>
 
<cfcase value="l10n_daily_timeformat">hh:mm AM/PM</cfcase>
 
<cfcase value="pagename_addeditprobe">Add/Edit System Probe</cfcase>
 
<cfcase value="pagename_addedit">Add/Edit Scheduled Task</cfcase>
 
<cfcase value="need_valid_task_name">You need to enter a valid Task Name in order to proceed.</cfcase>
 
<cfcase value="end_date_no_end_time">If end time is specified , end date should also be specified.</cfcase>
 
<cfcase value="need_valid_start_date">You need to enter a valid Start Date in order to proceed.</cfcase>
 
<cfcase value="need_valid_start_time">You need to enter a valid Start Time in order to proceed. Valid times should either be in 24 hour format or include AM/PM.</cfcase>
 
<cfcase value="need_numeric_interval">You need to enter a numeric time interval, greater than 0, in order to proceed.</cfcase>
 
<cfcase value="interval_60second_minimum">The task interval must be greater than 60 seconds.</cfcase>
 
<cfcase value="need_valid_end_date">You need to enter a valid End Date.</cfcase>
 
<cfcase value="need_valid_end_time">You need to enter a valid End Time in order to proceed. Valid times should either be in 24 hour format or include AM/PM.</cfcase>
 
<cfcase value="need_valid_request_timeout">The value specified for Request Timeout must be greater than 0.</cfcase>
 
<cfcase value="need_file_path">You need to specify a valid file path if you want to publish the results of this task.</cfcase>
 
<cfcase value="need_valid_file_path">If you want to publish the result of this task, you must use an existing, valid directory name.</cfcase>
 
<cfcase value="need_valid_file_extension">Invalid extension of the file name. Valid extensions are : </cfcase>
 
<cfcase value="need_valid_proxy_port">The value specified for Proxy Port must be between 1 and 65535.</cfcase>
 
<cfcase value="need_scheduled_url_eh">You must specify a URL to hit or Eventhandler.</cfcase>
 
<cfcase value="url_wrong_format">URL is specified in wrong format.</cfcase>
 
<cfcase value="end_date_after_start">The end date must be after the start date.</cfcase>
 
<cfcase value="end_time_after_start">The end time must be after the start time.</cfcase>
 
<cfcase value="end_time_repeat">The end time or repeat field should be specified.</cfcase>
 
<cfcase value="interval_one_day">The interval must be less than one day.</cfcase>
 
<cfcase value="retrycount_exceed">The retry count can not be more than 3 or less than 0.</cfcase>
 
<cfcase value="repeattimes_exceed">Repeat value should be greater than 0.</cfcase>
 
<cfcase value="proxy_server_name">Proxy server names can only contain letters, numbers and 
periods.</cfcase>
 
<cfcase value="proxy_port_and_server">If a proxy port is specified, a proxy server must be 
defined.</cfcase>
 
<cfcase value="l10n_nextexisting">Next existing</cfcase>
 
<cfcase value="l10n_nextremaining">Next remaining</cfcase>
 
<cfcase value="l10n_nowexisting">Now existing</cfcase>
 
<cfcase value="l10n_nowremaining">Now remaining</cfcase>
 
<cfcase value="l10n_firenow">Fire now</cfcase>
 
<cfcase value="l10n_misfire_ignore">Ignore</cfcase>
 
<cfcase value="l10n_server">SERVER</cfcase>
 
<cfcase value="l10n_application">APPLICATION</cfcase>
 
<cfcase value="l10n_exceptionunschedule">Unschedule All</cfcase>
 
<cfcase value="l10n_exceptionrefire">Re-Fire</cfcase>
 
<cfcase value="l10n_exceptioninvokehandler">Invoke handler</cfcase>
 
<cfcase value="l10n_invokehandler">Invoke handler</cfcase>
 
<cfcase value="l10n_exceptionpause">Pause</cfcase>
 
<cfcase value="strt_time">Start Time</cfcase>
 
<cfcase value="task_name">Task Name</cfcase>
 
<cfcase value="group_name">Group</cfcase>
 
<cfcase value="mode_name">Application name</cfcase>
 
<cfcase value="scheduleedit_pageHeader"><cfoutput>
Server Settings &gt; #CALLER.pagename#</cfoutput></cfcase>
 
<cfcase value="l10n_grp_desc">The group to which the task belongs.</cfcase>
 
<cfcase value="duration">Duration</cfcase>
 
<cfcase value="start_date_format_label">Start Date(mm/dd/yyyy)</cfcase>
 
<cfcase value="end_date_format_label">End Date(mm/dd/yyyy)</cfcase>
 
<cfcase value="start_date">Start Date</cfcase>
 
<cfcase value="end_date">End Date</cfcase>
 
<cfcase value="optional">(optional)</cfcase>
 
<cfcase value="l10n_frequency">Frequency</cfcase>
 
<cfcase value="sche_one_time">Schedule Type-OneTime</cfcase>
 
<cfcase value="one_time">One-Time</cfcase>
 
<cfcase value="at">at</cfcase>
 
<cfcase value="recurring_label">Schedule type-Recurring</cfcase>
 
<cfcase value="recurring">Recurring</cfcase>
 
<cfcase value="internal_label">Interval</cfcase>
 
<cfcase value="daily">Daily</cfcase>
 
<cfcase value="weekly">Weekly</cfcase>
 
<cfcase value="monthly">Monthly</cfcase>
 
<cfcase value="daily_every">Daily every</cfcase>
 
<cfcase value="minutes">Minutes</cfcase>
 
<cfcase value="seconds">Seconds</cfcase>
 
<cfcase value="l10n_dailystart">Start Time</cfcase>
 
<cfcase value="l10n_dailystop">End Time</cfcase>
 
<cfcase value="l10n_repeat_tt">The number of times a task has to repeat.</cfcase>
 
<cfcase value="schd_repeat">Repeat</cfcase>
 
<cfcase value="repeatforeverlabel">Forever</cfcase>
 
<cfcase value="repeattimeslabel">times</cfcase>
 
<cfcase value="schd_isdaily">Is Daily</cfcase>
 
<cfcase value="chanineddesc">
                                                       Select to run the task every day at a specified time interval, for example between 2pm and 3pm daily. If not selected, task runs based on your schedule.
                                                         </cfcase>
 
<cfcase value="chanineddesc_cron">
                                            Cron expression to schedule the task. 
    A cron expression is a string that contains six or seven space-seperated fields.</br>
                                                    For example, 0 0 12 * * ? implies Fire the task at 12pm daily.
                                              </cfcase>
 
<cfcase value="chained">Chained Task</cfcase>
 
<cfcase value="chanineddesc_enable">
                                           Enables chain execution of tasks. </br>
   For example, if you chain the task you create with another (parent task), it executes after the parent task.
                                         </cfcase>
 
<cfcase value="l10n_ipschedule">URL</cfcase>
 
<cfcase value="l10n_url_tt">URL of the page to execute</cfcase>
 
<cfcase value="username">User Name</cfcase>
 
<cfcase value="password">Password</cfcase>
 
<cfcase value="req_timeout_sec">Request Time Out in Seconds</cfcase>
 
<cfcase value="timeout_sec">Timeout (in seconds)</cfcase>
 
<cfcase value="proxy_sever">Proxy Server</cfcase>
 
<cfcase value="http_proxy_port_label">HTTP Proxy Port</cfcase>
 
<cfcase value="http_proxy_port"> Port</cfcase>
 
<cfcase value="match_sche_check">match check</cfcase>
 
<cfcase value="match_sche_true">True match</cfcase>
 
<cfcase value="match_sche_type">match type</cfcase>
 
<cfcase value="match_sche_value">match value</cfcase>
 
<cfcase value="pfailure">Probe Failure</cfcase>
 
<cfcase value="failIfTheResponse">Fail if the response</cfcase>
 
<cfcase value="contains">contains</cfcase>
 
<cfcase value="does_not_contain">does not contain</cfcase>
 
<cfcase value="the">the</cfcase>
 
<cfcase value="string">string</cfcase>
 
<cfcase value="regex">regular expression</cfcase>
 
<cfcase value="execute_the_program">Execute the program</cfcase>
 
<cfcase value="send_mail_tip">Send Email</cfcase>
 
<cfcase value="faction">Failure Actions</cfcase>
 
<cfcase value="sned_an_email_notification">Send an e-mail notification</cfcase>
 
<cfcase value="publish">Publish</cfcase>
 
<cfcase value="save_output">Save output to a file.</cfcase>
 
<cfcase value="file">File</cfcase>
 
<cfcase value="file_path_schedule">File Path</cfcase>
 
<cfcase value="button_browse">Browse Server</cfcase>
 
<cfcase value="overwrite">Overwrite</cfcase>
 
<cfcase value="resolve_url">Resolve URL</cfcase>
 
<cfcase value="resolve_url_ins">Resolve internal URLs so that links remain intact.</cfcase>
 
<cfcase value="l10n_schd_eventhandler">Event Handler</cfcase>
 
<cfcase value="l10n_eh_desc">Specify a dot-delimited CFC path under webroot, for example a.b.server (without the CFC extension). The CFC should implement CFIDE.scheduler.ITaskEventHandler.</cfcase>
 
<cfcase value="l10n_schd_exclude">Exclude</cfcase>
 
<cfcase value="scheduler_dd_mm_yyyy">mm/dd/yyyy</cfcase>
 
<cfcase value="l10n_exc_desc">Comma-separated list of dates or date range for exclusion in the schedule period.</cfcase>
 
<cfcase value="l10n_schd_onmisfire">On Misfire</cfcase>
 
<cfcase value="l10n_misfire_desc">Specify what the server has to do if a scheduled task misfires.</cfcase>
 
<cfcase value="l10n_schd_onexception">On Exception</cfcase>
 
<cfcase value="l10n_exception_desc">Specify what to do if a task results in error.</cfcase>
 
<cfcase value="l10n_schd_oncomplete">On Complete</cfcase>
 
<cfcase value="l10n_schd_task_group_mode">task:group:mode</cfcase>
 
<cfcase value="l10n_chain_desc">Comma-separated tasks to be run after the completion of current task (task1:group1,task2:group2...)</cfcase>
 
<cfcase value="l10n_schd_priority">Priority</cfcase>
 
<cfcase value="l10n_pri_desc"> An integer that indicates the priority of the task.</cfcase>
 
<cfcase value="l10n_schd_retrycount">Retry 
Count</cfcase>
 
<cfcase value="l10n_rc_desc">The number of reattempts if the task results in an error.</cfcase>
 
<cfcase value="schd_cluster">Cluster</cfcase>
 
<cfcase value="schd_cluster1"></cfcase>
 
<cfcase value="l10n_cluster_desc"> If checked, the task can be executed in cluster setup.</cfcase>
 
<cfcase value="hideAdvancedSettings">Hide Additional Settings</cfcase>
 
<cfcase value="showAdvancedSettings">Show Additional Settings</cfcase>
 
<cfcase value="l10n_cancel">Cancel</cfcase>
 
<cfcase value="l10n_submit">Submit</cfcase>
 
<cfcase value="taskrun_ok">This scheduled task was completed successfully.</cfcase>
 
<cfcase value="taskrun_bad">
There was an error running your scheduled task. Reasons for which scheduled tasks might fail include:<br />
<ul>
<li>The scheduled task is paused</li>
<li>The URL is a redirection URL.</li>
<li>The URL is protected by IIS NT Challenge/Response or Apache .htaccess password.  The Username and Password text fields for editing a scheduled task are intended to support Basic Authentication only.</li>
<li>The Domain Name lookup failed.  Try using the IP address of the domain whenever possible.</li>
<li>The URL is an SSL site, but the SSL port was specified incorrectly.</li>
<li>The Web site is not responding.</li>
<li>The directory specified for published results does not exist.</li>
</ul>
</cfcase>
 
<cfcase value="taskpause_ok">This scheduled task was paused successfully.</cfcase>
 
<cfcase value="taskresume_ok">This scheduled task was resumed successfully.</cfcase>
 
<cfcase value="pagename_tasks">Scheduled Tasks</cfcase>
 
<cfcase value="schedule_new_task">Schedule New Task</cfcase>
 
<cfcase value="pageHeader_scheduledTasks">
Server Settings &gt; Scheduled Tasks</cfcase>
 
<cfcase value="tasks_blurb">Scheduled tasks can create static web pages from dynamic data sources. You can also schedule tasks to update Solr searches and to create reports. </cfcase>
 
<cfcase value="scheduled_tasks_server">Server Level Scheduled Tasks</cfcase>
 
<cfcase value="l10n_notasks">No server level tasks have been scheduled.</cfcase>
 
<cfcase value="group">Group</cfcase>
 
<cfcase value="lastRun">Last Run</cfcase>
 
<cfcase value="nextrun">Next Run</cfcase>
 
<cfcase value="remainingcount">Remaining Count</cfcase>
 
<cfcase value="schd_cluster_label">Cluster</cfcase>
 
<cfcase value="delete_task_confirmation">Are you sure you want to delete this ColdFusion server task?</cfcase>
 
<cfcase value="run_scheduled_task">Run Scheduled Task</cfcase>
 
<cfcase value="edit_scheduled_task">Edit Scheduled Task</cfcase>
 
<cfcase value="delete_scheduled_task">Delete Scheduled 
Task</cfcase>
 
<cfcase value="pause_scheduled_task">Pause Scheduled Task</cfcase>
 
<cfcase value="resume_scheduled_task">Resume Scheduled 
Task</cfcase>
 
<cfcase value="chianedtask">Chained Task</cfcase>
 
<cfcase value="indefinitely">- INDEFINITELY</cfcase>
 
<cfcase value="chainedtask">Chained Task</cfcase>
 
<cfcase value="daily_at"><cfoutput>&nbsp
  <cfif not structKeyExists(task,"crontime") or #CALLER.task.crontime# eq "">
   <cfif structKeyExists(task,"interval")>
        #CALLER.task.interval# 
                          <cfelse>
                              #CALLER.chainedtask#
   </cfif>
  <cfelse> 
#CALLER.task.crontime# 
</cfif></cfoutput></cfcase>
 
<cfcase value="notrun">NOT RUN</cfcase>
 
<cfcase value="expired">EXPIRED</cfcase>
 
<cfcase value="cluster_no">NO</cfcase>
 
<cfcase value="cluster_yes">YES</cfcase>
 
<cfcase value="scheduled_tasks_app">Application Level Scheduled Tasks</cfcase>
 
<cfcase value="l10n_noapptasks">No application level tasks have been scheduled.</cfcase>
 
<cfcase value="application">Application</cfcase>
 
<cfcase value="repeat">Repeat</cfcase>
 
<cfcase value="cluster">Cluster</cfcase>
 
<cfcase value="daily_at1"><cfoutput><cfif not structKeyExists(task,"crontime") or #CALLER.task.crontime# eq "">
  <cfif structKeyExists(task,"interval")>
   #CALLER.task.interval# 
                                           <cfelse>
                                              #CALLER.chainedtask#
  </cfif>
<cfelse> 
#CALLER.task.crontime# </cfif></cfoutput></cfcase>
 
<cfcase value="scheduled_tasks_cluster">Enable Cluster Setup</cfcase>
 
<cfcase value="schd_cluster_support">Currently supported databases for cluster setup are MySQL, Microsoft SQL Server and Oracle 
</cfcase>
 
<cfcase value="schd_cluster_not">Currently cluster setup is not enabled 
</cfcase>
 
<cfcase value="schd_cluster_temp"><cfoutput>Currently cluster setup is enabled and 
Data source being used is #EncodeForHTML(CALLER.dsnvalue)#</cfoutput></cfcase>
 
<cfcase value="ws_enable">Disable Cluster</cfcase>
 
<cfcase value="schd_dsn">Select 
Datasource</cfcase>
 
<cfcase value="wscreatetables">Create Tables for Cluster 
Setup</cfcase>
 
<cfcase value="wscreatetables_desc">Enable this option only for one node in the cluster. Otherwise, the tables are overridden. If you have created tables from one node, in other nodes you need to only select and choose the data source. All nodes will point to the same data source and therefore will be part of the cluster.
               </cfcase>
 
<cfcase value="schd_dsn_button_add">Submit</cfcase>
 
<cfcase value="probeSettings">Probe Settings</cfcase>
 
<cfcase value="pub_path">Publish file path</cfcase>
 
<cfcase value="pub_filename">Publish file name</cfcase>
 
<cfcase value="proxy_port">Proxy port</cfcase>
 
<cfcase value="probes">Probes</cfcase>
 
<cfcase value="enabled">Enabled</cfcase>
 
<cfcase value="probe_email_from1">Notification Sent From</cfcase>
 
<cfcase value="probe_username1">Probe.cfm Username</cfcase>
 
<cfcase value="username1">Username</cfcase>
 
<cfcase value="request_timeout">Request timeout</cfcase>
 
<cfcase value="no">No</cfcase>
 
<cfcase value="scheduling_error"><cfoutput>
An error occured scheduling the task.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#<br />
</cfoutput></cfcase>
 
<cfcase value="error_schd_dsn">Enter the password for basic 
authentication</cfcase>
 
 
<cfdefaultcase><cfset bSuccess="false"/></cfdefaultcase>
 
</cfswitch>
 
</cfprocessingdirective>