gnu-social/plugins/Geonames
Diogo Cordeiro a9c365a5eb [VersionBump] 2.0.0alpha0
Ran composer update and locale updater
2020-08-04 05:31:44 +01:00
..
locale [VersionBump] 2.0.0alpha0 2020-08-04 05:31:44 +01:00
GeonamesPlugin.php [CORE] Use monotonic time via hrtime() where applicable 2020-01-07 19:48:13 +03:00
README Add plugin READMEs 2016-02-08 17:48:37 +00:00

README

The Geonames plugin uses geonames.org to get human-readable names for locations
based on user-provided lat/long pairs.

The human-readable names appear after notices that have a lat/long location
attached to them.

Installation
============
add "addPlugin('Geonames');"
to the bottom of your config.php

Settings
========
none

Example
=======
addPlugin('Geonames');