SomeNYCGuy
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: What to upload for a new plugin?In case anyone faces the same confusion, the response from the plugin support group was to upload only the code for the plugin. They did not need the assets folder.
Once uploaded, the web page confirmed the plugin name and also some validation about the URLs in the the plugin.
I assume if and when it is approved, and the SVN repository created, I will be able to upload the assets files there.
Forum: Everything else WordPress
In reply to: What to upload for a new plugin?Thank you for your reply. I will try to contact them.
I guess I must be missing something as it seems like a simple question: Do I upload zip containing just the plugin files, or a zip containing all folders like assets, trunk, etc.
Forum: Everything else WordPress
In reply to: What to upload for a new plugin?Thank you for the link and your reply. I had read that page previously.
The page you refer to indicates that a readme.txt file should be created. I previously read the guidelines on that and have created the file, along with placing my screenshots into an ‘assets’ folder. (as a sidenote, my readme.txt file passes validation perfectly, even for ‘Requires PHP is missing’, which is better than the demo readme.txt file)
But the assets folder isn’t part of the plugin, and so it strikes me as odd that I would upload the files needed for the plugin, including a readme.txt file which assumes an assets folder that is NOT uploaded as part of the plugin. If that makes sense.
Or, when WordPress creates my svn respository, will it place my uploaded files into ‘trunk’ and create an ‘assets’ folder that I will then place the screenshots into as a seperate process?
Forgive my ignorance, I have done a fair amount of reading and it’s my first plugin. I am still not sure if I should upload just the zipped folder of the plugin (and upload assets folder later), or all the files like the assets as well.
Any further assistance is appreciated.
- This reply was modified 7 years ago by SomeNYCGuy.
Ok, my bad, it looks like I didn’t have the proper order for the iptables statements.
I had the ‘DROP’ for this specific IP address after the ‘ALLOW’ for all HTTP traffic in my iptables list. I moved it above the ‘ALLOW’, and it seems like it’s working now. Where I was seeing access every 30 seconds or so, I now see no access in 4 minutes.
Guess I’ll have to go and read up on my iptables.