Table of Contents

GPSies Plugin

Compatible with DokuWiki

> 2009-02-14, Greebo

plugin Embed tracks from gpsies.com in a wiki page

Last updated on
2009-05-21
Provides
Syntax
Repository
Source

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

Tagged with embed, gps, gpsies, maps

Description

This plugin allows you to embed tracks from https://gpsies.com into a wiki page

Installation

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

Configuration

This plugin has now configuration options.

Syntax

The syntax es very easy, Just replace [tracknumber] with the number you find on the gpsies page (or the URL):

{{gpsies>[tracknumber]}}

Bugs / Feature Requests

Please report bugs and feature requests at the Bug Tracker.

Changelog

A complete changelog can be found here

Localization

Russian

lang/ru/lang.php
<?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']     = 'Показать карту во весь экран';

Discussion