]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Sample/README
New domain regexp for WebFinger matching.
[quix0rs-gnu-social.git] / plugins / Sample / README
1 The Sample plugin shows best practices for development of GNU social plugins.
2
3 It adds a "Hello" menu item to the default menu and tracks how many times it
4 has greeted each user.
5
6 Installation
7 ============
8 add "addPlugin('Sample');"
9 to the bottom of your config.php
10
11 Settings
12 ========
13 none
14
15 Example
16 =======
17
18 addPlugin('Sample');
19