seven1m / onebody

OneBody is free, open-source, web-based social networking and online directory software for churches.

This URL has Read+Write access

onebody / plugins
name age message
..
file README Loading commit data...
directory checkin/
directory setup/
plugins/README
This is the simple start of a standard OneBody Plugin architecture.

Each directory in the /plugins directory can add routes, models,
views, and controllers to your OneBody installation.

Plugins in this directory (except the Setup plugin) are disabled
by default. To enable, run:

# ruby plugins/checkin/install.rb

Disable by running:

# ruby plugins/checkin/uninstall.rb