2020-12-30 11:12:35 +01:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" / >
2021-11-03 12:41:23 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / > < meta name = "generator" content = "Docutils 0.17.1: http://docutils.sourceforge.net/" / >
< title > FitTrackee — FitTrackee 0.5.0
2020-12-30 11:12:35 +01:00
documentation< / title >
2021-11-06 21:26:02 +01:00
< link rel = "stylesheet" type = "text/css" href = "_static/pygments.css" / >
< link rel = "stylesheet" type = "text/css" href = "_static/bootstrap-sphinx.css" / >
2020-12-30 11:12:35 +01:00
< link rel = "stylesheet" type = "text/css" href = "_static/custom.css" / >
2021-11-06 21:26:02 +01:00
< script data-url_root = "./" id = "documentation_options" src = "_static/documentation_options.js" > < / script >
2020-12-30 11:12:35 +01:00
< script src = "_static/jquery.js" > < / script >
< script src = "_static/underscore.js" > < / script >
< script src = "_static/doctools.js" > < / script >
< link rel = "index" title = "Index" href = "genindex.html" / >
< link rel = "search" title = "Search" href = "search.html" / >
2021-11-29 18:24:22 +01:00
< link rel = "next" title = "Features" href = "features.html" / >
2020-12-30 11:12:35 +01:00
< meta charset = 'utf-8' >
< meta http-equiv = 'X-UA-Compatible' content = 'IE=edge,chrome=1' >
< meta name = 'viewport' content = 'width=device-width, initial-scale=1.0, maximum-scale=1' >
< meta name = "apple-mobile-web-app-capable" content = "yes" >
2021-10-17 09:28:56 +02:00
< script type = "text/javascript" src = "_static/js/jquery-1.12.4.min.js " > < / script >
2020-12-30 11:12:35 +01:00
< script type = "text/javascript" src = "_static/js/jquery-fix.js " > < / script >
2021-10-17 09:28:56 +02:00
< script type = "text/javascript" src = "_static/bootstrap-3.4.1/js/bootstrap.min.js " > < / script >
2020-12-30 11:12:35 +01:00
< script type = "text/javascript" src = "_static/bootstrap-sphinx.js " > < / script >
< / head > < body >
< div id = "navbar" class = "navbar navbar-default navbar-fixed-top" >
< div class = "container" >
< div class = "navbar-header" >
<!-- .btn - navbar is used as the toggle for collapsed navbar content -->
< button type = "button" class = "navbar-toggle" data-toggle = "collapse" data-target = ".nav-collapse" >
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< / button >
< a class = "navbar-brand" href = "#" >
FitTrackee< / a >
2021-11-03 12:41:23 +01:00
< span class = "navbar-text navbar-version pull-left" > < b > 0.5.0
2020-12-30 11:12:35 +01:00
< / b > < / span >
< / div >
< div class = "collapse navbar-collapse nav-collapse" >
< ul class = "nav navbar-nav" >
< li > < a href = "https://github.com/SamR1/FitTrackee" > GitHub< / a > < / li >
< li class = "dropdown globaltoc-container" >
< a role = "button"
id="dLabelGlobalToc"
data-toggle="dropdown"
data-target="#"
href="#">Docs < b class = "caret" > < / b > < / a >
< ul class = "dropdown-menu globaltoc"
role="menu"
aria-labelledby="dLabelGlobalToc">< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "features.html" > Features< / a > < / li >
2021-11-29 18:24:22 +01:00
< li class = "toctree-l1" > < a class = "reference internal" href = "installation.html" > Installation< / a > < / li >
2020-12-30 11:12:35 +01:00
< li class = "toctree-l1" > < a class = "reference internal" href = "api/index.html" > API documentation< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "troubleshooting/index.html" > Troubleshooting< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "changelog.html" > Change log< / a > < / li >
< / ul >
< / ul >
< / li >
< li class = "dropdown" >
< a role = "button"
id="dLabelLocalToc"
data-toggle="dropdown"
data-target="#"
href="#">Page < b class = "caret" > < / b > < / a >
< ul class = "dropdown-menu localtoc"
role="menu"
aria-labelledby="dLabelLocalToc">< ul >
< li > < a class = "reference internal" href = "#" > FitTrackee< / a > < / li >
< li > < a class = "reference internal" href = "#table-of-contents" > Table of contents< / a > < / li >
< / ul >
< / ul >
< / li >
< li >
2021-11-29 18:24:22 +01:00
< a href = "features.html" title = "Next Chapter: Features" > < span class = "glyphicon glyphicon-chevron-right visible-sm" > < / span > < span class = "hidden-sm hidden-tablet" > Features » < / span >
2020-12-30 11:12:35 +01:00
< / a >
< / li >
< li class = "hidden-sm" >
< div id = "sourcelink" >
< a href = "_sources/index.rst.txt"
rel="nofollow">Source< / a >
< / div > < / li >
< / ul >
< form class = "navbar-form navbar-right" action = "search.html" method = "get" >
< div class = "form-group" >
< input type = "text" name = "q" class = "form-control" placeholder = "Search" / >
< / div >
< input type = "hidden" name = "check_keywords" value = "yes" / >
< input type = "hidden" name = "area" value = "default" / >
< / form >
< / div >
< / div >
< / div >
< div class = "container" >
< div class = "row" >
< div class = "body col-md-12 content" role = "main" >
2021-11-06 21:26:02 +01:00
< section id = "fittrackee" >
2020-12-30 11:12:35 +01:00
< h1 > FitTrackee< a class = "headerlink" href = "#fittrackee" title = "Permalink to this headline" > ¶< / a > < / h1 >
< div class = "line-block" >
2021-01-10 11:16:43 +01:00
< div class = "line" > This web application allows you to track your outdoor activities (workouts)
from gpx files and keep your data on your own server.< / div >
2020-12-30 11:12:35 +01:00
< div class = "line" > No mobile app is developed yet, but several existing mobile apps can
store workouts data locally and export them into a gpx file.< / div >
2021-06-06 11:30:51 +02:00
< div class = "line" > Examples for Android (non-exhaustive list):< / div >
2020-12-30 11:12:35 +01:00
< div class = "line" > * < a class = "reference external" href = "https://github.com/jonasoreland/runnerup" > Runner Up< / a > (GPL v3)< / div >
< div class = "line" > * < a class = "reference external" href = "https://gitlab.com/brvier/ForRunners" > ForRunners< / a > (GPL v3)< / div >
< div class = "line" > * < a class = "reference external" href = "https://github.com/OpenTracksApp/OpenTracks" > OpenTracks< / a > (Apache License)< / div >
< div class = "line" > * < a class = "reference external" href = "https://codeberg.org/jannis/FitoTrack" > FitoTrack< / a > (GPL v3)< / div >
< / div >
< div class = "line-block" >
< div class = "line" > Maps are displayed using < a class = "reference external" href = "https://www.openstreetmap.org" > Open Street
Map< / a > .< / div >
< div class = "line" > It is also possible to add a workout without a gpx file.< / div >
< / div >
< div class = "line-block" >
< div class = "line" > < strong > Still under heavy development (some features may be unstable).< / strong > < / div >
< div class = "line" > (see < a class = "reference external" href = "https://github.com/SamR1/FitTrackee/issues" > issues< / a > for more information)< / div >
< / div >
2021-11-06 21:26:02 +01:00
< figure class = "align-default" >
2020-12-30 11:12:35 +01:00
< img alt = "FitTrackee Dashboard" src = "_images/fittrackee_screenshot-01.png" / >
2021-11-06 21:26:02 +01:00
< / figure >
< / section >
< section id = "table-of-contents" >
2020-12-30 11:12:35 +01:00
< h1 > Table of contents< a class = "headerlink" href = "#table-of-contents" title = "Permalink to this headline" > ¶< / a > < / h1 >
< div class = "toctree-wrapper compound" >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "features.html" > Features< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "features.html#list" > List< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "features.html#dashboard" > Dashboard< / a > < / li >
2021-01-10 11:16:43 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "features.html#workout-detail" > Workout detail< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "features.html#workouts-list" > Workouts list< / a > < / li >
2020-12-30 11:12:35 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "features.html#statistics" > Statistics< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "features.html#id1" > Administration< / a > < / li >
< / ul >
< / li >
2021-11-29 18:24:22 +01:00
< li class = "toctree-l1" > < a class = "reference internal" href = "installation.html" > Installation< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "installation.html#prerequisites" > Prerequisites< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "installation.html#environment-variables" > Environment variables< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "installation.html#from-pypi" > From PyPI< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "installation.html#from-sources" > From sources< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "installation.html#deployment" > Deployment< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "installation.html#docker" > Docker< / a > < / li >
< / ul >
< / li >
2020-12-30 11:12:35 +01:00
< li class = "toctree-l1" > < a class = "reference internal" href = "api/index.html" > API documentation< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "api/auth.html" > Authentication< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "api/configuration.html" > Configuration< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "api/records.html" > Records< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "api/sports.html" > Sports< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "api/stats.html" > Statistics< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "api/users.html" > Users< / a > < / li >
2021-01-10 11:16:43 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "api/workouts.html" > Workouts< / a > < / li >
2020-12-30 11:12:35 +01:00
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "troubleshooting/index.html" > Troubleshooting< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "troubleshooting/administrator.html" > Administrator< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "troubleshooting/user.html" > User< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "changelog.html" > Change log< / a > < ul >
2021-11-28 11:39:11 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#version-0-5-1-unreleased" > Version 0.5.1 (unreleased)< / a > < / li >
2021-11-14 22:12:29 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#version-0-5-0-2021-11-14" > Version 0.5.0 (2021/11/14)< / a > < / li >
2021-07-16 20:33:03 +02:00
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#version-0-4-9-2021-07-16" > Version 0.4.9 (2021/07/16)< / a > < / li >
2021-07-03 11:48:34 +02:00
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#version-0-4-8-2021-07-03" > Version 0.4.8 (2021/07/03)< / a > < / li >
2021-04-07 10:14:29 +02:00
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#version-0-4-7-2021-04-07" > Version 0.4.7 (2021/04/07)< / a > < / li >
2021-02-21 20:15:31 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#version-0-4-6-2021-02-21" > Version 0.4.6 (2021/02/21)< / a > < / li >
2021-02-17 17:34:03 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#version-0-4-5-2021-02-17" > Version 0.4.5 (2021/02/17)< / a > < / li >
2021-01-31 19:23:45 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#version-0-4-4-2021-01-31" > Version 0.4.4 (2021/01/31)< / a > < / li >
2021-01-10 14:55:17 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#version-0-4-3-2021-01-10" > Version 0.4.3 (2021/01/10)< / a > < / li >
2021-01-03 09:44:47 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#version-0-4-2-2021-01-03" > Version 0.4.2 (2021/01/03)< / a > < / li >
2020-12-31 11:47:55 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#version-0-4-1-2020-12-31" > Version 0.4.1 (2020/12/31)< / a > < / li >
2020-12-30 11:12:35 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#version-0-4-0-fittrackee-on-pypi-2020-09-19" > Version 0.4.0 - FitTrackee on PyPI (2020/09/19)< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#version-0-3-0-administration-2020-07-15" > Version 0.3.0 - Administration (2020/07/15)< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#version-0-2-5-fix-and-improvements-2020-01-31" > Version 0.2.5 - Fix and improvements (2020/01/31)< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#version-0-2-4-minor-fix-2020-01-30" > Version 0.2.4 - Minor fix (2020/01/30)< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#version-0-2-3-fittrackee-available-in-french-2019-12-29" > Version 0.2.3 - FitTrackee available in French (2019/12/29)< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#version-0-2-2-statistics-fix-2019-09-23" > Version 0.2.2 - Statistics fix (2019/09/23)< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#version-0-2-1-fix-and-improvements-2019-09-01" > Version 0.2.1 - Fix and improvements (2019/09/01)< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#version-0-2-0-statistics-2019-07-07" > Version 0.2.0 - Statistics (2019/07/07)< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#version-0-1-1-fix-and-improvements-2019-02-07" > Version 0.1.1 - Fix and improvements (2019/02/07)< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#version-0-1-0-first-release-2018-07-04" > Version 0.1.0 - First release 🎉 (2018-07-04)< / a > < / li >
< / ul >
< / li >
< / ul >
< / div >
2021-11-06 21:26:02 +01:00
< / section >
2020-12-30 11:12:35 +01:00
< / div >
< / div >
< / div >
< footer class = "footer" >
< div class = "container" >
< p class = "pull-right" >
< a href = "#" > Back to top< / a >
< / p >
< p >
2021-04-06 14:03:42 +02:00
© Copyright 2018 - 2021, SamR1.< br / >
2021-11-29 18:24:22 +01:00
Created using < a href = "http://sphinx-doc.org/" > Sphinx< / a > 4.3.1.< br / >
2020-12-30 11:12:35 +01:00
< / p >
< / div >
< / footer >
< / body >
< / html >