seven1m / onebody

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

This URL has Read+Write access

seven1m (author)
Wed Sep 10 06:14:00 -0700 2008
commit  25260cba3ec2909e8bd0c0c1bf3510343fac53d4
tree    2dbee4ff46af060aa2fcd38c418796f6b741cfd4
parent  4b267ad0db47e9da5338bb554475af143914569e
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