Skip to content

Instantly share code, notes, and snippets.

@SnigdhaD
SnigdhaD / reminders.adoc
Created September 27, 2014 12:27
Reminders

Sending reminders to your users

Evergreen allows you to set up automated notifications and actions to respond to events in your system. An example of an event might be an item becoming overdue. An example of an action might be sending an email notification to users.

The Action Triggers and Notification module can be found in the staff client by navigating to Admin > Local Administration > Notifications / Action Triggers.

Creating Notifications

Action Triggers and Notifications are created from within the staff client.

@SnigdhaD
SnigdhaD / Activation.md
Last active August 29, 2015 14:07
Activation

Activating Volunteers

List of Projects

The list of projects that the Humanitarian OSM Team is currently working on, can be found here. You can get project details and ways to contribute by visiting the project's webpage.

Remote Volunteers

@SnigdhaD
SnigdhaD / Dancer2manual.pod
Last active August 29, 2015 14:13
Manual.pod

DESCRIPTION

Dancer2 is a free and open source web application framework written in Perl.

@SnigdhaD
SnigdhaD / Cookbook.pod
Last active August 29, 2015 14:13
Dancer2 Cookbook

Default Route

In case you want to avoid a 404 error, or handle multiple routes in the same way and you don't feel like configuring all of them, you can set up a default route handler.

The default route handler will handle any request that doesn't get served by any other route.

All you need to do is set up the following route as the last route:

What is Dancer2?

Dancer2 is a "micro" web framework which is modeled after a Ruby framework called Sinatra that constructs web applications by building a list of HTTP verbs, URLs (called routes) and methods to handle