mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Website updates for broken links.
This commit is contained in:
@@ -488,11 +488,13 @@ file</em>, <code>0001-don-t-include-zero-metrics-in-ride-summary.patch</code>,
|
||||
that other people can use to include my change in their own local git
|
||||
repositories.</p>
|
||||
|
||||
<p>If you have a patch you'd like to share with others, you can email it to
|
||||
the <a href="cgi-bin/mailman/listinfo/golden-cheetah-users">GoldenCheetah
|
||||
User's Mailing List</a>, and it will be considered for inclusion in the next
|
||||
release of GoldenCheetah. In fact, if you join the mailing list, you'll see
|
||||
lots of patches like this. You may even want to try some of them.</p>
|
||||
<p>If you have a patch you'd like to share with others, we recommend that you
|
||||
<a href="https://help.github.com/articles/fork-a-repo">fork</a> the main GIT
|
||||
repository and submit a
|
||||
<a href="https://help.github.com/articles/creating-a-pull-request">pull request</a>
|
||||
with your patch. Alternatively you can join the
|
||||
<a href="https://groups.google.com/forum/?fromgroups#!forum/golden-cheetah-developers">
|
||||
Golden Cheetah Developer's Group</a> and post a patch there.
|
||||
|
||||
<big><font face="arial,helvetica,sanserif">
|
||||
Applying patches
|
||||
|
||||
@@ -163,7 +163,6 @@ Mark Liversedge (59):
|
||||
Joule support fixed on download page.
|
||||
Add link to wiki from the website.
|
||||
Mac PPC binary added to downloads page.
|
||||
Merge branch 'master' of github.com:/srhea/GoldenCheetah
|
||||
Translations Bonanza!
|
||||
Fix Computrainer with Stereo FTDI adaptor
|
||||
Fix 'Save data' in RealtimeWindow
|
||||
@@ -182,31 +181,26 @@ Mark Liversedge (59):
|
||||
Fix annoying gap in CP curve.
|
||||
Fix Save when old .bak exists
|
||||
Fix SummaryWindow crash
|
||||
Merge branch 'master' of github.com:/srhea/GoldenCheetah
|
||||
Don't allow Nan or Inf sample values
|
||||
Fix LogY Intervals on Histogram
|
||||
Fit files sometimes go backwards
|
||||
Guess ride date time for Poweragent CSV files
|
||||
Add JSON support to v2.1
|
||||
Merge branch 'master' of github.com:/srhea/GoldenCheetah
|
||||
Fix date/time handling when importing rides
|
||||
Update .gitignore for Lex/yacc
|
||||
Fix Macro device data crash
|
||||
Support FR310xt latest firmware
|
||||
Fix FitRideFile for header change
|
||||
Fix Download Ride Dialog instructions refresh
|
||||
Merge branch 'master' of github.com:/srhea/GoldenCheetah
|
||||
SplitRide overwrites existing file
|
||||
Revert "SplitRide overwrites existing file"
|
||||
Fix Split Ride file loss bug
|
||||
Merge branch 'master' of github.com:/srhea/GoldenCheetah
|
||||
Check Date/Time unique
|
||||
Summary fixups
|
||||
Updated translation files.
|
||||
Add virtual power for LeMond Revolution
|
||||
Use strtod() to convert text to double
|
||||
Fix FTDI Adaptor on Linux and Mac
|
||||
Merge branch 'master' of github.com:/srhea/GoldenCheetah
|
||||
Better Bounds Checking in RideFile::intervalBegin()
|
||||
Forward support in .json for temp/slope
|
||||
Add Virtual Power for 1UP USA bike trainer
|
||||
@@ -217,7 +211,6 @@ Mark Liversedge (59):
|
||||
Fix crash if TRIMP zones > 5
|
||||
Fix PWX file intervals
|
||||
Fix SEGV on empty/dodgy FIT files
|
||||
Merge branch 'master' of github.com:/srhea/GoldenCheetah
|
||||
|
||||
Mitsukuni Sato (1):
|
||||
Japanese Translation
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!-- $Id: users-guide.content,v 1.5 2006/05/27 16:32:46 srhea Exp $ -->
|
||||
<!-- $Id: users-guide.content,v 1.5 2006/05/27 16:32:46 GoldenCheetah Exp $ -->
|
||||
<p>
|
||||
Note that more detailed information is often available on the
|
||||
<a href = http://github.com/srhea/GoldenCheetah/wiki>
|
||||
<a href ="wiki.html">
|
||||
Golden Cheetah Wiki</a>.
|
||||
|
||||
<p>
|
||||
@@ -21,14 +21,14 @@ the drivers below.
|
||||
|
||||
<p>
|
||||
Depending on your operating system, you <i>may</i> need to install the
|
||||
<ahref="http://www.ftdichip.com/Drivers/D2XX.htm">FTDI D2XX driver</a> if
|
||||
<a href="http://www.ftdichip.com/Drivers/D2XX.htm">FTDI D2XX driver</a> if
|
||||
you're using the PowerTap's new USB download cradle.
|
||||
Note: version 0.1.7 of the FTDI drivers for Mac seems to be buggy. Until they
|
||||
post a patched version, you can download version 0.1.6
|
||||
<a href="https://github.com/srhea/GoldenCheetah/blob/master/contrib/Universal_D2XX0.1.6.dmg?raw=true">here</a>
|
||||
<a href="https://github.com/GoldenCheetah/GoldenCheetah/blob/master/contrib/Universal_D2XX0.1.6.dmg?raw=true">here</a>
|
||||
and install via the terminal. Or if you are not terminal savvy, download an installer that will
|
||||
perform the installation of the 0.1.6 drivers for you
|
||||
<a href="https://github.com/srhea/GoldenCheetah/blob/master/contrib/Install_D2XX_drivers.mpkg.zip?raw=true">
|
||||
<a href="https://github.com/GoldenCheetah/GoldenCheetah/blob/master/contrib/Install_D2XX_drivers.mpkg.zip?raw=true">
|
||||
here</a>.
|
||||
|
||||
<p>
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Your Page Title</title>
|
||||
<meta http-equiv="REFRESH" content="0;url=https://github.com/srhea/GoldenCheetah/wiki"></HEAD>
|
||||
<meta http-equiv="REFRESH" content="0;url=https://github.com/GoldenCheetah/GoldenCheetah/wiki"></HEAD>
|
||||
<body>
|
||||
Redirecting to: <a href="https://github.com/srhea/GoldenCheetah/wiki">https://github.com/srhea/GoldenCheetah/wiki</a>
|
||||
Redirecting to: <a href="https://github.com/GoldenCheetah/GoldenCheetah/wiki">https://github.com/GoldenCheetah/GoldenCheetah/wiki</a>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -3,7 +3,7 @@ I wish GoldenCheetah would let me...
|
||||
</font></big>
|
||||
<p>If you have a new feature that you'd like to see in GoldenCheetah
|
||||
please create a new issue on our
|
||||
<a href="https://github.com/srhea/GoldenCheetah/issues"> issue
|
||||
<a href="https://github.com/GoldenCheetah/GoldenCheetah/issues"> issue
|
||||
tracker</a>.
|
||||
<p>
|
||||
Examples of some features are:
|
||||
|
||||
Reference in New Issue
Block a user