On 15.05.2012 07:06, Lawrence, Ramon wrote:
> Gerd,
>
> Thank you for your response.
>
> I am interested in having the plugin hosted in the SVN repository and
> having it released as an optional plugin. I would like to make it as
> widely available as possible and will do whatever is needed to make that
> happen.
>
Great. I just committed your code together with the modifications I sent
you yesterday to our SVN repo. Please sent me your Sourceforge user name
and I'll register you as a developer.
>> From: Gerd Wagner [mailto:ger...@t-...]
>> Sent: Monday, May 14, 2012 2:52 PM
>
>> 1. Could you provide a HTML version of your manual. This way we could
> make
>> it available in our help system.
>
> Yes, I will produce a HTML version of the manual.
Good. You can even integrated in the help system yourself. Simply but it
in your Plugin's doc directory and then override
Plugin.getHelpFileName() to return the name of your html file.
>
>> 2. We usually don't ship JDBC drivers. So would it be alright for you
> to just
>> mention link to the download site in the manual and create a driver
> definition
>> in default_drivers.xml that includes the link to the drivers web site?
>
> Including the driver definition in default_drivers.xml is a good idea.
> I understand that there are issues with distributing drivers with
> SQuirreL.
Good. You'll be able to do that yourself soon. ;-)
> However, the plug-in has no functionality without the driver,
> so it does make sense to at least include it as part of the plugin
> distribution.
The same is true for any of our database specific Plugins.
But if you still want to make it available with SQuirreL just put it in
your Plugin's doc directory.
It would be nice if you could document your Plugin as well as your
future changes with some headlines in our global change log:
<sql12>/doc/src/main/resources/changes.txt
Thanks for contributing to SQuirreL
Gerd
|