Compatible with DokuWiki
> 2009-02-14
Similar to itrackviewer
| Download | plugin-gpsies.tgz |
|---|---|
| Github URL | http://github.com/chimeric/dokuwiki-plugin-gpsies |
This plugin allows you to embed tracks from http://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]}}
You can try the plugin here.
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] gmail [dot] com> */ $lang['visit_track'] = 'Смотреть трек на GPSies.com'; $lang['fullscreen'] = 'Показать карту во весь экран';