Plugin Directory

Changeset 341836


Ignore:
Timestamp:
02/07/2011 08:35:36 AM (15 years ago)
Author:
frold
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • runners-log/trunk/readme.txt

    r330151 r341836  
    77Stable tag: 2.0.5
    88
    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 of running related calculators. See screenshots.
     9This 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.
    1010
    1111== Description ==
     
    1414You'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.
    1515
    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.
     16Thanks 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
     18You can add graphs using Google Chart or pChart see FAQ for howto use it.
     19
     20Using 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"]`
    1921
    2022== Installation ==
     
    3537    * ~embed garmin connect map~
    36384. 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
     395. Runners Log support the following short codes using pChart
    3840    * `[runners_log]`
    3941    * `[runners_log_basic]`
     
    6769    * `<?php if (function_exists(runners_log_weather_footer)) echo runners_log_weather_footer(); ?>`
    68707. You only want to have the chart and stats to show up in the category where the sports data is then see FAQ.
     718. 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"]`
     73Type: bar, graph, pie, 3dpie
     74Format: d="distance", ds="distance sum", ts="Time sum", h="heart rate" d="distance" c="calories" p="pulse average"
     75Year: 2009, 2010, 2011
     76Month: Jan, Feb, Marts, April, May, June, July, Aug, Sep, Oct, Nov, Dec
     77Color: Is the color scheme used eg: "224499" for the html color #224499
     78Width: The width of the chart: Default: 475 pixel
     79Height: The height of the chart: Default: 250 pixel
    6980
    7081== Frequently Asked Questions ==
    7182
    72 = The supported short codes =
     83= The supported short codes for using pChart =
    7384    [runners_log]
    7485    [runners_log_basic]
     
    8697    [runners_log_weather]
    8798    [runners_log_weather_footer]
     99
     100= Howto use Google Chart =
     101Eg: `[runners_log_gchart type="pie" format="d" year="2010" month="May" color="224499" width="600" height="300"]`
     102
     103Type: bar, graph, pie, 3dpie
     104Format: d="distance", ds="distance sum", ts="Time sum", h="heart rate" d="distance" c="calories" p="pulse average"
     105Year: 2009, 2010, 2011
     106Month: Jan, Feb, Marts, April, May, June, July, Aug, Sep, Oct, Nov, Dec
     107Color: Is the color scheme used eg: "224499" for the html color #224499
     108Width: The width of the chart: Default: 475 pixel
     109Height: The height of the chart: Default: 250 pixel
    88110   
    89111= Howto use [runners_log] =
    90 This tag support: year, month, type.
     112This tag support:
    91113
    92114Year: could be set to 2010 or 2009 or what you want
    93 
    94115Month: could be "february", "FeBRUary" or just "feb". You need to specify at least the first 3 chars of the month name.
    95 
    96116Type: could be bar, graph, pie or mini
    97117
     
    20622622. Gear Manager
    20722723. Add new Gear to the Gear Manager
     22824. Pulsavg for a whole year using Google Chart. (Type: bar)
     22925. Pulsavg for a whole year using Google Chart. (Type: graph)
     23026. Pulsavg a given month using Google Chart. (Type: 3dpie)
     23127. Pulsavg a given month using Google Chart. (Type: pie)
     23228. Google Chart
    208233
    209234== Changelog ==
     
    323348= 2.0.2 =
    324349* FL - Added a Gear List Manager Based on Thomas Genin WP-Task-Manager v.1.2.
    325 * TRE - Weather support
    326 * TRE - [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]
    327352* 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
    328353
     
    330355* FL - Added 2011 support
    331356
     357= 2.1.0 =
     358* FL - Added Google Chart suppport. See Faq and Screenshots
     359
    332360== Upgrade Notice ==
    333361
     
    374402January 8th 2011
    375403
     404= 2.1.0 =
     405February 7th 2011
     406
    376407== 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)
    379410    * gear list (started)
    380411    * weather support (done)
Note: See TracChangeset for help on using the changeset viewer.