From 3b3e094f332d1e53ca3e9a879fb8aed578327a38 Mon Sep 17 00:00:00 2001 From: Paul-Vincent Roll Date: Sat, 6 Feb 2016 20:42:19 +0100 Subject: [PATCH] Updated Module System Proposal (asciidoc) --- Module-System-Proposal.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Module-System-Proposal.asciidoc b/Module-System-Proposal.asciidoc index 1a9b80c..0870621 100644 --- a/Module-System-Proposal.asciidoc +++ b/Module-System-Proposal.asciidoc @@ -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. -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.