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 / .gitmodules
100644 31 lines (30 sloc) 1.354 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[submodule "vendor/plugins/attachment_fu"]
path = vendor/plugins/attachment_fu
url = git://github.com/technoweenie/attachment_fu.git
[submodule "vendor/plugins/acts_as_taggable_on_steroids"]
path = vendor/plugins/acts_as_taggable_on_steroids
        url = git://github.com/mattetti/acts_as_taggable_on_steroids.git
[submodule "vendor/plugins/haml"]
path = vendor/plugins/haml
url = git://github.com/nex3/haml.git
[submodule "vendor/plugins/acts_as_audited"]
path = vendor/plugins/acts_as_audited
url = git://github.com/collectiveidea/acts_as_audited.git
[submodule "vendor/plugins/acts_as_commentable"]
path = vendor/plugins/acts_as_commentable
url = git://github.com/jackdempsey/acts_as_commentable.git
[submodule "vendor/plugins/restful-authentication"]
path = vendor/plugins/restful-authentication
url = git://github.com/technoweenie/restful-authentication.git
[submodule "vendor/plugins/exception_notification"]
path = vendor/plugins/exception_notification
url = git://github.com/pager/exception_notification.git
[submodule "vendor/rails"]
path = vendor/rails
url = git://github.com/rails/rails.git
[submodule "vendor/plugins/rspec"]
path = vendor/plugins/rspec
url = git://github.com/dchelimsky/rspec.git
[submodule "vendor/plugins/rspec-rails"]
path = vendor/plugins/rspec-rails
url = git://github.com/dchelimsky/rspec-rails.git