What about an URL for the plugin or a doc URL? Jeremy
On Mon, Mar 8, 2010 at 3:04 PM, Jay Pipes <[email protected]> wrote: > ++ > > message PluginDescriptor > { > message PluginOption > { > required string key; > required string value; > } > enum License > { > GPL; > LGPL; > BSD; > MIT; > OTHER; > } > required string author = 1; > required License license = 2; > required string description = 3; > repeated PluginOption option; > } > > for a start at least ;) > > -jay > > > On Mon, Mar 8, 2010 at 5:53 PM, Brian Aker <[email protected]> wrote: > > Hi! > > > > What would folks think about having plugins return a protobuf message > saying > > "this is me"? > > > > We have LICENSE, Author, etc... and I suspect we will continue to extend > it. > > > > Thoughts? Love it? Hate it? > > > > Cheers, > > -Brian > > > > _______________________________________________ > > Mailing list: https://launchpad.net/~drizzle-discuss > > Post to : [email protected] > > Unsubscribe : https://launchpad.net/~drizzle-discuss > > More help : https://help.launchpad.net/ListHelp > > > > _______________________________________________ > Mailing list: https://launchpad.net/~drizzle-discuss > Post to : [email protected] > Unsubscribe : https://launchpad.net/~drizzle-discuss > More help : https://help.launchpad.net/ListHelp >
_______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

