You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Chimo e084606fff Match expected onPluginVersion declaration 8 years ago
.gitignore Add vendor directory to .gitignore 9 years ago
ErrbitPlugin.php Match expected onPluginVersion declaration 8 years ago
README.md StatusNet -> GNU social 9 years ago
composer.json Initial commit 10 years ago

README.md

Errbit plugin for GNU social

Status: experimental

Currently, whatever GNU social's onEndLog event catches is sent to Errbit.
This might change in the future.

Instructions

These instructions assume you have composer installed.

Make sure the files are in a folder called Errbit if they're not already
Put the folder in your /plugins/ directory
Run composer install in the /plugins/Errbit/ directory
Tell /config.php to use it with the following:

addPlugin('Errbit', array(
    'host' => 'err.example.org',
    'api_key' => 'YOUR_API_KEY'
));