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 0cc22e116b Remodeled after ActivityVerbHandlerPlugin 8 years ago
actions Remodeled after ActivityVerbHandlerPlugin 8 years ago
classes Remodeled after ActivityVerbHandlerPlugin 8 years ago
css UX enhancements 8 years ago
forms Remodeled after ActivityVerbHandlerPlugin 8 years ago
images UX enhancements 8 years ago
js Remodeled after ActivityVerbHandlerPlugin 8 years ago
.jscsrc JSCS/JSHint: Ignore extlib, indent=spaces 8 years ago
.jshintignore JSCS/JSHint: Ignore extlib, indent=spaces 8 years ago
.jshintrc Initial commit 8 years ago
CheckinPlugin.php Remodeled after ActivityVerbHandlerPlugin 8 years ago
README.md readme: add install info 8 years ago

README.md

Instructions

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

    addPlugin('Checkin', array(
        'overpass' => 'http://api.openstreetmap.fr/oapi/interpreter',
        'nominatim' => 'https://nominatim.openstreetmap.org'
    ));

You should now have a 'Checkin' item in your GNU social top menu