Icy-imaging / Icy-Kernel

Icy kernel module
http://icy.bioimageanalysis.com/
55 stars 16 forks source link

User wants to send Private message to creator of plugin #121

Open Fab14 opened 13 years ago

Fab14 commented 13 years ago

I will add a "send a PM functionality" on the web site, protected by a captcha

Stephane-D commented 13 years ago

By the way the PluginDescriptor class has an email field. If the website allow to fill it then we could have a contact email per plugin directly in the application.

daftalx commented 13 years ago

+1

Fab14 commented 13 years ago

If I provide it within xml, the email will not be secret anymore ! I cannot do that :) I will add the send a PM which is safe!

Fab14 commented 12 years ago

I have seen on android market that dev of application are publishing an email for contact. This appears completly clear and they seem not to complain about spam.

What if I add an option so that people can make a contact email visible on the plugin page ?

DrDaleks commented 12 years ago

it's a good start, just avoid showing the full email address, otherwise automatic parsing bots "will" spam every email they find online :)

Otherwise, a small "contact form" on each plugin page would also be good. Like this you don't need to maintain a PM system, and the email remains "more or less" hidden (and the dev may adjust his email anytime in the account preferences, very handy for post-docs moving around...)

nrv commented 12 years ago

+1 adufour

Fab14 commented 12 years ago

Ok, so let's go for the contact thing !