Plesk Modules
This guide is written for the programmers who would like to implement a kind of a plug-in for Plesk for UNIX/Linux.
- Section Basics presents the plug-in technology of Plesk. This part of documentation shows the difference between various Plesk-specific extension techniques, explains the tenets of Plesk modules architecture, and touches upon the facilities provided by Plesk for better integration with Plesk modules.
- Section Creating Modules can serve as a guide on creating Plesk modules from scratch. This section sets the programming task, gives step-by-step instructions for implementing all parts of the module's code, and explains how to create a distribution package ready for commercial use.
- Section API Reference presents the Modules API that can be used for creating a module fully compliant with Plesk.