seven1m / onebody

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

This URL has Read+Write access

commit  c4467ec2a55f07e158bdf457af26b3da202deafe
tree    d14f4e06a5ea3cd8db44e10ceaff8bb641e431a4
parent  42ae62d5b7c64246d7bc495cf4b87e2811f3b099
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