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 [2013-11-22 12:48] – new version released mprinsplugin:geotag [2021-04-17 12:23] – works with Hogfather 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 : 2013-11-22 +lastupdate : 2021-04-14 
-compatible : 2010-11-07 "Anteater", Rincewind, Angua, Adora Belle, Weatherwax, Binky+compatible : Hogfather,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://switch.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 [[WP>Geo_(microformat)|microformat]] 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 http://www.geotagicons.com.
 +
 ===== Installation ===== ===== Installation =====
-Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL((or directly using http://switch.dl.sourceforge.net/project/dokuwikispatial/geotag/geotag.zip)) above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually. Alternate locations and archives for the plugin as well as older versions are available at: http://sourceforge.net/projects/dokuwikispatial/files/geotag/  
  
-It's not required, but having the [[geophp]] will enable calulation, storage and tagging of geohashes.+Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. 
 + 
 +It's not required, but having the [[geophp]] will enable calulation, storage and tagging of geohashes, having the [[spatialhelper]] plugin will enable searching for nearby pages.
  
 ===== Examples/Usage ===== ===== Examples/Usage =====
-See the plugin in action [[http://dokuwikispatial.sourceforge.net/dokuwiki/doku.php?id=start|here]] and [[http://www.hooidonksekanoclub.nl/|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 [[https://dokuwikispatial.sourceforge.io/dokuwiki/doku.php?id=startt|on the demonstration site]] and [[https://wild-water.nl/dokuwiki/blog/2013/0827_nieuwe_wildwaterbaan_donau_insel_wenen|here]]. The [[https://dokuwikispatial.sourceforge.io/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 50: Line 55:
 The ''lat'' and ''lon'' elements are mandatory, the other elements are optional and may be omitted. Elements must be separated by a comma ('','') either a colon ('':'') or an equals sign (''='') may be used to separate the values (''lat:21.2'' is the same as ''lat=21.2''). Since the comma is used as a delimiter you cannot use it in the text (the placename would be the only one where that makes sense anyway). The ''lat'' and ''lon'' elements are mandatory, the other elements are optional and may be omitted. Elements must be separated by a comma ('','') either a colon ('':'') or an equals sign (''='') may be used to separate the values (''lat:21.2'' is the same as ''lat=21.2''). Since the comma is used as a delimiter you cannot use it in the text (the placename would be the only one where that makes sense anyway).
  
-If you need to look up the values for a tag you can use the [[http://www.geo-tag.de/generator/en.html|Geo Tag Generator website]] (at some point in time the plugin will provide this lookup functionality by itself)+If you need to look up the values for a tag you can use the [[http://www.geo-tag.de/generator/en.html|Geo Tag Generator website]] (at some point in time the plugin may provide this lookup functionality by itself)
  
 ==== Configuration and Settings ==== ==== Configuration and Settings ====
-There are two configuration options: + 
-  * **geotag_pinggeourl** pings the geourl.org website with the page url for indexing+There are several configuration options:
   * **geotag_location_prefix** the default text to show in front of as part of a geotag, ie. the ''placename'' value;   * **geotag_location_prefix** the default text to show in front of as part of a geotag, ie. the ''placename'' value;
   * **geotag_showlocation** shows the ''placename'' value as part of the microformat, note that if you use a comma this string will be truncated at the comma   * **geotag_showlocation** shows the ''placename'' value as part of the microformat, note that if you use a comma this string will be truncated at the comma
   * **geotag_hide** when checked geotags will be hidden from view using css (they are still rendered)   * **geotag_hide** when checked geotags will be hidden from view using css (they are still rendered)
   * **geotag_prevent_microformat_render** when this option is checked rendering of the geotag microformat is prevented (the meta tags are still added to the page), this is for certain [[WP>a11y]] scenario's.   * **geotag_prevent_microformat_render** when this option is checked rendering of the geotag microformat is prevented (the meta tags are still added to the page), this is for certain [[WP>a11y]] scenario's.
 +  * **geotag_showsearch** make the geotag a link to the ''findnearby'' action provided by the [[spatialhelper]]
 +  * **toolbar_icon** whether to show a button in the editing toolbar
 +  * **displayformat** the format for display of the coordinates, either decimal degrees (DD) or degrees, Minutes, Seconds (DMS)
 +
 +==== Changes ====
 +
 +The [[https://github.com/mprins/dokuwiki-plugin-geotag/commits/master|complete changelog is available]] on GitHub
 +
  
-==== Change Log ==== +{{rss>https://github.com/mprins/dokuwiki-plugin-geotag/commits/master.atom date}}
-{{rss>http://sourceforge.net/export/rss2_keepsake.php?group_id=239475 date 10}}+
  
-==== Known Bugs and Issues ==== 
-Please see the [[http://sourceforge.net/tracker/?func=browse&group_id=239475&atid=1110186&status=1&category=2120554|bug tracker]] and the [[http://sourceforge.net/tracker/?func=browse&group_id=239475&atid=1110187&category=2121386|support requests]] 
  
-==== ToDo/Wish List ==== 
-Please see the [[http://sourceforge.net/tracker/?func=browse&group_id=239475&atid=1110189&category=2121396|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