Change status.net/wiki URLs to git.gnu.io
This commit is contained in:
parent
7c90d7022b
commit
2c5cba28b6
|
@ -92,7 +92,7 @@ class AccountManagerPlugin extends Plugin
|
|||
$versions[] = array('name' => 'AccountManager',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Craig Andrews',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:AccountManager',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/AccountManager',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('The Account Manager plugin implements the Account Manager specification.'));
|
||||
|
|
|
@ -344,7 +344,7 @@ class ActivityPlugin extends Plugin
|
|||
$versions[] = array('name' => 'Activity',
|
||||
'version' => self::VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:Activity',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Activity',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Emits notices when social activities happen.'));
|
||||
|
|
|
@ -220,7 +220,7 @@ class ActivitySpamPlugin extends Plugin
|
|||
$versions[] = array('name' => 'ActivitySpam',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:ActivitySpam',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/ActivitySpam',
|
||||
'description' =>
|
||||
_m('Test notices against the Activity Spam service.'));
|
||||
return true;
|
||||
|
|
|
@ -273,7 +273,7 @@ class AnonymousFavePlugin extends Plugin
|
|||
*/
|
||||
function onPluginVersion(array &$versions)
|
||||
{
|
||||
$url = 'http://status.net/wiki/Plugin:AnonymousFave';
|
||||
$url = 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/AnonymousFave';
|
||||
|
||||
$versions[] = array('name' => 'AnonymousFave',
|
||||
'version' => ANONYMOUS_FAVE_PLUGIN_VERSION,
|
||||
|
|
|
@ -80,7 +80,7 @@ class ApiLoggerPlugin extends Plugin
|
|||
$versions[] = array('name' => 'ApiLogger',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Brion Vibber',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:ApiLogger',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/ApiLogger',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Allows random sampling of API requests.'));
|
||||
|
|
|
@ -155,7 +155,7 @@ class AuthCryptPlugin extends AuthenticationPlugin
|
|||
$versions[] = array('name' => 'AuthCrypt',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Mikael Nordfeldth',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:AuthCrypt',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/AuthCrypt',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Authentication and password hashing with crypt()'));
|
||||
|
|
|
@ -61,7 +61,7 @@ class AutoSandboxPlugin extends Plugin
|
|||
$versions[] = array('name' => 'AutoSandbox',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Sean Carmody',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:AutoSandbox',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/AutoSandbox',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Automatically sandboxes newly registered members.'));
|
||||
|
|
|
@ -57,7 +57,7 @@ class AutocompletePlugin extends Plugin
|
|||
$versions[] = array('name' => 'Autocomplete',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Craig Andrews',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:Autocomplete',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Autocomplete',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('The autocomplete plugin adds autocompletion for @ replies.'));
|
||||
|
|
|
@ -50,7 +50,7 @@ class AwesomenessPlugin extends Plugin
|
|||
'name' => 'Awesomeness',
|
||||
'version' => self::VERSION,
|
||||
'author' => 'Jeroen De Dauw',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:Awesomeness',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Awesomeness',
|
||||
// TRANS: Plugin description for a sample plugin.
|
||||
'rawdescription' => _m('The Awesomeness plugin adds additional awesomeness ' .
|
||||
'to a StatusNet installation.'
|
||||
|
|
|
@ -150,7 +150,7 @@ class BitlyUrlPlugin extends UrlShortenerPlugin
|
|||
$versions[] = array('name' => sprintf('BitlyUrl (%s)', $this->shortenerName),
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Craig Andrews, Brion Vibber',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:BitlyUrl',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/BitlyUrl',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description. %1$s is the URL shortening service base URL (for example "bit.ly").
|
||||
sprintf(_m('Uses <a href="http://%1$s/">%1$s</a> URL-shortener service.'),
|
||||
|
|
|
@ -297,7 +297,7 @@ class BlacklistPlugin extends Plugin
|
|||
'version' => self::VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' =>
|
||||
'http://status.net/wiki/Plugin:Blacklist',
|
||||
'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Blacklist',
|
||||
'description' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Keeps a blacklist of forbidden nickname '.
|
||||
|
|
|
@ -122,7 +122,7 @@ class BlankAdPlugin extends UAPPlugin
|
|||
$versions[] = array('name' => 'BlankAd',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:BlankAdPlugin',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/BlankAdPlugin',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Plugin for testing ad layout.'));
|
||||
|
|
|
@ -153,7 +153,7 @@ class BlogspamNetPlugin extends Plugin
|
|||
$versions[] = array('name' => 'BlogspamNet',
|
||||
'version' => BLOGSPAMNETPLUGIN_VERSION,
|
||||
'author' => 'Evan Prodromou, Brion Vibber',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:BlogspamNet',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/BlogspamNet',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Plugin to check submitted notices with blogspam.net.'));
|
||||
|
|
|
@ -101,7 +101,7 @@ class CacheLogPlugin extends Plugin
|
|||
$versions[] = array('name' => 'CacheLog',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:CacheLog',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/CacheLog',
|
||||
'description' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Log reads and writes to the cache.'));
|
||||
|
|
|
@ -152,7 +152,7 @@ class CasAuthenticationPlugin extends AuthenticationPlugin
|
|||
$versions[] = array('name' => 'CAS Authentication',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Craig Andrews',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:CasAuthentication',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/CasAuthentication',
|
||||
// TRANS: Plugin description. CAS is Central Authentication Service.
|
||||
'rawdescription' => _m('The CAS Authentication plugin allows for StatusNet to handle authentication through CAS (Central Authentication Service).'));
|
||||
return true;
|
||||
|
|
|
@ -59,7 +59,7 @@ class ClientSideShortenPlugin extends Plugin
|
|||
$versions[] = array('name' => 'Shorten',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Craig Andrews',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:ClientSideShorten',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/ClientSideShorten',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('ClientSideShorten causes the web interface\'s notice form to automatically shorten URLs as they entered, and before the notice is submitted.'));
|
||||
|
|
|
@ -109,7 +109,7 @@ class CometPlugin extends RealtimePlugin
|
|||
$versions[] = array('name' => 'Comet',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:Comet',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Comet',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description message. Bayeux is a protocol for transporting asynchronous messages
|
||||
// TRANS: and Comet is a web application model.
|
||||
|
|
|
@ -246,7 +246,7 @@ class DirectionDetectorPlugin extends Plugin {
|
|||
* plugin details
|
||||
*/
|
||||
function onPluginVersion(array &$versions){
|
||||
$url = 'http://status.net/wiki/Plugin:DirectionDetector';
|
||||
$url = 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/DirectionDetector';
|
||||
|
||||
$versions[] = array(
|
||||
'name' => 'Direction detector',
|
||||
|
|
|
@ -257,7 +257,7 @@ class DirectoryPlugin extends Plugin
|
|||
'name' => 'Directory',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Zach Copley',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:Directory',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Directory',
|
||||
// TRANS: Plugin description.
|
||||
'rawdescription' => _m('Add a user directory.')
|
||||
);
|
||||
|
|
|
@ -166,7 +166,7 @@ class DiskCachePlugin extends Plugin
|
|||
$versions[] = array('name' => 'DiskCache',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:DiskCache',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/DiskCache',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Plugin to implement cache interface with disk files.'));
|
||||
|
|
|
@ -195,7 +195,7 @@ class DomainStatusNetworkPlugin extends Plugin
|
|||
$versions[] = array('name' => 'DomainStatusNetwork',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:DomainStatusNetwork',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/DomainStatusNetwork',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('A plugin that maps a single status_network to an email domain.'));
|
||||
|
|
|
@ -272,7 +272,7 @@ class DomainWhitelistPlugin extends Plugin
|
|||
$versions[] = array('name' => 'DomainWhitelist',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou, Zach Copley',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:DomainWhitelist',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/DomainWhitelist',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Restrict domains for email users.'));
|
||||
|
|
|
@ -54,7 +54,7 @@ class EmailAuthenticationPlugin extends Plugin
|
|||
$versions[] = array('name' => 'Email Authentication',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Craig Andrews',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:EmailAuthentication',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/EmailAuthentication',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('The Email Authentication plugin allows users to login using their email address.'));
|
||||
|
|
|
@ -177,7 +177,7 @@ class EmailRegistrationPlugin extends Plugin
|
|||
$versions[] = array('name' => 'EmailRegistration',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:EmailRegistration',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/EmailRegistration',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Use email only for registration.'));
|
||||
|
|
|
@ -185,7 +185,7 @@ class EmailReminderPlugin extends Plugin
|
|||
'name' => 'EmailReminder',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Zach Copley',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:EmailReminder',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/EmailReminder',
|
||||
// TRANS: Plugin description.
|
||||
'rawdescription' => _m('Send email reminders for various things.')
|
||||
);
|
||||
|
|
|
@ -71,7 +71,7 @@ class EmailSummaryPlugin extends Plugin
|
|||
$versions[] = array('name' => 'EmailSummary',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:EmailSummary',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/EmailSummary',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Send an email summary of the inbox to users.'));
|
||||
|
|
|
@ -102,7 +102,7 @@ class EventPlugin extends ActivityVerbHandlerPlugin
|
|||
$versions[] = array('name' => 'Event',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:Event',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Event',
|
||||
'description' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Event invitations and RSVPs.'));
|
||||
|
|
|
@ -35,7 +35,7 @@ class ExtendedProfilePlugin extends Plugin
|
|||
'name' => 'ExtendedProfile',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Brion Vibber, Samantha Doherty, Zach Copley',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:ExtendedProfile',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/ExtendedProfile',
|
||||
// TRANS: Plugin description.
|
||||
'rawdescription' => _m('UI extensions for additional profile fields.')
|
||||
);
|
||||
|
|
|
@ -618,7 +618,7 @@ ENDOFSCRIPT;
|
|||
'name' => 'Facebook Bridge',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Craig Andrews, Zach Copley',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:FacebookBridge',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/FacebookBridge',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('A plugin for integrating StatusNet with Facebook.')
|
||||
|
|
|
@ -170,7 +170,7 @@ class FollowEveryonePlugin extends Plugin
|
|||
$versions[] = array('name' => 'FollowEveryone',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:FollowEveryone',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/FollowEveryone',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('New users follow everyone at registration and are followed in return.'));
|
||||
|
|
|
@ -107,7 +107,7 @@ class ForceGroupPlugin extends Plugin
|
|||
*/
|
||||
function onPluginVersion(array &$versions)
|
||||
{
|
||||
$url = 'http://status.net/wiki/Plugin:ForceGroup';
|
||||
$url = 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/ForceGroup';
|
||||
|
||||
$versions[] = array('name' => 'ForceGroup',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
|
|
|
@ -121,7 +121,7 @@ class GeoURLPlugin extends Plugin
|
|||
$versions[] = array('name' => 'GeoURL',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:GeoURL',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/GeoURL',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Ping <a href="http://geourl.org/">GeoURL</a> when '.
|
||||
|
|
|
@ -492,7 +492,7 @@ class GeonamesPlugin extends Plugin
|
|||
$versions[] = array('name' => 'Geonames',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:Geonames',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Geonames',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Uses <a href="http://geonames.org/">Geonames</a> service to get human-readable '.
|
||||
|
|
|
@ -67,7 +67,7 @@ class GroupFavoritedPlugin extends Plugin
|
|||
*/
|
||||
function onPluginVersion(array &$versions)
|
||||
{
|
||||
$url = 'http://status.net/wiki/Plugin:GroupFavorited';
|
||||
$url = 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/GroupFavorited';
|
||||
|
||||
$versions[] = array('name' => 'GroupFavorited',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
|
|
|
@ -410,7 +410,7 @@ class GroupPrivateMessagePlugin extends Plugin
|
|||
$versions[] = array('name' => 'GroupPrivateMessage',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:GroupPrivateMessage',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/GroupPrivateMessage',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Allow posting private messages to groups.'));
|
||||
|
|
|
@ -81,7 +81,7 @@ class ImapPlugin extends Plugin
|
|||
$versions[] = array('name' => 'IMAP',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Craig Andrews',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:IMAP',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/IMAP',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('The IMAP plugin allows for StatusNet to check a POP or IMAP mailbox for incoming mail containing user posts.'));
|
||||
|
|
|
@ -172,7 +172,7 @@ class InProcessCachePlugin extends Plugin
|
|||
*/
|
||||
function onPluginVersion(array &$versions)
|
||||
{
|
||||
$url = 'http://status.net/wiki/Plugin:InProcessCache';
|
||||
$url = 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/InProcessCache';
|
||||
|
||||
$versions[] = array('name' => 'InProcessCache',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
|
|
|
@ -46,7 +46,7 @@ class InfiniteScrollPlugin extends Plugin
|
|||
$versions[] = array('name' => 'InfiniteScroll',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Craig Andrews',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:InfiniteScroll',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/InfiniteScroll',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin dscription.
|
||||
_m('Infinite Scroll adds the following functionality to your StatusNet installation: When a user scrolls towards the bottom of the page, the next page of notices is automatically retrieved and appended. This means they never need to click "Next Page", which dramatically increases stickiness.'));
|
||||
|
|
|
@ -147,7 +147,7 @@ class LdapAuthenticationPlugin extends AuthenticationPlugin
|
|||
$versions[] = array('name' => 'LDAP Authentication',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Craig Andrews',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:LdapAuthentication',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/LdapAuthentication',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('The LDAP Authentication plugin allows for StatusNet to handle authentication through LDAP.'));
|
||||
|
|
|
@ -123,7 +123,7 @@ class LdapAuthorizationPlugin extends AuthorizationPlugin
|
|||
$versions[] = array('name' => 'LDAP Authorization',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Craig Andrews',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:LdapAuthorization',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/LdapAuthorization',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('The LDAP Authorization plugin allows for StatusNet to handle authorization through LDAP.'));
|
||||
|
|
|
@ -62,7 +62,7 @@ class LilUrlPlugin extends UrlShortenerPlugin
|
|||
$versions[] = array('name' => sprintf('LilUrl (%s)', $this->shortenerName),
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Craig Andrews',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:LilUrl',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/LilUrl',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
// TRANS: %1$s is the service URL.
|
||||
|
|
|
@ -34,7 +34,7 @@ class LinkPreviewPlugin extends Plugin
|
|||
$versions[] = array('name' => 'LinkPreview',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Brion Vibber',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:LinkPreview',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/LinkPreview',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('UI extension for previewing thumbnails from links.'));
|
||||
|
|
|
@ -337,7 +337,7 @@ class LinkbackPlugin extends Plugin
|
|||
$versions[] = array('name' => 'Linkback',
|
||||
'version' => LINKBACKPLUGIN_VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:Linkback',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Linkback',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Notify blog authors when their posts have been linked in '.
|
||||
|
|
|
@ -44,7 +44,7 @@ class LogFilterPlugin extends Plugin
|
|||
$versions[] = array('name' => 'LogFilter',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Brion Vibber',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:LogFilter',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/LogFilter',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Provides server-side setting to filter log output by type or keyword.'));
|
||||
|
|
|
@ -174,7 +174,7 @@ class MapstractionPlugin extends Plugin
|
|||
$versions[] = array('name' => 'Mapstraction',
|
||||
'version' => self::VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:Mapstraction',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Mapstraction',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Show maps of users\' and friends\' notices '.
|
||||
|
|
|
@ -241,7 +241,7 @@ class MemcachePlugin extends Plugin
|
|||
$versions[] = array('name' => 'Memcache',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou, Craig Andrews',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:Memcache',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Memcache',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Use <a href="http://memcached.org/">Memcached</a> to cache query results.'));
|
||||
|
|
|
@ -212,7 +212,7 @@ class MemcachedPlugin extends Plugin
|
|||
$versions[] = array('name' => 'Memcached',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou, Craig Andrews',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:Memcached',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Memcached',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Use <a href="http://memcached.org/">Memcached</a> to cache query results.'));
|
||||
|
|
|
@ -165,7 +165,7 @@ class MeteorPlugin extends RealtimePlugin
|
|||
$versions[] = array('name' => 'Meteor',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:Meteor',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Meteor',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Plugin to do "real time" updates using Meteor.'));
|
||||
|
|
|
@ -162,7 +162,7 @@ class MinifyPlugin extends Plugin
|
|||
$versions[] = array('name' => 'Minify',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Craig Andrews',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:Minify',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Minify',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('The Minify plugin minifies StatusNet\'s CSS and JavaScript, removing whitespace and comments.'));
|
||||
|
|
|
@ -373,7 +373,7 @@ class MobileProfilePlugin extends WAP20Plugin
|
|||
$versions[] = array('name' => 'MobileProfile',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Sarven Capadisli',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:MobileProfile',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/MobileProfile',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('XHTML MobileProfile output for supporting user agents.'));
|
||||
|
|
|
@ -34,7 +34,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.'));
|
||||
|
|
|
@ -189,7 +189,7 @@ class ModLogPlugin extends Plugin
|
|||
$versions[] = array('name' => 'ModLog',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:ModLog',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/ModLog',
|
||||
'description' =>
|
||||
_m('Show the moderation history for a profile in the sidebar'));
|
||||
return true;
|
||||
|
|
|
@ -32,7 +32,7 @@ class ModPlusPlugin extends Plugin
|
|||
$versions[] = array('name' => 'ModPlus',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Brion Vibber',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:ModPlus',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/ModPlus',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('UI extension for profile moderation actions.'));
|
||||
|
|
|
@ -86,7 +86,7 @@ class NoticeTitlePlugin extends Plugin
|
|||
*/
|
||||
function onPluginVersion(array &$versions)
|
||||
{
|
||||
$url = 'http://status.net/wiki/Plugin:NoticeTitle';
|
||||
$url = 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/NoticeTitle';
|
||||
|
||||
$versions[] = array('name' => 'NoticeTitle',
|
||||
'version' => NOTICE_TITLE_PLUGIN_VERSION,
|
||||
|
|
|
@ -1229,7 +1229,7 @@ class OStatusPlugin extends Plugin
|
|||
$versions[] = array('name' => 'OStatus',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou, James Walker, Brion Vibber, Zach Copley',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:OStatus',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/OStatus',
|
||||
// TRANS: Plugin description.
|
||||
'rawdescription' => _m('Follow people across social networks that implement '.
|
||||
'<a href="http://ostatus.org/">OStatus</a>.'));
|
||||
|
|
|
@ -76,7 +76,7 @@ class OfflineBackupPlugin extends Plugin
|
|||
$versions[] = array('name' => 'OfflineBackup',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:OfflineBackup',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/OfflineBackup',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Backup user data in offline queue and email when ready.'));
|
||||
|
|
|
@ -54,7 +54,7 @@ class OpenExternalLinkTargetPlugin extends Plugin
|
|||
$versions[] = array('name' => 'OpenExternalLinkTarget',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Sarven Capadisli',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:OpenExternalLinkTarget',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/OpenExternalLinkTarget',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Opens external links (i.e. with rel=external) on a new window or tab.'));
|
||||
|
|
|
@ -620,7 +620,7 @@ class OpenIDPlugin extends Plugin
|
|||
$versions[] = array('name' => 'OpenID',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou, Craig Andrews',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:OpenID',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/OpenID',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Use <a href="http://openid.net/">OpenID</a> to login to the site.'));
|
||||
|
|
|
@ -204,7 +204,7 @@ ENDOFSCRIPT;
|
|||
$versions[] = array('name' => 'OpenX',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:OpenX',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/OpenX',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Plugin for <a href="http://www.openx.org/">OpenX Ad Server</a>.'));
|
||||
|
|
|
@ -164,7 +164,7 @@ class OrbitedPlugin extends RealtimePlugin
|
|||
$versions[] = array('name' => 'Orbited',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:Orbited',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Orbited',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Plugin to make updates using Orbited and STOMP.'));
|
||||
|
|
|
@ -108,7 +108,7 @@ ENDOFPIWIK;
|
|||
$versions[] = array('name' => 'PiwikAnalytics',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Tobias Diekershoff, Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:Piwik',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Piwik',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Use <a href="http://piwik.org/">Piwik</a> Open Source web analytics software.'));
|
||||
|
|
|
@ -125,7 +125,7 @@ class PollPlugin extends MicroAppPlugin
|
|||
$versions[] = array('name' => 'Poll',
|
||||
'version' => self::VERSION,
|
||||
'author' => 'Brion Vibber',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:Poll',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Poll',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Simple extension for supporting basic polls.'));
|
||||
|
|
|
@ -53,7 +53,7 @@ class PostDebugPlugin extends Plugin
|
|||
$versions[] = array('name' => 'PostDebug',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Brion Vibber',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:PostDebug',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/PostDebug',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Debugging tool to record request details on POST.'));
|
||||
|
|
|
@ -62,7 +62,7 @@ class PtitUrlPlugin extends UrlShortenerPlugin
|
|||
$versions[] = array('name' => sprintf('PtitUrl (%s)', $this->shortenerName),
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Craig Andrews',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:PtitUrl',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/PtitUrl',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description. %1$s is the URL shortening service base URL (for example "bit.ly").
|
||||
sprintf(_m('Uses <a href="http://%1$s/">%1$s</a> URL-shortener service.'),
|
||||
|
|
|
@ -130,7 +130,7 @@ class QnAPlugin extends MicroAppPlugin
|
|||
'name' => 'QnA',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Zach Copley',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:QnA',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/QnA',
|
||||
'description' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Question and Answers micro-app.')
|
||||
|
|
|
@ -203,7 +203,7 @@ class RSSCloudPlugin extends Plugin
|
|||
$versions[] = array('name' => 'RSSCloud',
|
||||
'version' => RSSCLOUDPLUGIN_VERSION,
|
||||
'author' => 'Zach Copley',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:RSSCloud',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/RSSCloud',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('The RSSCloud plugin enables your StatusNet instance to publish ' .
|
||||
|
|
|
@ -109,7 +109,7 @@ class RecaptchaPlugin extends Plugin
|
|||
$versions[] = array('name' => 'Recaptcha',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Eric Helgeson',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:Recaptcha',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Recaptcha',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Uses <a href="http://recaptcha.org/">Recaptcha</a> service to add a '.
|
||||
|
|
|
@ -180,7 +180,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.'));
|
||||
|
|
|
@ -221,7 +221,7 @@ class RequireValidatedEmailPlugin extends Plugin
|
|||
'Evan Prodromou, '.
|
||||
'Brion Vibber',
|
||||
'homepage' =>
|
||||
'http://status.net/wiki/Plugin:RequireValidatedEmail',
|
||||
'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/RequireValidatedEmail',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Disables posting without a validated email address.'));
|
||||
|
|
|
@ -62,7 +62,7 @@ class ReverseUsernameAuthenticationPlugin extends AuthenticationPlugin
|
|||
$versions[] = array('name' => 'Reverse Username Authentication',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Craig Andrews',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:ReverseUsernameAuthentication',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/ReverseUsernameAuthentication',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('The Reverse Username Authentication plugin allows for StatusNet to handle authentication by checking if the provided password is the same as the reverse of the username.'));
|
||||
|
|
|
@ -36,7 +36,7 @@ class SQLProfilePlugin extends Plugin
|
|||
$versions[] = array('name' => 'SQLProfile',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Brion Vibber',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:SQLProfile',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/SQLProfile',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Debug tool to watch for poorly indexed DB queries.'));
|
||||
|
|
|
@ -39,7 +39,7 @@ class SQLStatsPlugin extends Plugin
|
|||
$versions[] = array('name' => 'SQLStats',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:SQLStats',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/SQLStats',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin decription.
|
||||
_m('Debug tool to watch for poorly indexed DB queries.'));
|
||||
|
|
|
@ -227,7 +227,7 @@ class SamplePlugin extends Plugin
|
|||
$versions[] = array('name' => 'Sample',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Brion Vibber, Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:Sample',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Sample',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('A sample plugin to show basics of development for new hackers.'));
|
||||
|
|
|
@ -93,7 +93,7 @@ class SearchSubPlugin extends Plugin
|
|||
$versions[] = array('name' => 'SearchSub',
|
||||
'version' => self::VERSION,
|
||||
'author' => 'Brion Vibber',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:SearchSub',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/SearchSub',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Plugin to allow following all messages with a given search.'));
|
||||
|
|
|
@ -211,7 +211,7 @@ class FacebookShareTarget extends NoticeShareTarget
|
|||
*/
|
||||
function onPluginVersion(array &$versions)
|
||||
{
|
||||
$url = 'http://status.net/wiki/Plugin:ShareNotice';
|
||||
$url = 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/ShareNotice';
|
||||
|
||||
$versions[] = array('name' => 'ShareNotice',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
|
|
|
@ -52,7 +52,7 @@ class SimpleUrlPlugin extends UrlShortenerPlugin
|
|||
$versions[] = array('name' => sprintf('SimpleUrl (%s)', $this->shortenerName),
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Craig Andrews',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:SimpleUrl',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/SimpleUrl',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
sprintf(_m('Uses <a href="http://%1$s/">%1$s</a> URL-shortener service.'),
|
||||
|
|
|
@ -176,7 +176,7 @@ class SitemapPlugin extends Plugin
|
|||
*/
|
||||
function onPluginVersion(array &$versions)
|
||||
{
|
||||
$url = 'http://status.net/wiki/Plugin:Sitemap';
|
||||
$url = 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Sitemap';
|
||||
|
||||
$versions[] = array('name' => 'Sitemap',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
|
|
|
@ -97,7 +97,7 @@ class SlicedFavoritesPlugin extends Plugin
|
|||
*/
|
||||
function onPluginVersion(array &$versions)
|
||||
{
|
||||
$url = 'http://status.net/wiki/Plugin:SlicedFavorites';
|
||||
$url = 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/SlicedFavorites';
|
||||
|
||||
$versions[] = array('name' => 'SlicedFavorites',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
|
|
|
@ -107,7 +107,7 @@ class SphinxSearchPlugin extends Plugin
|
|||
*/
|
||||
function onPluginVersion(array &$versions)
|
||||
{
|
||||
$url = 'http://status.net/wiki/Plugin:SphinxSearch';
|
||||
$url = 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/SphinxSearch';
|
||||
|
||||
$versions[] = array('name' => 'SphinxSearch',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
|
|
|
@ -55,7 +55,7 @@ class StrictTransportSecurityPlugin extends Plugin
|
|||
$versions[] = array('name' => 'StrictTransportSecurity',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Craig Andrews',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:StrictTransportSecurity',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/StrictTransportSecurity',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('The Strict Transport Security plugin implements the Strict Transport Security header, improving the security of HTTPS only sites.'));
|
||||
|
|
|
@ -62,7 +62,7 @@ class SubMirrorPlugin extends Plugin
|
|||
$versions[] = array('name' => 'SubMirror',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Brion Vibber',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:SubMirror',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/SubMirror',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Pull feeds into your timeline!'));
|
||||
|
|
|
@ -162,7 +162,7 @@ class SubscriptionThrottlePlugin extends Plugin
|
|||
$versions[] = array('name' => 'SubscriptionThrottle',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:SubscriptionThrottle',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/SubscriptionThrottle',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Configurable limits for subscriptions and group memberships.'));
|
||||
|
|
|
@ -49,7 +49,7 @@ class TabFocusPlugin extends Plugin
|
|||
$versions[] = array('name' => 'TabFocus',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Craig Andrews and Paul Irish',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:TabFocus',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/TabFocus',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('TabFocus changes the notice form behavior so that, while in the text area, pressing the tab key focuses the "Send" button, matching the behavior of Twitter.'));
|
||||
|
|
|
@ -94,7 +94,7 @@ class TagSubPlugin extends Plugin
|
|||
$versions[] = array('name' => 'TagSub',
|
||||
'version' => self::VERSION,
|
||||
'author' => 'Brion Vibber',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:TagSub',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/TagSub',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Plugin to allow following all messages with a given tag.'));
|
||||
|
|
|
@ -62,7 +62,7 @@ class TightUrlPlugin extends UrlShortenerPlugin
|
|||
$versions[] = array('name' => sprintf('TightUrl (%s)', $this->shortenerName),
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Craig Andrews',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:TightUrl',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/TightUrl',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description. %s is the shortener name.
|
||||
sprintf(_m('Uses <a href="http://%1$s/">%1$s</a> URL-shortener service.'),
|
||||
|
|
|
@ -301,7 +301,7 @@ class TwitterBridgePlugin extends Plugin
|
|||
'name' => 'TwitterBridge',
|
||||
'version' => self::VERSION,
|
||||
'author' => 'Zach Copley, Julien C, Jean Baptiste Favre',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:TwitterBridge',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/TwitterBridge',
|
||||
// TRANS: Plugin description.
|
||||
'rawdescription' => _m('The Twitter "bridge" plugin allows integration ' .
|
||||
'of a StatusNet instance with ' .
|
||||
|
|
|
@ -229,7 +229,7 @@ class UserFlagPlugin extends Plugin
|
|||
*/
|
||||
function onPluginVersion(array &$versions)
|
||||
{
|
||||
$url = 'http://status.net/wiki/Plugin:UserFlag';
|
||||
$url = 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/UserFlag';
|
||||
|
||||
$versions[] = array('name' => 'UserFlag',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
|
|
|
@ -86,7 +86,7 @@ class UserLimitPlugin extends Plugin
|
|||
$versions[] = array('name' => 'UserLimit',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:UserLimit',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/UserLimit',
|
||||
'description' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Limit the number of users who can register.'));
|
||||
|
|
|
@ -109,7 +109,7 @@ class WikiHashtagsPlugin extends Plugin
|
|||
$versions[] = array('name' => 'WikiHashtags',
|
||||
'version' => self::VERSION,
|
||||
'author' => 'Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:WikiHashtags',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/WikiHashtags',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Gets hashtag descriptions from <a href="http://hashtags.wikia.com/">WikiHashtags</a>.'));
|
||||
|
|
|
@ -54,7 +54,7 @@ class WikiHowProfilePlugin extends Plugin
|
|||
$versions[] = array('name' => 'WikiHow avatar fetcher',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Brion Vibber',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:Sample',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Sample',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('Fetches avatar and other profile information for WikiHow users when setting up an account via OpenID.'));
|
||||
|
|
|
@ -461,7 +461,7 @@ class XmppPlugin extends ImPlugin
|
|||
$versions[] = array('name' => 'XMPP',
|
||||
'version' => GNUSOCIAL_VERSION,
|
||||
'author' => 'Craig Andrews, Evan Prodromou',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:XMPP',
|
||||
'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/XMPP',
|
||||
'rawdescription' =>
|
||||
// TRANS: Plugin description.
|
||||
_m('The XMPP plugin allows users to send and receive notices over the XMPP/Jabber network.'));
|
||||
|
|
Loading…
Reference in New Issue
Block a user