how to share plug-in

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

how to share plug-in

Chiara Magliaro
Hi all,

I implemented a plug-in in Java language programming, and a I'd like to
share it with Image J community.
Can anybody please let me know how to do it?
Thak you a lot

Chiara

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: how to share plug-in

dscho
Hi Chiara,

On Tue, 26 Jun 2012, Chiara Magliaro wrote:

> I implemented a plug-in in Java language programming, and a I'd like to
> share it with Image J community.
> Can anybody please let me know how to do it?

You have multiple options:

1) send the source code directly to this list. Usually, Wayne picks them
up and puts them on the website under
http://imagej.nih.gov/ij/plugins/index.html; if you want to make it less
work for Wayne, you can make the .html for the plugin already, say, by
copy-editing http://imagej.nih.gov/ij/plugins/imaq.html

2) register with the ImageJ Documentation Wiki:
http://imagejdocu.tudor.lu/ and upload your plugin there. Typically people
who do that then follow up with a mail to this mailing list, linking to
their plugin on the Wiki

3) if you want to contribute the plugin to Fiji, you will need to follow
the steps described in http://fiji.sc/Developing_Fiji; this involves
getting yourself acquainted with Git (a source code management tool),
registered with GitHub and providing a little syntactic sugar to integrate
things into the Fiji Build system

As you might have suspected, I ordered these options from "easy" to "a bit
involved", so you can now choose ;-)

Ciao,
Johannes

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: how to share plug-in

gadea
In reply to this post by Chiara Magliaro
Hi Chiara, I have implemented a plug-in too and I shared it from here http://imagejdocu.tudor.lu/, if you need help you can look at this or ask me can_i_contribute_to_the_imagej_community. Sincerely, Gadea