source: OpenWorkouts-current/docs/_build/html/_sources/about.rst.txt @ 0398a0c

currentfeature/docs
Last change on this file since 0398a0c was 0398a0c, checked in by Borja Lopez <borja@…>, 5 years ago

(#72) Created docs infraestructure, using sphinx and rst

  • Property mode set to 100644
File size: 1.5 KB
Line 
1About OpenWorkouts
2==================
3
4.. contents::
5
6
7What is it?
8-----------
9
10The idea behind OpenWorkouts is to provide an open source tool everybody can
11use to keep track of workouts, in the form of a web-based application.
12
13This includes:
14
15- Multi-user support, allowing users to signup with an account and then
16  log in and out.
17
18- Create workouts manually, providing info such as workout day, duration,
19  distance, speed, elevation, etc
20
21- Create workouts by uploading "tracking files", like gpx_ or ANT_ fit_ files
22
23- View workouts on a date-based interface
24
25- View details of each workout
26
27- View a profile page for each user with the user workouts, statistics, etc
28
29- Tools to analize, compare and interact with workouts
30
31- Tools to share workouts between users, manage club/group workouts and events
32
33- and many more...
34
35If you are familiar with online services like strava_, `garmin connect`_, etc
36the idea of this project is to provide a similar solution, but in a package
37you can install locally in your computer or a server of your own.
38
39
40Who is behind it?
41-----------------
42
43This is an Open Source project, with a community of developers who are working
44on it for free. You can see a list of people involved in the :doc:`AUTHORS`
45page.
46
47
48
49.. _gpx: https://en.wikipedia.org/wiki/GPS_Exchange_Format
50.. _ANT: https://en.wikipedia.org/wiki/GPS_Exchange_Format
51.. _fit: https://www.thisisant.com/resources/fit
52.. _strava: https://strava.com
53.. _`garmin connect`: https://connect.garmin.com
Note: See TracBrowser for help on using the repository browser.