Compatible with DokuWiki
> 2009-02-14, Greebo
This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.
Similar to itrackviewer
Download | master.zip |
---|---|
Github URL | https://github.com/chimeric/dokuwiki-plugin-gpsies |
This plugin allows you to embed tracks from https://gpsies.com into a wiki page
Download the archive and unpack it into <dokuwiki>/lib/plugins
.
The plugin is also available via git.
% cd <dokuwiki>/lib/plugins % git clone git://github.com/chimeric/dokuwiki-plugin-gpsies.git gpsies
This plugin has now configuration options.
The syntax es very easy, Just replace [tracknumber]
with the number you find on the gpsies page (or the URL):
{{gpsies>[tracknumber]}}
Please report bugs and feature requests at the Bug Tracker.
A complete changelog can be found here
Russian
<?php /** * Russian language file * * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * @author Aleksandr Selivanov <alexgearbox [at] yandex [dot] ru> */ $lang['visit_track'] = 'Смотреть трек на GPSies.com'; $lang['fullscreen'] = 'Показать карту во весь экран';