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

@@ -233,7 +233,7 @@ class RegisterThrottlePlugin extends Plugin
$versions[] = array('name' => 'RegisterThrottle',
'version' => GNUSOCIAL_VERSION,
'author' => 'Evan Prodromou',
'homepage' => 'http://status.net/wiki/Plugin:RegisterThrottle',
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/RegisterThrottle',
'description' =>
// TRANS: Plugin description.
_m('Throttles excessive registration from a single IP address.'));