This plugin moved to GNU social codebase and, from now on, it is maintained there. https://notabug.org/diogo/gnu-social/src/activitypub/plugins/ActivityPub
Diogo Cordeiro 6fbf37b7fe Improve update_activitypub_profiles.php daemon | 6 سال پیش | |
---|---|---|
actions | 6 سال پیش | |
classes | 6 سال پیش | |
daemons | 6 سال پیش | |
tests | 6 سال پیش | |
utils | 6 سال پیش | |
.gitignore | 6 سال پیش | |
ActivityPubPlugin.php | 6 سال پیش | |
CONTRIBUTING.md | 6 سال پیش | |
COPYING | 6 سال پیش | |
README.md | 6 سال پیش | |
composer.json | 6 سال پیش | |
phpunit.xml | 6 سال پیش |
2018
(c) Free Software Foundation, Inc
This is the README file for GNU Social's ActivityPub plugin. It includes general information about the plugin.
This plugin adds ActivityPub support to GNU Social.
Put all files in /plugins/ActivityPub
Add addPlugin('ActivityPub');
to your /config.php file.
For better performance consider both:
composer install && vendor/bin/phpunit
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting merge requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program, in the file "COPYING". If not, see http://www.gnu.org/licenses/.
IMPORTANT NOTE: The GNU Affero General Public License (AGPL) has
*different requirements* from the "regular" GPL. In particular, if
you make modifications to the plugin source code on your server,
you *MUST MAKE AVAILABLE* the modified version of the source code
to your users under the same license. This is a legal requirement
of using the software, and if you do not wish to share your
modifications, *YOU MAY NOT USE THIS PLUGIN*.