Changeset 884939
- Timestamp:
- 03/31/2014 06:44:15 AM (12 years ago)
- File:
-
- 1 edited
-
meteodata/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
meteodata/trunk/readme.txt
r883505 r884939 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.8.1 7 Stable tag: 1. 27 Stable tag: 1.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 This plugin lets you show the data from Meteohub all-sensors.txt file easily in the content of your website using shorttags.11 This plugin is deprecated. It has been replaced with the Meteohub plugin. This plugin will not be updated anymore. 12 12 13 13 == Description == 14 14 15 This plugin lets you show the data from Meteohub all-sensors.txt file easily in the content of your website using shorttags. 16 17 For example:<br> 18 Temperature: [meteodata sensor='actual_th1_temp_c']°C<br> 19 Max 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> 21 will result in: 22 <br><br> 23 Temperature: 9°C<br> 24 Max windspeed: NNW 12.4 bft (130.3 km/h) on 28-10-2013 at 12:31<br> 25 26 The plugin automatically rewrites the date and time according to your WordPress time and date settings, and trend values get rewritten to arrow images. 15 This plugin is deprecated. It has been replaced with the Meteohub plugin. This plugin will not be updated anymore. 27 16 28 17 == Installation == 29 18 30 1. Upload `meteodata.php` to the `/wp-content/plugins/` directory 31 1. Activate the plugin through the 'Plugins' menu in WordPress 32 1. Navigate to the plugin settings and enter the meteohub all-sensors.txt file path or URL. 33 34 == Screenshots == 35 36 1. The settings. 37 2. The usage. 38 3. The output. 19 1. Please do not install this. Search for the Meteohub plugin instead. 39 20 40 21 == Changelog == 22 23 = 1.3 = 24 * End of development. Continued as Metehub plugin. 25 41 26 = 1.2 = 42 27 * Made text in backend translatable
Note: See TracChangeset
for help on using the changeset viewer.