====== Module guide - before you start ====== **Before you start developing your very own pluck modules, please read this page through carefully.** ===== Requirements ===== Pluck modules are of course developed in the PHP programming language. Besides PHP, (X)HTML and CSS are used to present the user of pluck a graphical interface. This means that module developers at least need the following skills: * Good knowledge and understanding of PHP * Basic (X)HTML knowledge * Basic CSS knowledge ===== Before you start... ===== Before you start working with pluck modules, we suggest you take a good look at the guide on how to create [[dev:theming|themes]] for pluck. This theming guide contains some information about modules, and will help you understand better how modules are implemented in pages. ===== And now: let's start! ===== Let's start! [[dev:modules:chapter_1|Go to the first chapter...]]