]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - EVENTS.txt
Add InitializePlugin and CleanupPlugin events
[quix0rs-gnu-social.git] / EVENTS.txt
1 InitializePlugin: a chance to initialize a plugin in a complete
2                   environment
3
4 CleanupPlugin: a chance to cleanup a plugin at the end of a program
5
6 StartPrimaryNav: Showing the primary nav menu
7 - $action: the current action
8
9 EndPrimaryNav: At the end of the primary nav menu
10 - $action: the current action
11
12 StartSecondaryNav: Showing the secondary nav menu
13 - $action: the current action
14
15 EndSecondaryNav: At the end of the secondary nav menu
16 - $action: the current action
17
18 StartShowScripts: Showing JavaScript links
19 - $action: the current action
20
21 EndShowScripts: End showing JavaScript links; good place to add custom
22                 links like Google Analytics
23 - $action: the current action
24
25 StartShowJQueryScripts: Showing JQuery script links (use this to link to e.g. Google mirrors)
26 - $action: the current action
27
28 EndShowJQueryScripts: End showing JQuery script links
29 - $action: the current action
30
31 StartShowLaconicaScripts: Showing Laconica script links (use this to link to a CDN or something)
32 - $action: the current action
33
34 EndShowLaconicaScripts: End showing Laconica script links
35 - $action: the current action
36