(12:44:15)
KnxDT: I have a problem related with my plugin. It was removed from
WP.org extend repository
(12:44:51)
KnxDT: and nobody notifies me so I read some forums and they recommend me this channel so I'm here :)
(12:45:24)
KnxDT: by the way: I speak spanish. Please excuse me if my english isn't good enough.
(12:50:20)
KnxDT: In another forum the people told me that maybe it was because in the code I used the base64 encoding or maybe because I didn't include the GPL header.
(12:51:28)
KnxDT: I removed the base64 encoding function and I included the GPL header. Now I need to know if that's all... because nobody notifies me about a problem with the plugin.
(12:51:48)
KnxDT: This is the SVN link if you want to check the code:
http://svn.wp-plugins.org/feedburner...iption-widget/
(13:18:39)
markr: KnxDT, the plugin was removed because
you hid an encoded link to your site in the footer. That is completely unacceptable. Access can be restored but you must bump the version number and remove that footer code. If other links are introduced the plugin would be permanently removed.
(13:20:51)
KnxDT: I replaced the encoded link with the plain HTML text now.
(13:22:59) sivel: KnxDT: in addition you have to allow the user to remove the "advertisement" using an option in admin
(13:24:02)
KnxDT: Ok, If I introduce links I should add options to remove it. Is that ok?
(13:24:10)
KnxDT: to remove them*
(13:24:41)
markr: yep - that is part of the requirements.
(13:25:19)
markr: please bump the version number too.
(13:25:24)
markr: that is important
(13:25:49)
KnxDT: Ok, I can introduce links but with the disable option (to remove them). That's ok?
(13:25:53)
KnxDT: And bump the version
(13:26:04)
markr: that would be good, yes
(13:26:41)
KnxDT: I'll do it now. Thank you.
(13:27:03)
KnxDT: By the way: Is the GPL header necesary?
(13:27:18)
markr: very.
(13:27:28)
KnxDT: because
WP didn't mention in the standar readme.txt
(13:27:37)
markr: Ideally you would include the gpl in a gpl.txt file
(13:27:57)
markr: not including the declaration will get it removed
(13:28:10)
markr: users have to know what they can do if they wish
(13:28:40)
markr: back in ~30
(13:28:52)
KnxDT:
http://svn.wp-plugins.org/all-in-one...unk/readme.txt No GPL :S
(13:30:02)
KnxDT: I'll make the necesary changes in my plugin code and bump the version in the meantime.