Diogo Cordeiro b730582336 [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL hace 5 años
..
actions e1514a151c [DOCUMENTATION][DEVELOPERS][PLUGINS] Some updates to Plugins doc hace 5 años
classes e1514a151c [DOCUMENTATION][DEVELOPERS][PLUGINS] Some updates to Plugins doc hace 5 años
locale e1514a151c [DOCUMENTATION][DEVELOPERS][PLUGINS] Some updates to Plugins doc hace 5 años
README e1514a151c [DOCUMENTATION][DEVELOPERS][PLUGINS] Some updates to Plugins doc hace 5 años
SamplePlugin.php b730582336 [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL hace 5 años

README

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');