Skip to content

Commit 1f4095f

Browse files
committed
Update index.html
1 parent 79eef76 commit 1f4095f

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Source code of Torben's Strava Äpp hosted at <https://entorb.net/strava/>
44

5-
[OpenSource](https://github.com/entorb/strava) Äpp using [Strava™'s](http://www.strava.com) [API](https://developers.strava.com/) to visualize your activity data.
5+
[OpenSource](https://github.com/entorb/strava) Äpp using [Strava™'s](https://www.strava.com) [API](https://developers.strava.com/) to visualize your activity data.
66

77
## User Features
88

index.html

+10-8
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,16 @@ <h1 id="top">Welcome to Torben's Strava Äpp</h1>
3333
</h1_title>
3434
<!-- copied from README using https://markdowntohtml.com/ -->
3535

36-
<p><a href="https://github.com/entorb/strava" target="_blank">OpenSource</a> App using <a href="http://www.strava.com" target="_blank">Strava&trade;'s</a> <a href="https://developers.strava.com/" target="_blank">API</a> to visualize your activity data.</p>
36+
<p><i>Update of 2025: I started to rewrite this old app in a modern technology. Check it out <a href="/strava-streamlit">here</a>. <a href="/contact.php?origin=strava">Feedback</a> and ideas for new reports are highly appreciated.</i></p>
37+
38+
<p><a href="https://github.com/entorb/strava" target="_blank">OpenSource</a> App using <a href="https://www.strava.com" target="_blank">Strava&trade;'s</a> <a href="https://developers.strava.com/" target="_blank">API</a> to visualize your activity data.</p>
3739
<ul>
3840
<li><a href="#UserFeatures">Features</a></li>
3941
<li><a href="#Screenshots">Screenshots</a></li>
4042
<li><a href="#TechFeatures">Technical Features</a></li>
4143
<li><a href="#ListOfChanges">List of Changes</a></li>
4244
<li><a href="#UserFeedback">Feedback</a></li>
43-
<li>Login: <br><a href="http://www.strava.com/oauth/authorize?client_id=28009&response_type=code&redirect_uri=https://entorb.net/strava/auth.pl?exchange_token&approval_prompt=force&scope=activity:read_all,activity:write">
45+
<li>Login: <br><a href="https://www.strava.com/oauth/authorize?client_id=28009&response_type=code&redirect_uri=https://entorb.net/strava/auth.pl?exchange_token&approval_prompt=force&scope=activity:read_all,activity:write">
4446
<button class="strava-connect-button">
4547
<img src="./strava-resources/btn_strava_connectwith_light.svg" alt="Connect with Strava">
4648
</button>
@@ -114,19 +116,19 @@ <h2 id="Screenshots">Screenshots</h2>
114116
<h2>Start by choosing permission scope for the app</h2>
115117
<ul>
116118
<li>
117-
<a href="http://www.strava.com/oauth/authorize?client_id=28009&response_type=code&redirect_uri=https://entorb.net/strava/auth.pl?exchange_token&approval_prompt=force&scope=activity:read_all,activity:write">Quickstart</a><br>&nbsp;
119+
<a href="https://www.strava.com/oauth/authorize?client_id=28009&response_type=code&redirect_uri=https://entorb.net/strava/auth.pl?exchange_token&approval_prompt=force&scope=activity:read_all,activity:write">Quickstart</a><br>&nbsp;
118120
</li>
119121
<li>
120-
<a href="http://www.strava.com/oauth/authorize?client_id=28009&response_type=code&redirect_uri=https://entorb.net/strava/auth.pl?exchange_token&approval_prompt=force&scope=activity:read">read public activities</a>
122+
<a href="https://www.strava.com/oauth/authorize?client_id=28009&response_type=code&redirect_uri=https://entorb.net/strava/auth.pl?exchange_token&approval_prompt=force&scope=activity:read">read public activities</a>
121123
</li>
122124
<li>
123-
<a href="http://www.strava.com/oauth/authorize?client_id=28009&response_type=code&redirect_uri=https://entorb.net/strava/auth.pl?exchange_token&approval_prompt=force&scope=activity:read_all">read public&amp;private activities</a> (preferred choice for statistics and Excel export of your activities)
125+
<a href="https://www.strava.com/oauth/authorize?client_id=28009&response_type=code&redirect_uri=https://entorb.net/strava/auth.pl?exchange_token&approval_prompt=force&scope=activity:read_all">read public&amp;private activities</a> (preferred choice for statistics and Excel export of your activities)
124126
</li>
125127
<li>
126-
<a href="http://www.strava.com/oauth/authorize?client_id=28009&response_type=code&redirect_uri=https://entorb.net/strava/auth.pl?exchange_token&approval_prompt=force&scope=activity:read,activity:write">read&amp;write public activities</a>
128+
<a href="https://www.strava.com/oauth/authorize?client_id=28009&response_type=code&redirect_uri=https://entorb.net/strava/auth.pl?exchange_token&approval_prompt=force&scope=activity:read,activity:write">read&amp;write public activities</a>
127129
</li>
128130
<li>
129-
<a href="http://www.strava.com/oauth/authorize?client_id=28009&response_type=code&redirect_uri=https://entorb.net/strava/auth.pl?exchange_token&approval_prompt=force&scope=activity:read_all,activity:write">read&amp;write public&amp;private activities</a> (preferred choice if you want to modify your activities as well)
131+
<a href="https://www.strava.com/oauth/authorize?client_id=28009&response_type=code&redirect_uri=https://entorb.net/strava/auth.pl?exchange_token&approval_prompt=force&scope=activity:read_all,activity:write">read&amp;write public&amp;private activities</a> (preferred choice if you want to modify your activities as well)
130132
</li>
131133
</ul>
132134
-->
@@ -178,7 +180,7 @@ <h2 id="ListOfChanges">List of Changes</h2>
178180
<h2 id="UserFeedback">User feedback</h2>
179181
<ul>
180182
<li>2024-08-01 Gustavo: It's a super nice tool. THANK YOU!!</li>
181-
<li>2022-12-06 Angela: Just wanted to say a huge thank you for your strava upload solution - it seems to be the only one out there. I'm super grateful to you for sharing this. </li>
183+
<li>2022-12-06 Angela: Just wanted to say a huge thank you for your Strava upload solution - it seems to be the only one out there. I'm super grateful to you for sharing this. </li>
182184
<li>2022-11-23 Jacob: I cannot thank you enough for this exceptionally useful tool. I was able to upload about 10 years of running data from my Garmin Connect to my Strava account. (even more blessings at <a href="https://twitter.com/SLCPaladin/status/1595473306983231488" target="_blank">Twitter</a>)</li>
183185
<li>2022-09-12 Ricardo: Used it to upload data from CSV created by Zepp. I am switching to Polar, so your tool was EXTREMELY helpfull. Thank you so much!! Cheers</li>
184186
<li>2022-03-18 Claudia: besten Dank für die Strava Äpp! Genau das, was ich gesucht habe</li>

0 commit comments

Comments
 (0)