Plugin Directory

Changeset 881533


Ignore:
Timestamp:
03/25/2014 08:15:17 AM (12 years ago)
Author:
daanzk
Message:

Some more cosmetic changes in the description.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • meteodata/trunk/readme.txt

    r881527 r881533  
    1515This plugin lets you show the data from Meteohub file's in the content of your website using shorttags.
    1616
    17 For example:
    18 Temperature: [meteodata sensor='actual_th1_temp_c']°C
    19 Max windspeed: [meteodata sensor='alltime_wind0_maxspeeddir_nl'] [meteodata sensor='alltime_wind0_gustspeedmax_bft'] bft ([meteodata sensor='alltime_wind0_gustspeedmax_kmh']) at  [meteodata sensor='alltime_wind0_gustspeedmax_time']
     17For example:<br>
     18Temperature: [meteodata sensor='actual_th1_temp_c']&deg;C<br>
     19Max windspeed: [meteodata sensor='alltime_wind0_maxspeeddir_nl'] [meteodata sensor='alltime_wind0_gustspeedmax_bft'] bft ([meteodata sensor='alltime_wind0_gustspeedmax_kmh']) on [meteodata sensor='alltime_wind0_gustspeedmax_time']
     20<br><br>
     21will result in:
     22<br><br>
     23Temperature: 9&deg;C<br>
     24Max windspeed: NNW 12.4 bft (130.3 km/h) on 28-10-2013 at 12:31<br><br>
    2025
    2126The plugin automatically rewrites the date and time according to your WordPress time and date settings.
     
    25301. Upload `meteodata.php` to the `/wp-content/plugins/` directory
    26311. Activate the plugin through the 'Plugins' menu in WordPress
     321. Navigate to the plugin settings and enter the meteohub file path or URL.
    2733
    2834== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.