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.
|
8 years ago | |
---|---|---|
actions | 8 years ago | |
classes | 8 years ago | |
css | 8 years ago | |
forms | 8 years ago | |
images | 8 years ago | |
js | 8 years ago | |
.jscsrc | 8 years ago | |
.jshintignore | 8 years ago | |
.jshintrc | 8 years ago | |
CheckinPlugin.php | 8 years ago | |
README.md | 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