summaryrefslogtreecommitdiffstats
path: root/trunk/README.hooks
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/README.hooks')
-rw-r--r--trunk/README.hooks24
1 files changed, 0 insertions, 24 deletions
diff --git a/trunk/README.hooks b/trunk/README.hooks
deleted file mode 100644
index d15949c..0000000
--- a/trunk/README.hooks
+++ /dev/null
@@ -1,24 +0,0 @@
-Hooks that plugins can provide
-
-All hooks must return either undefined/null or a list of return values. This might be an empty list or a list of just one value.
-
-handlePath
- Registers new urls to serve
- Parameters: None
- Returns: Parameter suitable for Dispatcher
-renderPageBodyPre
- Adds extra html before the body of a page
- Parameters: bodyFileName, data, plugin
- Returns: String(s) of html
-renderPageBodyPost
- Adds extra html after the body of a page
- Parameters: bodyFileName, data, plugin
- Returns: String(s) of html
-serverStartup
- Run right after server startup
- Parameters: None
- Returns: None
-serverShutdown
- Run before server shutdown
- Parameters: None
- Returns: None