Howie wrote:
Are there any docs for using this API? I mean to write plugins, not use them. The document called 'Architecture' isn't about the architecture but how to install :-(
It seems to be a series of callbacks that can be registered, but what is the list of callbacks, and at which points are they hooked in?
Documentation is in the works. I will probably go ahead and write a preliminary draft of the simple API and where everything is hooked into it. For now, you can probably look at how the monitor plugin at the setup.php file, as that is the important one with all the hook registrations.