Changes between Version 11 and Version 12 of WikiStart


Ignore:
Timestamp:
Feb 13, 2019, 11:27:25 AM (5 years ago)
Author:
borja
Comment:

Updated the wiki index page, partly by reusing README.txt, partly adding some more helpful links.

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v11 v12  
    22#!rst
    33
    4 OpenWorkouts - keep track of your workouts
    5 ==========================================
     4OpenWorkouts
     5============
    66
    77.. contents::
     8
    89
    910What is it?
    1011-----------
    1112
    12 OpenWorkouts is an open source web application you can use to keep track of your workouts, whatever sport you are doing.
     13OpenWorkouts is a web app for tracking workouts.
    1314
    14 You can upload files with workout info like gpx or fit files that contain gps tracking information, heart rate values, cadence, temperature, power information; or you can add manually workouts providing values such as distance, speed, altitude or workout time.
     15Some highlights:
    1516
    16 Then you will have a date-based archive to find workouts, as well as some tools and charts to gather statistics about your workouts.
     17- Add workouts manually or upload them from gps/tracker files (gpx and fit
     18  supported currently)
    1719
    18 For outdoor sports with gps tracking data, you will see the gps data on an interactive map, as well as charts for the different types of data provided with the workout.
     20- Time-based archive to access your workouts
     21
     22- Detailed view of each workout, including overview data (speed, distance,
     23  time, hr, power, etc), charts and an interactive map view for those
     24  workouts with gps tracking information
     25
     26- Tools to edit or update workouts from new gps/tracker files
     27
     28- Global stats (totals for distance, time, etc) and per-month, per-week
     29  stats
     30
     31- Personal profile data containing basic info
     32
     33
     34Install
     35-------
     36
     37Quick and easy, the install script
     38++++++++++++++++++++++++++++++++++
     39
     40The easies way to install is to grab a copy of the source code and run the
     41install script.
     42
     43You can get the sources using git, cloning the main repository from this
     44url::
     45
     46  https://openworkouts.org/sources/OpenWorkouts
     47
     48Once you have the sources, you can run the install script from a
     49terminal/console::
     50
     51  ./bin/install
     52
     53If you don't have any of the needed dependencies, the script will tell you.
     54Once everything is installed, you will see a message on screen telling you
     55how to start the app.
     56
    1957
    2058
     
    4078- Tracking 2.0 (API that can collect live data from mobile/gps device for "live" tracking)
    4179
     80More information
     81----------------
    4282
     83- Full README: :trac:`source:OpenWorkouts-current/README.txt`
     84
     85- Changelog: :trac:`source:OpenWorkouts-current/CHANGES.txt`
    4386
    4487