Pluggable events app for Mozilla Webmaker
Перейти к файлу
Jon Buckley 1da9523251 Bug 884644 - Remove extraneous escape filters 2013-06-18 22:32:10 -04:00
assets/css Fix link button 2013-06-18 18:52:00 -04:00
config Implemented "call to action" bar at bottom of Events page. 2013-06-12 07:48:02 -07:00
controllers Created markdown template filter. 2013-06-12 18:25:15 -07:00
models Improved time fields. 2013-06-11 22:36:18 -07:00
static Fixed switching between create-event form inputs via TAB key. 2013-06-14 23:21:58 -07:00
views/events Bug 884644 - Remove extraneous escape filters 2013-06-18 22:32:10 -04: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 Created markdown template filter. 2013-06-12 18:25:15 -07:00
package.json 0.1.2 2013-06-18 22:11:20 -04: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.