Last 12 weeks · 0 commits
0 of 6 standards met
Repository: rauchg/PluginsKit. Description: Plugins repository for open source projects linked to GitHub Stars: 26, Forks: 8. Primary language: PHP. Languages: PHP (78.5%), JavaScript (21.5%). Open PRs: 0, open issues: 8. Last activity: 15y ago. Community health: 14%. Top contributors: rauchg.
I'm getting this error when I try to add http://github.com/arian/mooModernizr to MooTools Forge... I created another plugin the same way and this does work... Then i tried to clone it locally and that worked. See also at the mootools group: http://groups.google.com/group/mootools-users/browse_thread/thread/1f0e5443dc271604/c2e7824badbd86ac#c2e7824badbd86ac
Hi, I ran into this error when my readme file looked like this: As you can see, there is no content between the How to Use header and the "Class: PluginName" header, but there is actually a How to Use section, but it starts with a header 2. I added some text directly after the how to use header, and it worked. I think this problem can be solved if you check if there is any content after the how to use header, for example by using preg_split or something.