Changeset 341836
- Timestamp:
- 02/07/2011 08:35:36 AM (15 years ago)
- File:
-
- 1 edited
-
runners-log/trunk/readme.txt (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
runners-log/trunk/readme.txt
r330151 r341836 7 7 Stable tag: 2.0.5 8 8 9 This plugin let you convert your blog into a training log and let you track your activities. You get advance statistics and a variety ofrunning related calculators. See screenshots.9 This plugin let you convert your blog into a training log and let you track your activities. You get advance statistics and running related calculators. See screenshots. 10 10 11 11 == Description == … … 14 14 You'r now able to use a variety of calculators; Training Zones Calculator, VDOT calculator, V02max-Calculator, Race Time Calculator, Training Pace Calculator, Body Mass Index Calculator, Calculate Predicted effect of change in weight. 15 15 16 Thanks to TheRealEyeless we now have weather support. And with this release we have started adding a Gear Manager this way you can track the use of your equipment. 17 18 You can add graphs per month using eg: `[runners_log year='2010' month='May' type='pie']` see FAQ for howto use it. 16 Thanks to TheRealEyeless we now have weather support. And we have started adding a Gear Manager (when it works) you can use this to track the use of your equipment. 17 18 You can add graphs using Google Chart or pChart see FAQ for howto use it. 19 20 Using Google chart you need using a short code syntax like: `[runners_log_gchart type="pie" format="d" year="2010" month="May" color="224499" width="600" height="300"]` 19 21 20 22 == Installation == … … 35 37 * ~embed garmin connect map~ 36 38 4. Use this short code `[runners_log_graph]` in a post or page. Alternativly place this `<?php if (function_exists(runners_log_basic)) echo runners_log_basic(); ?>` in your templates to have graph based statistics. It gives you a chart of your total distance and hours per month. 37 5. Runners Log support the following short codes 39 5. Runners Log support the following short codes using pChart 38 40 * `[runners_log]` 39 41 * `[runners_log_basic]` … … 67 69 * `<?php if (function_exists(runners_log_weather_footer)) echo runners_log_weather_footer(); ?>` 68 70 7. You only want to have the chart and stats to show up in the category where the sports data is then see FAQ. 71 8. Runners Log support the following short codes using Google Chart 72 * `[runners_log_gchart type="pie" format="d" year="2010" month="May" color="224499" width="600" height="300"]` 73 Type: bar, graph, pie, 3dpie 74 Format: d="distance", ds="distance sum", ts="Time sum", h="heart rate" d="distance" c="calories" p="pulse average" 75 Year: 2009, 2010, 2011 76 Month: Jan, Feb, Marts, April, May, June, July, Aug, Sep, Oct, Nov, Dec 77 Color: Is the color scheme used eg: "224499" for the html color #224499 78 Width: The width of the chart: Default: 475 pixel 79 Height: The height of the chart: Default: 250 pixel 69 80 70 81 == Frequently Asked Questions == 71 82 72 = The supported short codes =83 = The supported short codes for using pChart = 73 84 [runners_log] 74 85 [runners_log_basic] … … 86 97 [runners_log_weather] 87 98 [runners_log_weather_footer] 99 100 = Howto use Google Chart = 101 Eg: `[runners_log_gchart type="pie" format="d" year="2010" month="May" color="224499" width="600" height="300"]` 102 103 Type: bar, graph, pie, 3dpie 104 Format: d="distance", ds="distance sum", ts="Time sum", h="heart rate" d="distance" c="calories" p="pulse average" 105 Year: 2009, 2010, 2011 106 Month: Jan, Feb, Marts, April, May, June, July, Aug, Sep, Oct, Nov, Dec 107 Color: Is the color scheme used eg: "224499" for the html color #224499 108 Width: The width of the chart: Default: 475 pixel 109 Height: The height of the chart: Default: 250 pixel 88 110 89 111 = Howto use [runners_log] = 90 This tag support: year, month, type.112 This tag support: 91 113 92 114 Year: could be set to 2010 or 2009 or what you want 93 94 115 Month: could be "february", "FeBRUary" or just "feb". You need to specify at least the first 3 chars of the month name. 95 96 116 Type: could be bar, graph, pie or mini 97 117 … … 206 226 22. Gear Manager 207 227 23. Add new Gear to the Gear Manager 228 24. Pulsavg for a whole year using Google Chart. (Type: bar) 229 25. Pulsavg for a whole year using Google Chart. (Type: graph) 230 26. Pulsavg a given month using Google Chart. (Type: 3dpie) 231 27. Pulsavg a given month using Google Chart. (Type: pie) 232 28. Google Chart 208 233 209 234 == Changelog == … … 323 348 = 2.0.2 = 324 349 * FL - Added a Gear List Manager Based on Thomas Genin WP-Task-Manager v.1.2. 325 * TR E- Weather support326 * TR E- [runners_log_weather] Using the meta-style like [runners_log_basic]350 * TR - Weather support 351 * TR - [runners_log_weather] Using the meta-style like [runners_log_basic] 327 352 * FL - [runners_log_weather_footer] - to put the weather data in the footer of the post or page. Thanks to Weather Postin' Plugin By bigdawggi 328 353 … … 330 355 * FL - Added 2011 support 331 356 357 = 2.1.0 = 358 * FL - Added Google Chart suppport. See Faq and Screenshots 359 332 360 == Upgrade Notice == 333 361 … … 374 402 January 8th 2011 375 403 404 = 2.1.0 = 405 February 7th 2011 406 376 407 == To Do == 377 * enable cache 378 * more graphs (pulse avg?) 408 * enable cache (done - not an issue when using google chart) 409 * more graphs (pulse avg?) (done with google chart) 379 410 * gear list (started) 380 411 * weather support (done)
Note: See TracChangeset
for help on using the changeset viewer.