bannerbannerbannerbannerbanner
Jova wiki   tid   Login/Logout

Navigation





Search the wiki
»

PoweredBy

Page History: Plugin development checklist

Compare Page Revisions

Compare revision to revision


List of revisions

« Older Revision - Back to Page History - Newer Revision »


Page Revision: 2013/11/06 15:05


Checklist

Get a unique and descriptive name

Create a unique prefix for functions and classes

Create an appropriate plugin folder structure

  • Keep Images in an images directory
  • Keep Javascript files in a js (javascript) directory

Create the default plugin files with necessary content

  • Php-file with the same name as the plugin ( directory name ).
  • Add the header text as needed to this file
    • Plugin name
    • Language
    • Description
    • version
    • possibly links to plugin and its author
  • Add an uninstall.php file to clear all traces of your plugin when being uninstalled

Include a license text if needed

  • Directly after the header in the plugin php-file.

Jova wiki is © Jovall