2012-06-23 18:58:12 +00:00
|
|
|
JEDchecker
|
|
|
|
|
|
|
|
This extension is able to check your components, modules or plugins for common errors that will prevent you
|
|
|
|
from publishing your extension on the JED.
|
|
|
|
|
|
|
|
If you want to write a rule have a look a the library/rules folder.
|
|
|
|
|
|
|
|
You just need to add a new file with your rule. Example:
|
|
|
|
yourrule.php
|
|
|
|
|
|
|
|
"yourrule.php" needs to have a class jedcheckerRulesYourrule and that class needs to have a
|
|
|
|
function that accepts the basedir as parameter. This is all - the component will automatically call
|
2012-06-24 14:27:38 +00:00
|
|
|
your rule check function.
|
|
|
|
|
|
|
|
ZIP packages for installation in joomla can be found here:
|
|
|
|
https://compojoom.com/downloads/official-releases-stable/jedchecker
|