Download the Plugin
Install File and install.
This plugin creates files html
templates and updates index files in a local application data
directory. This directory will be created the first time the plugin
is ran (either by exporting an activity or by viewing the settings.
Location on windows is similar to C:\Documents and
Settings\userName\Local Settings\Application
Data\ZoneFiveSoftware\SportTracks\2.0\Plugins\FTPPlugin, on linux it
is similar to
~/.local/share/ZoneFiveSoftware/SportTracks/2.0/Plugins/FTPPlugin
Open SportTracks, click on settings, under plugins there should be a new program called FTP Upload Plugin. Click on it and enter all your information. There is a known bug where if you are not using English, the first time an error message will come up. For now, just ignore it and it won't come up the next time. Go back to activity view after setting your settings, select an activity, select export, and then "Export to FTP Site".
Example file of an index/overview page is here
Current limitations: file names can not have special characters such as umlauts.
GNU Lesser General Public License. I don't know much about licenses, if it should be changed, let me know.
Bug fix - readded speed column to splits table.
Added button in settings to open directory where index and template files go
Fixed bug where last split was not exported
Now using st2 install method - because installs delete all existing files I had to move where template and index files are stored... You have to move these files yourself manually after upgrading!!! Before they were in the dll folder (somewhere around here: C:\Program Files\Zone Five Software\SportTracks 2.1\Plugins\FTPPlugin). Now they must go to your location application directory. The folder will automatically be created for you after you upload a file or after you view the plugin settings. For windows this will be: C:\Documents and Settings\userName\Local Settings\Application Data\ZoneFiveSoftware\SportTracks\2.0\Plugins\FTPPlugin For linux it will be: ~/.local/share/ZoneFiveSoftware/SportTracks/2.0/Plugins/FTPPlugin After viewing your FTP settings go and manually copy the files you need in to this directory and delete the old directory (optional)
Added location tag to file name (only grabs first location in hierarchy)
Fixed but with directory separator for Linux
Changed to open source, code on : Google code
Added translations for Dutch, Spanish, French, and Norwegian (German already in release)
Cleaned up comments and non-implemented features
Added offline mode - if you do not select to upload file it will store the file locally
Fixed bug where distance could sometimes show 0.00
Will use speed or pace based upon category setting
Added speed to split table
Fixed n.9999 bug with distance on long activities
Fixed bug with total time
Added ability to do export multiple tracks at once from Report view
Made it so that if you enter a 0 for split distance it will use the lap data in your activity for splits
Replace umlauts and esset with vowel+e and ss respectively when used in file name
Changed file output format to Unicode so that it would display German (and other) country characters
Added localization for German (Special thanks so Gerhard for the recipe, and Heiko for doing the translation)
Fixed date format so that for days and months it always displays 2 characters
Added and as tags for file name
Setup for localization
Added date format DD-MM-YYYY
Set default split distance to be 1
Added additional fields to splits
Added splits
Added ability to choose date format
Added start and end make
Added ability to toggle passive mode
Added map terrain view
Ability to automatically add unique activities to a index/overview page (see here for an example)
Fixed error for first time settings when using non English language
Delete http:// if it's in the destination folder location
First line on activity report is now the activity name from SportTracks
Allow map size to be set by template rather than always 900x500 (This breaks existing templates! You need to move the div with the map above the FTPPluginGoogleMap tag)
Created option to not show upload complete
Cleaned up code for getting directory location
Adjusted start time to local time
Fixed option to not upload file to actually not upload file
Check for comma vs period in GPS coordinates and set as period
Added ability to select default map type
Enabled mouse scroll for zooming on map
Fixed Ascend and Descend so that they work
Uses route color and width from SportTracks System Settings
Fixed metric speeds
Returns all equipment used instead of just first piece
Fixed heart rate data so that it works
Set file name on export screen
Added option to not upload file
Added ability to append activity date to file name
Initial Release
Add splits to Google Map
Add graphs. I know how to do this, just need to do it.
View report in ST
Show speed instead of/and pace
Pages on Lycos are funky
Make work with proxies
Make work with Safari 3
Ability to export without a GPS route
Whatever features people want to add. With the core there, it's pretty easy to add more.
I don't like the templating system. Way too many tags. Not sure how to reduce them though to include maximum flexibility. Any ideas are appreciated.