May 23, 2006 @ 01:37 AM
Rails plugin meta data
So, Geoffrey (topfunky) threw out a little idea tonight: What if plugins had some basic metadata attached to them? This will make it easy for plugin directories to grab the basic info.
For now, we’re going with a YAML version of a gem spec:
author: technoweenie
summary: File upload handling plugin.
homepage: http://technoweenie.stikipad.com
plugin: http://svn.techno-weenie.net/projects/plugins/acts_as_attachment
license: MIT
version: 0.3a
rails_version: 1.1.2+ (hint at what version of rails to use this on)
I also committed a small addition to script/plugin that let’s you display this file. script/plugin info acts_as_attachment. Now that I think about it, I think I may change that to script/plugin about, and about.yml for the metadata info.
Thoughts?
Oh and by the way… it is on.
Comments are closed.
