Plugin Directory

Changeset 487794


Ignore:
Timestamp:
01/10/2012 09:40:25 PM (14 years ago)
Author:
jonlynch
Message:

readme.txt updated to wordpress format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • os-openspace-maps/trunk/Readme.txt

    r487786 r487794  
    1 readme for Openspace Wordpress Plugin By Jon Lynch
     1=== OS Openspace Maps ===
     2Contributors: jonlynch
     3Donate link: http://example.com/
     4Tags: maps, OS Openspace
     5Requires at least: 3.0
     6Tested up to: 3.3.1
     7Stable tag: 1.1
    28
    3 Installation - Unzip the os-maps.zip into your plugins directory. It should create a dirctory
    4 called os-maps containing the plugin. Then activate the plugin from the wordpress dashboard.
    5 Before the plugin will work you need to add your API key to the settings page on the dashboard.
     9A plugin to display UK Ordinance Survey maps with markers and tracks.
    610
    7 This plugin works using the [osmap] shortcode anywhere in your post content.
     11== Description ==
     12
     13This plugin works using the `[osmap]` shortcode anywhere in your post content.
    814
    915Currently the plugin only displays one marker from an OS grid reference or a gpx file or a kml
     
    1218the following parameters can be passed:
    1319
    14 height="xxx" sets the height of the map div
    15 width="xxx" sets the width of the map div
    16 color="red" or color="#ff0000" sets the colour of the lines note the US spelling
    17 gpx="http://www.example.com/myfile.gpx" specifies a gpx file to be displayed
    18 kml="http://www.example.com/myfile.kml" specifies a kml file to be displayed
    19 grid="ab1234512345" places a marker at ab1234512345 (only if there is no gpx file specified)
    20   this can be a 6, 8 or 10 figure grid reference but must include the two letters.
    21 zoom="x" sets the zoom level (unless a gpx file is displayed when the map auto zooms)
    22   try starting at 7 and have a play adjusting it to suit
    23 label="text here" sets the text for a popup for a marker
     20* `height="xxx"` sets the height of the map div
     21* `width="xxx"` sets the width of the map div
     22* `color="red"` or `color="#ff0000"` sets the colour of the lines note the US spelling
     23* `gpx="http://www.example.com/myfile.gpx"` specifies a gpx file to be displayed
     24* `kml="http://www.example.com/myfile.kml"` specifies a kml file to be displayed
     25* `grid="ab1234512345"` places a marker at ab1234512345 (only if there is no gpx file specified) this can be a 6, 8 or 10 figure grid reference but must include the two letters.
     26* `zoom="x"` sets the zoom level (unless a gpx file is displayed when the map auto zooms) try starting at 7 and have a play adjusting it to suit
     27* `label="text here"` sets the text for a popup for a marker
    2428
    25 eg [osmap height="300" width="300" color="yellow" gpx="http://www.jonlynch.co.uk/myfile.gpx"]
    26 displays a 300px by 300px window containing a yellow track from the file specified.
     29= Examples =
     30* `[osmap height="300" width="300" color="yellow" gpx="http://www.jonlynch.co.uk/myfile.gpx"]` displays a 300px by 300px window containing a yellow track from the file specified.
    2731
    28 [osmap grid="NY2000008000" label="Wasdale"]
    29 shows a default size and zoom window with a marker placed and the popup text "Wasdale"
     32* `[osmap grid="NY2000008000" label="Wasdale"]`shows a default size and zoom window with a marker placed and the popup text "Wasdale"
    3033
     34== Installation ==
     35
     361. Unzip the os-maps.zip into your plugins directory. It should create a dirctory called os-maps containing the plugin.
     371. Activate the plugin from the wordpress dashboard.
     381. Before the plugin will work you need to add your API key to the settings page on the dashboard.
     39
     40== Frequently Asked Questions ==
     41
     42= A question that someone might have =
     43
     44An answer to that question.
     45
     46= What about foo bar? =
     47
     48Answer to foo bar dilemma.
     49
     50== Screenshots ==
     51
     521. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
     53the directory of the stable readme.txt, so in this case, `/tags/4.3/screenshot-1.png` (or jpg, jpeg, gif)
     542. This is the second screen shot
     55
     56== Changelog ==
     57
     58= 1.1 =
     59* Only adds one row to the options table
     60* Fixed feed bug
     61
     62= 1.0 =
     63* Initial Release
     64
     65== Upgrade Notice ==
     66
     67= 1.0 =
     68* Fixes feed bug
Note: See TracChangeset for help on using the changeset viewer.