]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Geonames/README
Merge branch 'nightly' of git.gnu.io:gnu/gnu-social into nightly
[quix0rs-gnu-social.git] / plugins / Geonames / README
1 The Geonames plugin uses geonames.org to get human-readable names for locations
2 based on user-provided lat/long pairs.
3
4 The human-readable names appear after notices that have a lat/long location
5 attached to them.
6
7 Installation
8 ============
9 add "addPlugin('Geonames');"
10 to the bottom of your config.php
11
12 Settings
13 ========
14 none
15
16 Example
17 =======
18 addPlugin('Geonames');
19