Alexei Sorokin 26115482ef [SCHEMA] Improve timestamp storage 4 лет назад
..
actions 5524cf331c [DOCUMENTATION][DEVELOPERS][PLUGINS] Some updates to Plugins doc 3 лет назад
classes 26115482ef [SCHEMA] Improve timestamp storage 3 лет назад
locale 5524cf331c [DOCUMENTATION][DEVELOPERS][PLUGINS] Some updates to Plugins doc 3 лет назад
README 5524cf331c [DOCUMENTATION][DEVELOPERS][PLUGINS] Some updates to Plugins doc 3 лет назад
SamplePlugin.php 165edc2609 [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL 3 лет назад

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