Adding new tabs to Help Us
How to add a feature to the "Help us" subsystem
Create a new directory in ~/plugins/helpus/plugins/. The name of this should (when capitalised and with underscores changed to spaces) be the name that will be shown in the tab on the main help us page.
The directory needs to contain two files - base these on existing ones.
- code.can - code to generate data for the template - this must contain a function "Plugin()" that creates the necessary data. If there is none, it should return an empty lookup
- template.cst - formats the results from code.can and shows them to the user. They are provided in a variable called "pdata"
To disable a plugin, simply rename the directory to start with a leading underscore.
