Pluggable events app for Mozilla Webmaker
Перейти к файлу
Hike Danakian d1ab1c4abc Added registerLink field to event-edit form. 2013-06-12 02:49:49 -07:00
assets/css Added registerLink field to event-edit form. 2013-06-12 02:49:49 -07:00
config Fixed event owner gravatars and improved event-map seeding. 2013-06-11 17:52:52 -07:00
controllers Added registerLink field to event-edit form. 2013-06-12 02:49:49 -07:00
models Improved time fields. 2013-06-11 22:36:18 -07:00
static Added ability to change Event picture via event-edit form. 2013-06-12 02:08:19 -07:00
views/events Added registerLink field to event-edit form. 2013-06-12 02:49:49 -07:00
.gitignore Initial commit, converted events.webmaker.org app into plugin module. 2013-06-03 11:24:54 -07:00
README.md Minor fix to repo link in README. 2013-06-03 14:40:04 -07:00
index.js Fixed event owner gravatars and improved event-map seeding. 2013-06-11 17:52:52 -07:00
package.json Replaced 'nox' component of noxmox with knox. 2013-06-11 14:30:16 -07:00
routes.js Let Owners edit their Events in details-view 2013-06-11 13:23:38 -07:00
util.js Improved time fields. 2013-06-11 22:36:18 -07:00

README.md

webmaker-events

Pluggable events app for Mozilla Webmaker

Integrating into Webmaker

Add the following line to app.js:

require("webmaker-events").init(app, nunjucksEnv);

where app is the Express app, and nunjucksEnv is to add a custom file-loader to nunjucks before calling nunjucksEnv.express(app).

To add webmaker-events to the dependency list in package.json,

"webmaker-events": "git://github.com/AmoebaConsulting/webmaker-events.git"

Take a look at AmoebaConsulting/webmaker.org#events for all the changes required to get it working with Webmaker.