diff --git a/rowers/templates/about_us.html b/rowers/templates/about_us.html index b2b2d03c..1d64d9b4 100644 --- a/rowers/templates/about_us.html +++ b/rowers/templates/about_us.html @@ -1,10 +1,9 @@ - {% extends "base.html" %} - {% block title %}Rowsandall - About us{% endblock title %} - {% block content %} +{% extends "newbase.html" %} +{% block title %}Rowsandall - About us{% endblock title %} +{% block main %} {% load rowerfilters %} -
Rowsandall.com is an online tool for indoor and On The Water (OTW) rowers. It accepts workout data from a number of devices and applications. It @@ -78,19 +77,13 @@ here. -
The project is based on python plotting code by Greg Smith (https://quantifiedrowing.wordpress.com/) and inspired by the RowPro Dan Burpee spreadsheet (http://www.sub7irc.com/RP_Split_Template.zip).
-You qualify for a 14 day free trial. No credit card needed. Try out Pro membership for two weeks. Click the button below to @@ -188,5 +178,10 @@ and inspired by the RowPro Dan Burpee spreadsheet
If, for any reason, you are not happy with your Pro membership, please let me know through the contact form. I will contact you as soon as possible to discuss how we can make things better.
-On this page, a work in progress, I will collect useful information - for developers of rowing data apps and hardware.
- -I presume you have an app (smartphone app, dedicated hardware, web site) - where your users (customers) generate, collect or store their rowing - related workout data. You can now offer your users easy ways to get - their data on this site.
- -There are three ways to allow your users to get data to Rowsandall.com.
+Enable export of TCX, FIT or CSV formatted files from your app. - The users - upload the file to Rowsandall.com.
- -On this page, a work in progress, I will collect useful information + for developers of rowing data apps and hardware.
+I presume you have an app (smartphone app, dedicated hardware, web site) + where your users (customers) generate, collect or store their rowing + related workout data. You can now offer your users easy ways to get + their data on this site.
+ +Similar as above, generate TCX, FIT or CSV formatted files and - email them - to workouts@rowsandall.com directly from your app. The From: field - should be the email address of the registered user.
- -There are three ways to allow your users to get data to Rowsandall.com.
+Enable export of TCX, FIT or CSV formatted files from your app. + The users + upload the file to Rowsandall.com.
+ +Similar as above, generate TCX, FIT or CSV formatted files and + email them + to workouts@rowsandall.com directly from your app. The From: field + should be the email address of the registered user.
+ +We are building a REST API which will allow you to post and + receive stroke + data from the site directly.
+ +The REST API is a work in progress. We are open to improvement + suggestions (provided they don't break existing apps). Please send + email to info@rowsandall.com + with questions and/or suggestions. We + will get back to you as soon as possible.
+ +We are building a REST API which will allow you to post and - receive stroke - data from the site directly.
- -The REST API is a work in progress. We are open to improvement - suggestions (provided they don't break existing apps). Please send - email to info@rowsandall.com - with questions and/or suggestions. We - will get back to you as soon as possible.
- -All files adhering to the standards TCX and FIT formats will be parsed.
However, some rowing related parameters are not supported by TCX and FIT. Therefore, we are supporting the CSV format that is documented in the following link.
- +Using this standard will guarantee that your user's data are accepted without complaints.
-We have disabled the self service app link for security reasons. We will replace it with a secure self service app link soon. If you need to register an app, please send email to info@rowsandall.com
-Standard Oauth2 authentication. Get authorization code by pointing your user to the authorization URL. @@ -128,19 +125,19 @@ expires, use the refresh token to refresh it.
-The redirect URI for user authentication has to be https. +
The redirect URI for user authentication has to be https. Developers of iOS or Android apps should contact me directly if this doesn't work for them. I can add exceptions.
-Once you have a registered app, you have gone through the authorization and have successfully obtained an access token, you can use it to place @@ -149,7 +146,7 @@
The workout summary data and the stroke data are obtained and sent separately.
-Mandatory data fields are:
-Optional data fiels are:
-- Please correct the error{{ form.errors|pluralize }} below. -
++ Please correct the error{{ form.errors|pluralize }} below. +
{% endif %} - - - ++ Bug reports and feature requests can be done through our BitBucket page. Please check on the following link if your bug or issue is a known one. Feel free to file any feature request. +
+ +We run a facebook group where you can post questions and report problems, + especially if you think the wider user community benefits from the answers.
+ +You can also check me on Twitter: +
+ When the site is down, this is the appropriate channel to look for apologies, updates, and offer help. + +Rowsandall s.r.o.
+ Nové sady 988/2
+ 602 00 Brno
+ Czech Republic
+ IČ: 070 48 572
+ DIČ: CZ 070 48 572 (Nejsme plátce DPH)
+ Datová schránka: 7897syr
+ Email: info@rowsandall.com
+ The company is registered in the business register at the
+ Regional Court in Brno (Společnost je zapsána v obchodním rejstříku vedeném u Krajského soudu v Brně, oddíl C, vložka 105845)
+
-Bug reports and feature requests can be done through our BitBucket page. Please check on the following link if your bug or issue is a known one. Feel free to file any feature request. -
- - -We run a facebook group where you can post questions and report problems, - especially if you think the wider user community benefits from the answers.
- - -You can also check me on Twitter: -
-When the site is down, this is the appropriate channel to look for apologies, updates, and offer help. - - -Rowsandall s.r.o.
- Nové sady 988/2
- 602 00 Brno
- Czech Republic
- IČ: 070 48 572
- DIČ: CZ 070 48 572 (Nejsme plátce DPH)
- Datová schránka: 7897syr
- Email: info@rowsandall.com
- The company is registered in the business register at the
- Regional Court in Brno (Společnost je zapsána v obchodním rejstříku vedeném u Krajského soudu v Brně, oddíl C, vložka 105845)
-
Your email was sent and I will get back to you as soon as I can.
Return home
- {% endblock content %} \ No newline at end of file + {% endblock %} + + {% block sidebar %} +{% include 'menu_help.html' %} +{% endblock %} diff --git a/rowers/templates/workflowconfig2.html b/rowers/templates/workflowconfig2.html index abdfe052..5d8e2bf3 100644 --- a/rowers/templates/workflowconfig2.html +++ b/rowers/templates/workflowconfig2.html @@ -1,66 +1,52 @@ -{% extends "base.html" %} +{% extends "newbase.html" %} -{% block title %}Change Rower Export Settings{% endblock %} +{% block title %}Change Rower Workflow Page Settings{% endblock %} -{% block content %} +{% block main %} +On this page, you can configure the content of your "Workflow" page for each workout. If you want to remove an element, change it to "None". You can add one new element at a time.
-Default landing page is Edit View. Set default landing page to
- Workflow View - {% else %} -Default landing page is Workflow View. Set default landing page to
- Edit View - {% endif %} -Default landing page is Edit View. Set default landing page to
+ Workflow View + {% else %} +Default landing page is Workflow View. Set default landing page to
+ Edit View + {% endif %} +