Merge branch 'readme-plugins' into 'nightly'
Readme plugins * Adds several plugin READMEs They are pretty basic, but it's a start. * Changes status.net/wiki URLs to git.gnu.io The status.net wiki is dead. See merge request !103
This commit is contained in:
@@ -32,7 +32,7 @@ class ModHelperPlugin extends Plugin
|
||||
$versions[] = array('name' => 'ModHelper',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Brion Vibber',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:ModHelper',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/ModHelper',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Lets users who have been manually marked as "modhelper"s silence accounts.'));
|
||||
|
16
plugins/ModHelper/README
Normal file
16
plugins/ModHelper/README
Normal file
@@ -0,0 +1,16 @@
|
||||
The ModHelperPlugin plugin lets users who have been manually marked as
|
||||
"modhelper"s silence accounts.
|
||||
|
||||
Installation
|
||||
============
|
||||
add "addPlugin('ModHelperPlugin');"
|
||||
to the bottom of your config.php
|
||||
|
||||
Settings
|
||||
========
|
||||
none
|
||||
|
||||
Example
|
||||
=======
|
||||
addPlugin('ModHelperPlugin');
|
||||
|
Reference in New Issue
Block a user