public
Description: Tempo is a simple team tracking application with a hint of social networking. It focuses on the simple use of a WYSIWYG editor over Wiki syntax so that business users can be involved in the process of editing content to share tribal knowledge as well as communicating project statuses.
Homepage:
Clone URL: git://github.com/bryansray/tempo.git
Click here to lend your support to: tempo and make a donation at www.pledgie.com !
tempo / Capfile
100644 4 lines (4 sloc) 0.173 kb
1
2
3
4
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy'
load 'config/mongrel'