DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:geotag

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
plugin:geotag [2014-12-01 13:35] Klap-inplugin:geotag [2018-05-29 10:13] – works with greebo mprins
Line 1: Line 1:
-====== geotag Plugin ======+====== GeoTag Plugin ======
  
 ---- plugin ---- ---- plugin ----
Line 6: Line 6:
 email      : mprins@users.sf.net email      : mprins@users.sf.net
 type       : syntax, action, helper type       : syntax, action, helper
-lastupdate : 2014-09-01 +lastupdate : 2018-01-27 
-compatible : 2010-11-07 "Anteater", Rincewind, Angua, Adora Belle, Weatherwax, Binky, "Ponder Stibbons"+compatible : Rincewind, Angua, Adora Belle, Weatherwax, Binky, "Ponder Stibbons", Hrun, Detritus, 2016-06-26, 2017-02-19, Greebo
 depends    :  depends    : 
 conflicts  conflicts 
Line 13: Line 13:
 tags       : tags, geo, meta, annotations, seo spatial tags       : tags, geo, meta, annotations, seo spatial
  
-downloadurl: http://netcologne.dl.sourceforge.net/project/dokuwikispatial/geotag/geotag.zip +downloadurl: https://github.com/mprins/dokuwiki-plugin-geotag/archive/master.zip 
-sourcerepo : https://sourceforge.net/p/dokuwikispatial/code+bugtracker : https://github.com/mprins/dokuwiki-plugin-geotag/issues 
-bugtracker : https://sourceforge.net/p/dokuwikispatial/issues/+sourcerepo : https://github.com/mprins/dokuwiki-plugin-geotag 
 +donationurl:  
 + 
 +screenshot_img: 
 ---- ----
- 
  
 This plugin will render a geotag as a visible and styled [[http://microformats.org/wiki/geo|geo microformat]] and [[http://schema.org/geo|schema.org geo element]] as well as render it as [[http://geotags.com/geo/geotags2.html|meta tags]] and [[WP>ICBM_address|ICBM]] in the page header. The rendering of the microformat may be suppressed by the wiki admin. This plugin will render a geotag as a visible and styled [[http://microformats.org/wiki/geo|geo microformat]] and [[http://schema.org/geo|schema.org geo element]] as well as render it as [[http://geotags.com/geo/geotags2.html|meta tags]] and [[WP>ICBM_address|ICBM]] in the page header. The rendering of the microformat may be suppressed by the wiki admin.
-A comprehensive summary on geotagging is given on http://www.geotagicons.com.+ 
 +A comprehensive summary on geotagging is given on <del>http://www.geotagicons.com</del> (deprecated/ads).
  
 ===== Installation ===== ===== Installation =====
 +
 Search and install the plugin using the [[plugin:extension|Extension Manager]] or manually with the download from the [[http://sourceforge.net/projects/dokuwikispatial/files/geotag/geotag.zip/download|SourceForge Mirror]]. Refer to [[:Plugins]] on how to install plugins manually.  Search and install the plugin using the [[plugin:extension|Extension Manager]] or manually with the download from the [[http://sourceforge.net/projects/dokuwikispatial/files/geotag/geotag.zip/download|SourceForge Mirror]]. Refer to [[:Plugins]] on how to install plugins manually. 
  
Line 30: Line 34:
  
 ===== Examples/Usage ===== ===== Examples/Usage =====
-See the plugin in action [[http://dokuwikispatial.sourceforge.net/dokuwiki/doku.php?id=start|on the demonstration site]] and [[http://wild-water.nl/dokuwiki/blog/2013/0827_nieuwe_wildwaterbaan_donau_insel_wenen|here]]. The [[http://dokuwikispatial.sourceforge.net/dokuwiki/doku.php?id=geotag:start|sample pages]] show all the styles available with the plugin. 
  
 +See the plugin in action [[http://dokuwikispatial.sourceforge.net/dokuwiki/doku.php?id=start|on the demonstration site]] and [[http://wild-water.nl/dokuwiki/blog/2013/0827_nieuwe_wildwaterbaan_donau_insel_wenen|here]]. The [[http://dokuwikispatial.sourceforge.net/dokuwiki/doku.php?id=geotag:start|sample pages]] show all the styles available with the plugin.
      
 ==== Syntax ==== ==== Syntax ====
 +
 Minimal syntax: Minimal syntax:
  
   {{geotag>lat:51.565696, lon:5.324596}}   {{geotag>lat:51.565696, lon:5.324596}}
- 
  
 Full syntax: Full syntax:
Line 56: Line 60:
  
 ==== Configuration and Settings ==== ==== Configuration and Settings ====
 +
 There are two configuration options: There are two configuration options:
   * **geotag_pinggeourl** pings the geourl.org website with the page url for indexing   * **geotag_pinggeourl** pings the geourl.org website with the page url for indexing
Line 67: Line 72:
  
 ==== Changes ==== ==== Changes ====
 +
 +=== version 1.11 ===
 +
 +  * Russian translation provided by Алексей Козлов (Aleksej Kozlov)
 +  * fix parsing of Cyrillic names (thanks Aleksej)
 +
 +=== version 1.10 ===
 +
 +  * PHP 7 fixes
 +
 +=== version 1.9 ===
 +
 +  * allow unicode characters with umlaut in placenames
  
 === version 1.8 === === version 1.8 ===
 +
   * use microformats2 ''h-geo'' classes   * use microformats2 ''h-geo'' classes
   * settings/translations update   * settings/translations update
Line 74: Line 93:
  
 === version 1.7 === === version 1.7 ===
 +
   * render schema.org microformats   * render schema.org microformats
   * link geotag to findnearby if the spatialhelper plugin is available   * link geotag to findnearby if the spatialhelper plugin is available
   * add an option to toggle display between DD and DMS format   * add an option to toggle display between DD and DMS format
  
-=== sourcecode updates === +=== Sourcecode Updates === 
-{{rss>http://sourceforge.net/p/dokuwikispatial/code/feed date 10}}+ 
 +{{rss>https://github.com/mprins/dokuwiki-plugin-geotag/commits/master.atom date}}
  
 ==== Known Bugs and Issues ==== ==== Known Bugs and Issues ====
 +
 Please see the [[https://sourceforge.net/p/dokuwikispatial/issues/search/?q=labels%3Ageotag+%26%26+%21status%3Awont-fix+%26%26+%21status%3Aclosed|support requests]] Please see the [[https://sourceforge.net/p/dokuwikispatial/issues/search/?q=labels%3Ageotag+%26%26+%21status%3Awont-fix+%26%26+%21status%3Aclosed|support requests]]
  
 ==== ToDo/Wish List ==== ==== ToDo/Wish List ====
 +
 Please see the [[https://sourceforge.net/p/dokuwikispatial/issues/search/?q=labels%3Ageotag+%26%26+%21status%3Awont-fix+%26%26+%21status%3Aclosed|feature requests tracker]] Please see the [[https://sourceforge.net/p/dokuwikispatial/issues/search/?q=labels%3Ageotag+%26%26+%21status%3Awont-fix+%26%26+%21status%3Aclosed|feature requests tracker]]
plugin/geotag.txt · Last modified: 2023-10-31 00:50 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki