45 lines
1006 B
HTML
45 lines
1006 B
HTML
|
|
{% extends "base.html" %}
|
|
{% block title %}About us{% endblock title %}
|
|
{% block content %}
|
|
|
|
<div class="grid_6 alpha">
|
|
<h2>Import Compatibility</h2>
|
|
|
|
<p>Rowsandall.com tries to be compatible with the most important tools
|
|
that rowers use to capture the data (both indoor and OTW). For a full
|
|
list of currently supported devides/apps, click
|
|
<a href="compatibility.html">here</a>.
|
|
|
|
<p>On The Water
|
|
<ul>
|
|
<li> CrewNerd (TCX)</li>
|
|
<li> Rowing In Motion (TCX)</li>
|
|
<li> Speedcoach XL (CSV)</li>
|
|
<li> Speedcoach GPS (FIT and CSV)</li></ul></p>
|
|
|
|
<p>Erg
|
|
<ul>
|
|
<li> Painsled (CSV)</li>
|
|
<li> ErgData (CSV export from Concept2 logbook)</li>
|
|
<li> RowPro (CSV)</li>
|
|
<li> BoatCoach (CSV)</li>
|
|
<li> ErgStick (CSV)</li></ul></p>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="grid_6 omega">
|
|
<h2>Export Compatibility</h2>
|
|
<ul>
|
|
<li> Concept2 Logbook: Exports stroke by stroke data for erg and OTW rowing</li>
|
|
<li> Strava </li>
|
|
<li> SportTracks</li>
|
|
<li> email (TCX or CSV format)</li></ul></p>
|
|
</div>
|
|
|
|
{% endblock content %}
|