mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-14 04:06:48 +09:00
64 lines
1.6 KiB
Plaintext
Executable File
64 lines
1.6 KiB
Plaintext
Executable File
=== Plugin Name ===
|
|
Contributors: cmanon (@cmanon)
|
|
Donate link: http://cmanon.com/
|
|
Tags: bycicle, strava
|
|
Requires at least: 2.0
|
|
Tested up to: 3.1
|
|
Stable tag: 0.61
|
|
|
|
This plugin is inteneded to show your strava.com information in your wordpress blog.
|
|
|
|
== Description ==
|
|
|
|
This plugin uses the REST strava.com API to pull the data out and show the information in your wordpress blog.
|
|
|
|
== Installation ==
|
|
|
|
1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
|
|
1. Activate the plugin through the 'Plugins' menu in WordPress
|
|
1. Place `<?php do_action('plugin_name_hook'); ?>` in your templates
|
|
|
|
== Frequently Asked Questions ==
|
|
|
|
= A question that someone might have =
|
|
|
|
An answer to that question.
|
|
|
|
= What about foo bar? =
|
|
|
|
Answer to foo bar dilemma.
|
|
|
|
== Screenshots ==
|
|
|
|
1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
|
|
the directory of the stable readme.txt, so in this case, `/tags/4.3/screenshot-1.png` (or jpg, jpeg, gif)
|
|
2. This is the second screen shot
|
|
|
|
== Changelog ==
|
|
|
|
= 0.61 =
|
|
Added option to select unit of measurements on the widget.
|
|
|
|
= 0.6 =
|
|
Initial version.
|
|
|
|
== Arbitrary section ==
|
|
|
|
You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated
|
|
plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or
|
|
"installation." Arbitrary sections will be shown below the built-in sections outlined above.
|
|
|
|
== A brief Markdown Example ==
|
|
|
|
Ordered list:
|
|
|
|
1. Some feature
|
|
1. Another feature
|
|
1. Something else about the plugin
|
|
|
|
Unordered list:
|
|
|
|
* something
|
|
* something else
|
|
* third thing
|