[DOCUMENTATION][DEVELOPERS][PLUGINS] Some updates to Plugins doc

This commit is contained in:
Diogo Cordeiro
2019-08-12 21:48:29 +01:00
committed by Diogo Peralta Cordeiro
parent a43c10582f
commit 5524cf331c
210 changed files with 70 additions and 101 deletions

View File

@@ -0,0 +1,19 @@
The Sample plugin shows best practices for development of GNU social plugins.
It adds a "Hello" menu item to the default menu and tracks how many times it
has greeted each user.
Installation
============
add "addPlugin('Sample');"
to the bottom of your config.php
Settings
========
none
Example
=======
addPlugin('Sample');