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:
mmn
2016-02-26 12:32:42 +00:00
178 changed files with 1559 additions and 99 deletions

View File

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