]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
[DOCUMENTATION] Plugin events should be declared in the plugin's directory not in...
authorDiogo Cordeiro <diogo@fc.up.pt>
Mon, 15 Jul 2019 02:25:16 +0000 (03:25 +0100)
committerDiogo Cordeiro <diogo@fc.up.pt>
Mon, 15 Jul 2019 02:25:16 +0000 (03:25 +0100)
DOCUMENTATION/DEVELOPERS/EVENTS.txt
plugins/Nodeinfo/EVENTS.txt [new file with mode: 0644]

index 44a62bef74cd5d3d9c4d2e9b23f880a0a36d794e..e3181faadb43587aa1e94533e3c2919a8e88ddb8 100644 (file)
@@ -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 (file)
index 0000000..fab2b00
--- /dev/null
@@ -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