Rails plugin meta data
So, Geoffrey ("topfunky":http://nubyonrails.com/) threw out a little idea tonight: What if plugins had some basic metadata attached to them? This will make it easy for "plugin directories":http://agilewebdevelopment.com/plugins to grab the "basic info":http://svn.techno-weenie.net/projects/plugins/acts_as_attachment/meta.yml.
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":http://www.railsday2006.com/.
related
- 2010 Aug 03 Protocol Buffers with Riak for Node.js
- 2010 Jul 13 In-Process Node.js Queues
- 2010 Jul 07 Geek Talk Interview
- 2010 Jun 28 Tee and Child Processes
- 2010 Jun 23 You can let go now
- 2010 May 17 Railsconf: Building APIs
- 2010 May 10 Nori: Node.js Riak wrapper
- 2010 May 10 No, I did not create a mobile phone framework too
- 2010 May 04 Escaping your test suite with your life
- 2010 Apr 05 Will the iPad kill comic books?

