From: Diogo Cordeiro Date: Mon, 15 Jul 2019 02:25:16 +0000 (+0100) Subject: [DOCUMENTATION] Plugin events should be declared in the plugin's directory not in... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6c8d2e159e7534e1867c0284230a7af3647fad2d;p=quix0rs-gnu-social.git [DOCUMENTATION] Plugin events should be declared in the plugin's directory not in the core --- diff --git a/DOCUMENTATION/DEVELOPERS/EVENTS.txt b/DOCUMENTATION/DEVELOPERS/EVENTS.txt index 44a62bef74..e3181faadb 100644 --- a/DOCUMENTATION/DEVELOPERS/EVENTS.txt +++ b/DOCUMENTATION/DEVELOPERS/EVENTS.txt @@ -1496,6 +1496,3 @@ StartDocNav: Before outputting the docs Nav EndDocNav: After outputting the docs Nav - $nav: The DoclNav widget - -NodeInfoProtocols: List of protocols to be reported on NodeInfo requests -- &$protocols - Add protocol to the list so it is informed upon request diff --git a/plugins/Nodeinfo/EVENTS.txt b/plugins/Nodeinfo/EVENTS.txt new file mode 100644 index 0000000000..fab2b00356 --- /dev/null +++ b/plugins/Nodeinfo/EVENTS.txt @@ -0,0 +1,2 @@ +NodeInfoProtocols: List of protocols to be reported on NodeInfo requests +- &$protocols - Add protocol to the list so it is informed upon request