Please enable JavaScript in your browser!
Головна сторінка
Огляд
Довідка
Увійти
TechnicalSuwako
/
gnusocial
відгалужено від
gnusocialjp/gnusocial
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Гілка:
main
Гілки
Теги
1.1.x
1.2.x
1.20.x
1.5
develop
experimental
main
master
nightly
v3
v2.0.2
v2.0.0beta0
v1.20.9release
v1.2.0beta4
v1.1.3release
before-gnusocialjp
gnusocial
/
DOCUMENTATION
/
DEVELOPERS
/
Plugins
/
Sample Plugins
/
Sample
/
includes
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');