README 368 B

1234567891011121314151617181920
  1. The Geonames plugin uses geonames.org to get human-readable names for locations
  2. based on user-provided lat/long pairs.
  3. The human-readable names appear after notices that have a lat/long location
  4. attached to them.
  5. Installation
  6. ============
  7. add "addPlugin('Geonames');"
  8. to the bottom of your config.php
  9. Settings
  10. ========
  11. none
  12. Example
  13. =======
  14. addPlugin('Geonames');