Updated Module System Proposal (asciidoc)

Paul-Vincent Roll 2016-02-06 20:42:19 +01:00
parent 63a6b4b630
commit 3b3e094f33

@ -34,7 +34,7 @@ Every module in the module folder should contain the module.js file defining a c
`function cssFileForModule() { ... }` - This returns an array of urls to a css files needed by the module. `function cssFileForModule() { ... }` - This returns an array of urls to a css files needed by the module.
Any helper scrips (php) should be in the module folder, and should not affect any other module or the main system. Any helper scrips (php) should be in the module folder, and should not affect any other module or the main system. There should be a way to start scripts (python, node etc.) as daemons. Maybe some kind of API to send data back to the modules should be implemented.