public
Fork of mleung/feather
Description: The simplest blog that works. Make sure you check out the feather-plugins repo as well!
Clone URL: git://github.com/ivey/feather.git
Adding in the MIT license file
mleung (author)
Sat May 17 13:13:58 -0700 2008
commit  2f7bc7796125c7c43d7fa17b275f7c72fb64ccc7
tree    07a86b46f90e86b762453156793af4b36c4f16aa
parent  f53a518cf8b783139e2ffacad979a8282d346ec8
...
1
 
2
3
4
...
1
2
3
4
5
0
@@ -1,4 +1,5 @@
0
 # Allows you to tell a plugin it depends on another, and will load the dependency first.
0
+# Usage: PluginDependencies::register_dependency "feather-comments" in init.rb of your plugin.
0
 module PluginDependencies
0
  class << self
0
    def register_dependency(dependency)

Comments

    No one has commented yet.