Update the project homepage and IRC channel

This commit is contained in:
Alexei Sorokin 2021-06-12 11:30:12 +03:00 committed by Diogo Peralta Cordeiro
parent 76a1facd55
commit c5e433d577
6 changed files with 10 additions and 9 deletions

View File

@ -42,7 +42,7 @@ yourself, as these are for the development team to assign priority and area of
coverage to a subject. Please only submit something here if you are certain it coverage to a subject. Please only submit something here if you are certain it
is a bug or represents a feature enhancement that we do not presently have. If is a bug or represents a feature enhancement that we do not presently have. If
you are uncertain whether it's a bug, please feel free to ask you are uncertain whether it's a bug, please feel free to ask
at #social IRC channel on freenode.net https://www.freenode.net/. at #social IRC channel at irc.libera.chat https://libera.chat/.
When reporting a bug, please try to include as much information as possible, When reporting a bug, please try to include as much information as possible,
including the environment being run on (if it's a common LAMP stack just give including the environment being run on (if it's a common LAMP stack just give

View File

@ -135,9 +135,10 @@ As in any upgrade, do __not__ forget to run `/scripts/upgrade.php`.
There are several ways to get more information about GNU social. There are several ways to get more information about GNU social.
* The #social IRC channel on freenode.net <https://www.freenode.net/>. * The #social IRC channel at irc.libera.chat <https://libera.chat/>.
* The unofficial XMPP room linked to IRC on <xmpp:gnusocial@conference.bka.li> * The #social:libera.chat Matrix room
* The GNU social website <https://gnu.io/social/> * The bridged XMPP room at <xmpp:gnusocial@conference.bka.li?join>
* The GNU social website <https://gnusocial.rocks/>
* GNU social has a bug tracker for any defects you may find, or ideas for * GNU social has a bug tracker for any defects you may find, or ideas for
making things better. <https://notabug.org/diogo/gnu-social/issues> making things better. <https://notabug.org/diogo/gnu-social/issues>

View File

@ -8,8 +8,8 @@ people for %%site.name%%.
Bugs Bugs
---- ----
If you think you've found a bug in the underlying [GNU social](https://gnu.io/social/) software, If you think you've found a bug in the underlying [GNU social](https://gnusocial.rocks/) software,
or if there's a new feature you'd like to see, add it into the [GNU social task list](https://git.gnu.io/gnu/gnu-social/issues). or if there's a new feature you'd like to see, add it into the [GNU social task list](https://notabug.org/diogo/gnu-social/issues).
Don't forget to check the list of existing bugs to make sure it hasn't already been reported! Don't forget to check the list of existing bugs to make sure it hasn't already been reported!
Email Email

View File

@ -31,7 +31,7 @@
defined('GNUSOCIAL') || die(); defined('GNUSOCIAL') || die();
define('GNUSOCIAL_ENGINE', 'GNU social'); define('GNUSOCIAL_ENGINE', 'GNU social');
define('GNUSOCIAL_ENGINE_URL', 'https://gnusocial.network/'); // Change to https://gnu.io/social/ define('GNUSOCIAL_ENGINE_URL', 'https://gnusocial.rocks/');
define('GNUSOCIAL_ENGINE_REPO_URL', 'https://notabug.org/diogo/gnu-social/'); // Change to https://git.gnu.io/gnu/gnu-social define('GNUSOCIAL_ENGINE_REPO_URL', 'https://notabug.org/diogo/gnu-social/'); // Change to https://git.gnu.io/gnu/gnu-social
define('GNUSOCIAL_BASE_VERSION', '2.0.0'); define('GNUSOCIAL_BASE_VERSION', '2.0.0');

View File

@ -42,7 +42,7 @@ const ACTIVITYPUB_PUBLIC_TO = ['https://www.w3.org/ns/activitystreams#Public',
]; ];
const ACTIVITYPUB_HTTP_CLIENT_HEADERS = [ const ACTIVITYPUB_HTTP_CLIENT_HEADERS = [
'Accept: application/ld+json; profile="https://www.w3.org/ns/activitystreams"', 'Accept: application/ld+json; profile="https://www.w3.org/ns/activitystreams"',
'User-Agent: GNUsocialBot ' . GNUSOCIAL_VERSION . ' - https://gnusocial.network' 'User-Agent: GNUsocialBot ' . GNUSOCIAL_VERSION . ' - https://gnusocial.rocks'
]; ];
/** /**

View File

@ -240,7 +240,7 @@ class DirectMessagePlugin extends Plugin
'name' => 'Direct Message', 'name' => 'Direct Message',
'version' => self::PLUGIN_VERSION, 'version' => self::PLUGIN_VERSION,
'author' => 'Mikael Nordfeldth, Bruno Casteleiro', 'author' => 'Mikael Nordfeldth, Bruno Casteleiro',
'homepage' => 'https://gnu.social/', 'homepage' => 'https://gnusocial.rocks/',
'rawdescription' => 'rawdescription' =>
// TRANS: Plugin description. // TRANS: Plugin description.
_m('Direct Message to other local users.') _m('Direct Message to other local users.')