PluginProbe
wp-forecast / 3.6
wp-forecast v3.6
10.0 trunk 1.4 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3..5 3..8 3.0 3.1 3.2 3.3 3.4 3.6 All 86 releases
wp-forecast / readme.txt

readme.txt in wp-forecast 3.6, at readme.txt

475 lines 16.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === wp-forecast ===
2 Contributors: tuxlog
3 Donate link: http://www.tuxlog.de
4 Tags: weather,forecast,widget
5 Requires at least: 2.7
6 Tested up to: 3.2
7 Stable tag: 3.6
8
9 wp-forecast is a highly customizable plugin for wordpress, showing weather-data from accuweather.com and/or weatherbug.com.
10
11 == Description ==
12 You are reading the readme.txt file for the wp-forecast plugin.
13 wp-forecast is a plugin for the famous wordpress blogging package,
14 showing the weather-data from accuweather.com and/or weatherbug.com.
15 please also refer to the terms of usage of accuweather.com and weatherbug.com
16
17 Features:
18
19 + Displays the weather data from AccuWeather.com and or WeatherBug.com
20 at your wordpress pages, posts or sidebar
21 + Let you choose the
22 * location (of course)
23 * the time after the weather data is refreshed
24 * the langugage (currently only english or german are
25 available)
26 * metric or american measures
27 * windspeed unit
28 * the forecast days
29 * the daytime forecast for up to nine/seven days
30 * the nighttime forecast for up to nine nights
31 + support wordpress widgets, easy placement :-)
32 + customize the information you want to show
33 + supports pull-down forecast data to efficiently use space
34 + multiple wp-forecast widget support
35 + integration into your site via css (see below)
36 + comes with an api for wordpress-pro's ;-)
37 + comes with a checklist to validate your connection settings
38
39 Credits:
40
41 + Barbary Jany testing a lot and bring it to valid XHTML
42 + Frans Lieshout
43 Wim Scholtes translation to dutch
44 + Luís Reis translation to portugues
45 + Håkan Carlström,
46 Susanne Svensso translation to swedish
47 + Gabriele von der Ohe translation to german with entities
48 (for iso-8859-1 or latin1 blogs)
49 + Martin Loyer/Jean-Pierre translation to french
50 + Robert Lang language file for en_US
51 + Detti Giulio/Stefano Boeri translation to italian
52 + Eilif Nordseth translation to norwegian
53 + Michael S.R. Petersen translation to dansk
54 + Jaakko Kangosjärvi translation to finish
55 + Lukasz "linshi" Linhard translation to polish
56 + Castmir translation to spanish
57 + Tamas Koos translation to hungarian
58 + Valeria Pellegrini translation to russian
59 + Valentina Boeri translation to romanian
60 + Roland Geci translation to slovak
61 + Pavel Soukenik translation to czech
62 + Pavel Karnaukhov translation to ukraine
63 + Zoran Maric translation to serbian (latin)
64 + Petar Petrov translation to bulgarian
65 + All the others giving feedback about missing features and bugs.
66 Thank you very much for your contribution to wp-forecast.
67
68
69 == Installation ==
70
71 1. Upload to your plugins folder, usually `wp-content/plugins/`, keeping
72 the directory structure intact \(i.e. wp-forecast.php should end up
73 in `wp-content/plugins/wp-forecast/`\).
74
75 1. Activate the plugin on the plugin screen.
76
77 3. Visit the configuration page \(`Options -> WP-forecast`\) to pick the
78 number of widgets, data to display and to change any other option.
79
80 4. Visit the Themes/Widgets page to place your wp-forecast widget within
81 your themes sidebars or insert it manually and edit your template
82 file and put the wp-forecast function where you want your weather
83 data to show up.
84 Example: `<ul><li>
85 <?php if(function_exists(wp_forecast)) {
86 wp_forecast( <widget_id> );
87 } ?>
88 </li></ul>`
89
90 You have to replace <widget\_id> with the choosen widget id.
91 For the first widget use wp\_forecast("A"), for the second
92 wp\_forecast("B") and so on.
93 In most cases it is advisable to put the call into a div environment.
94
95 5. Optional
96 If you would like to have another set of icons download it
97 from <http://accunet.accuweather.com/wx/accunet/graphics_icons.htm>
98 and put it into the wp-content/plugins/wp-forecast/icons folder
99
100 6. Optional
101 If you would like to change the style, just edit wp-forecast.css
102 there are three classes div.wp-forecast for outer formatting,
103 table.wp-forecast for the middle part or iconpart and
104 wp-forecast-details for everything below the icon
105
106
107 == Translations ==
108
109 wp-forecast comes with various translations, located in the directory `lang`.
110 if you would like to add a new translation, just take the file
111 wp-forecast.pot (in the wp-forecast main directory) copy it to
112 <iso-code>.po and edit it to add your translations (e.g. with poedit).
113
114 please be aware that the number codes stand for the weather-situations.
115 you can see the mapping in en_US.po. there are also the letters N, S, W, E
116 they stand for the winddirections and can be translates either.
117
118 there are different translations for the german language using
119 different charsets. the default de\_DE uses UTF-8, de\_DE-iso-8859-1
120 uses iso-8859-1 and de\_DE-latin1 uses HTML entitites.
121
122 to use a different as the default just rename the appropriate file
123 to de\_DE.po and de\_DE.mo
124
125
126 == Frequently Asked Questions ==
127 = Where can I get further information about the plugin? =
128
129 There are severeal ressources to visit:
130
131 * [The german reference][germanref]
132 * [A short FAQ list in german][gerfaq]
133 * [A checklist in case of problems (german and english)][checklist]
134 * [The english readme.txt][engreadme]
135 * [The english reference (a bit out of date but still useful)][engref]
136
137 [germanref]: http://www.tuxlog.de/wordpress/2008/wp-forecast-referenz-v14/
138 "German wp-forecastreference"
139 [gerfaq]: http://www.tuxlog.de/wordpress/2007/wp-forecast-wie-geht-das/
140 "wp-forecast FAQ - Wie geht das?"
141 [checklist]: http://www.tuxlog.de/uncategorized/2009/checkliste-fur-wp-forecast-checklist-for-wp-worecast/
142 "wp-forecast checklist for connection problems"
143 [engreadme]: http://www.tuxlog.de/wp-content/downloads/wp-forecast-readme-2.4.txt
144 "you are actually reading this one"
145 [engref]: http://www.tuxlog.de/wordpress/2008/wp-forecast-reference-v17-english/
146 "english reference for wp-forecast"
147
148 = After upgrading the plugin my widgets are gone. Any Ideas? =
149
150 Probably you used the automatic upgrade which disables the widget during update and therefore removes the configured widgets. Just add the widgets again.
151
152 = After upgrading my settings are gone. How can this be? =
153
154 Probably you have enabled "Delete options during plugin deactivation?" and used automatically update or disabled the plugin during update. When this option is marked everey database entries inserted by wp-forecast are removed from the database.
155
156 == Screenshots ==
157 1. wp-forecast as a widget with two day forecast
158 2. wp-forecast admin dialog
159 3. wp-forecast in an iframe with a two day forecast
160
161
162 == Changelog ==
163
164 = v3.6 (2011-07-06) =
165 * changed accuweather copyright notice to 2011
166 * removed use of HttpExt class for transport, since it was removed from wordpress 3.2
167
168 = v3.5 (2011-04-21) =
169 * added updated finish translation from Jaakko
170 * selection widget now accepts language_override to set langauge different from default
171
172 = v3.4 (2011-03-13) =
173 * added updated dansk translation (thanks to Michael S.R. Petersen)
174 * fixed a problem with wp 3.1 in network mode, due to a different search path th
175 e wrong setup.php was included
176
177
178 = v3.3 (2010-11-02) =
179 * moved enqueue script to init hook where it should be to avoid conflicts with other plugins
180 * added bulgarian translation
181 * if you return to a wp-forecast site which uses selection widget, your selected location will be remembered and automatically displayed when you return (uses cookies)
182
183 = v3.2 (2010-10-01) =
184 * fixed duplicate id in selection widget
185
186 = v3.1 (2010-08-02) =
187 * fixed several bugs when using presettings in multiusermode
188 * added support for GoogleWeather API
189 * added serbian latin translation (thanks to Zoran)
190 * fixed year in copyright notice
191 * update accuweather servicelink to new server
192 * fixed translation for superadmin dialog on multisites
193 * added colored checkboxes to superadmin dialog
194 * removed examples folder from package
195
196 = v3.0 (2010-05-15) =
197 * timeoffset is now considered for current time too
198 * added support for wpmu (maintain settings on a per blog base, support for wpmu admin plugin)
199 * updated dansk translation
200 * fixed handling of country specific characters in accuweather data
201 * added "Less..." link at the top (pull down widget)
202 * updated swedish translation
203 * added css class for iframe tag for shortcodes
204
205 = v2.9 (2010-02-19) =
206 * fixed an javascript, jquery incompatibility with ie6, ie7, ie8 concerning the selection dialog widget
207
208 = v2.8 (2010-01-30) =
209 * prevent wp-forecast-nowp.css from being deleted during automatic plugin update
210 * added beaufort to set of windunits
211 * updated dutch translation, thanks to Wim :-)
212 * fixed warning during autoupdate with wordpress >Version 2.8.6
213 * rounded pressure to get rid of long values
214
215 = v2.7 (2010-01-22) =
216 * added unit label to timeoffset field in admindialog
217 * added selection dialog widget to let user choose which location to view
218 * extended pulldown widget to use more than one pulldown widget per page
219 * prevent wp-forecast.css from being deleted during automatic plugin update
220
221 = v2.6 (2009-12-17) =
222 * fixed wrong urlencoded link to weather forecast at accuweather
223 * fixed undefined variable warning for $wp_forecast_pre_transport in wp-forecast.php
224 * fixed uncompress bug in wordpress 2.9 with workaround in fetch_url
225 * fixed invalid xhtml/javascript in admin dialog once more
226 * added open in new window feature for weather provider link
227 * added time offset to correct wrong calculated accuweather times
228
229 = v2.5 (2009-10-17) =
230 * fixed wrong html in widget dialog with wordpress v2.8, that leads to problems with placing widgets in internet explorer
231 * set default for widget call via v2.8.1 widgetdialog
232 * replaced "Copyright" with &copy;
233 * added parameters width and height to shortcode
234 * added feature to show/hide forecast data with javascript
235 * added transport check to admin dialog
236
237 = v2.4 (2009-07-04) =
238 * changed readme to support new changelog feature at wordpress.org
239 * fixed faq section in readme, resized icon
240 * added default css file which is used when no user specific one is available
241 * fixed div container when date/time is disabled
242 * fixed widget title to be display correct
243
244 = v2.4beta (2009-06-18) =
245
246 * fixed translation of winddirection in api
247 * added translation for romanian
248 * fixed russian and italian translation
249 * modified show function to use data api
250 * avoid to store new cache when http fetch results in failure notice from acuweather
251 * add support for weatherbug
252 * reduced the number of database reads and writes and raise performance
253 * changed the xhtml using only div and not table or others
254 * added shortcode wpforecast
255 * catch error when weather bug does not deliver a shorttext
256 * since it leads to problems with some installations
257 * added menu icon
258 * moved settings to main menu
259 * switched the widget dialog to new oo-progamming for versions after 2.7.1
260 * added a preselection of the transfer method to be used with wp-forecast
261
262
263 = v2.3 (2009-01-30) =
264
265 * fixed some wrong italian translations
266 * added shorttext for api daily forecast
267 * fixed translation in api
268 * process failure notice from accuweather if it occures
269 * added lat and lon to data api
270 * switched to wordpress default function to get remote data from accuweather
271 * changed default value of cache refresh to 1800 seconds
272 * added translation to russian
273
274
275 = v2.2 (2008-12-29) =
276
277 * fixed some mistakes in finish translation (thanks to Jaska)
278 * added hungarian translation
279 * added parameter to avoid option deletion when deactivating the plugin
280 * added parameter for direct call to add a html-header
281 * added multi-checkbox-switch in admin-dialog (for convenience only)
282 * added translation for winddirections
283 * added data api for wordpress-pro's to design layouts individually
284
285
286 = v2.1 (2008-11-09) =
287
288 * added language support for spanish (thanks to Castmir) and
289 * polish (thanks to Lukasz)
290 * fixed minor css bug
291
292
293 = v2.0 (2008-11-02) =
294
295 * added finish translation (thanks to Jaska)
296 * fixed a problem with overloaded textdomains (translations)
297 * since wordpress does not a sanity check if a loaded domain is reloaded, we have to do it
298
299
300 = v1.9 (2008-10-04) =
301
302 * surpress fsockopen warning messages in case of connection problems and output the error as html comment
303
304
305 = v1.8 (2008-09-17) =
306
307 * added css class wpf-icon to make it easier formating the weather icons
308 * added autodetection for icon filetype
309 * gif, png and jpg are supported
310 * corrected some translations
311
312
313 = v1.7 (2008-07-20) =
314
315 * removed a bit of redundant html when widget title is empty
316 * fixed bug in output of current conditions
317 * added option to show a link to the accuweather forecast
318 * added dansk translation
319
320
321 = v1.6 (2008-07-11) =
322
323 * removed some hardcoded css
324 * it is now possible to call the widget directly outside from wp
325 * fixed a problem with wp >2.5 and the widget dialog
326 * removed some redundant html
327 * when showing no current weather information
328 * placed forecast header into own table with own css class
329 * added timeout parameter for the accuweather connections
330 * rounded humidity to integer values
331 * fixed some typos in swedish translation and added norwegian selection (thanks to RAM_OS)
332
333
334 = v1.5 (2008-05-12) =
335
336 * fixed two dutch phrases in dutch translation
337 * added norwegian translation (thanks to Eilif)
338
339
340 = v1.4 (2008-01-26) =
341
342 * fix loading the wright textdomain when called from outside wordpress
343 * added a bit debug code
344 * work around for a bug in k2rc3 theme
345 * added italian translation
346 * added english lanuage file
347 * a bit of code cleanup
348 * extend function wp-forecast to select language per widget
349 * added functions to display a set and a range of widgets at once
350
351
352 = v1.3 (2007-12-26) =
353
354 * added french translation
355 * added german icon 11 (fog, 11_de.gif)
356 * extended css classes to support horizontal view via css
357 * removed repeating section title
358
359
360 = v1.2 (2007-11-05) =
361
362 * extend error handling for serverloss
363 * added iso8859-1 coded german translation
364 * fixed bug with german winddirections
365 * added a widget title
366 * removed standard location label (this can be handled via alternate location)
367
368
369 = v1.1 (2007-10-01) =
370
371 * fixed: setting the current time could not be disabled
372 * fixed: on some servers the current date was converted to 0
373 * switched translations to gettext as recommended by wp codex
374
375
376 = v1.0 (2007-09-09) =
377
378 * fixed accuweather call for us locations
379 * now works with wordpress mu
380
381
382 = v1.0b4 (2007-09-01) =
383
384 * fixed humidity / pressure checkbox
385 * removed hard coded formatting, added css class
386 * added support to show current time
387
388
389 = v1.0b3 (2007-07-29) =
390
391 * fixed output of before/after widget stuff for empty forecast
392 * fixed different parameters for calling wp_forecast as widget and from sidebar.php
393 * added swedish translation (thx to Håkan Carlström)
394
395
396 = v1.0b2 (2007-07-25) =
397
398 * work around for bug 4275 in wordpress 2.2
399 * removed widget id from output
400
401
402 = v1.0b (2007-07-17) =
403
404 * added support for up to 20 widgets with different locations and settings
405 * added portugese language support
406 * weather data is now cached in the database
407 * no cookies needed anymore
408 * default value of missing translations is now english
409 * removed configuration dialog from widgets page to avoid misunderstanding about setup
410 * fixed some minor errors
411
412
413 = v0.9.1 (2007-07-01) =
414
415 * added new field windgusts
416 * fixed some incompatibility with complex themes
417
418
419 = v0.9 (2007-06-23) =
420
421 * added copyright notice
422 * added date for current conditions
423 * added alternative location name
424
425
426 = v0.8 (2007-06-18) =
427
428 * added dutch language support
429 * show time in wordpress format (option: time_format)
430
431 = v0.7 (2007-06-11) =
432 * Fixed an incompatibility with wpSEO (used same global variable language which should never happen)
433
434
435 = v0.6 (2007-06-07) =
436
437 * Fixed a lot of incorrect XHTML
438 * added translation for winddirection
439 * changed display of low- and hightemperature in forecast
440 * no decimals for windspeed
441 * fixed two phrases in translation
442 * added hint for dealing with german umlaute and search location dialog
443 * added a bit error handling to surpress long error messages when receiving no or invalid xml from accuweather
444
445
446 = v0.5 (2007-06-03) =
447
448 * added support for wp widgets
449 * Fixed some incorrect XHTML code
450 * added selection of the fields to show
451 * added windspeed unit support (hope you like it Barbara :-))
452 * added german language support for admin page
453
454
455 = v0.4 (2007-05-31) =
456
457 * never published, only code cleaning done
458
459
460 = v0.3 (2007-05-18) =
461
462 * Integrate forecast
463
464
465 = v0.2 (2007-05-17) =
466
467 * Fixed some incorrect XHTML code
468 * Fixed path settings for icons and css
469 * Tested with various browsers
470
471
472 = v0.1 (2007-01-15) =
473
474 * Initial beta release
475