=== WP Google Weather === Plugin URI: http://imwill.com/wp-google-weather/ Contributors: Hendrik Will Tags: google, weather, forecast, api Requires at least: 2.8 Tested up to: 2.8.2 Stable tag: 0.2 Displays a weather widget using the unofficial Google weather API. == Description == WP Google Weather displays a Weather Widget = Features = * show today's weather * show weather forecast for next 3 days * specifiy output language * choose between Celsius or Fahrenheit * comes with predefined CSS style * valid XHTML output == Credits == Copyright 2009 by Hendrik Will This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA == Installation == 1. Unzip and upload files the files to `/wp-content/plugins/wp-google-weather/` 2. Activate the plugin 3. Go to Themes > Widgets and drag WP Google Weather widget to your sidebar 4. Specify title, city, country (optional), temperature as Celsius or Fahrenheit and language (ISO 639-1 code) 5. decide whether it should display only today's weather or also a 3 day forecast == Screenshots == 1. Widget options 2. Frontend view == Frequently Asked Questions == Feel free to ask! Q: What are ISO 639-1 codes? A: Two letter codes for the country. Some examples: USA: us England: en Germany: de France: fr A complete list of the codes can be found at http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes == Changelog == = 0.2 - 28.07.2009 = * checking unit_system param of Google weather API output to convert Fahrenheit to Celsius (thanks Mike) = 0.1 - 25.07.2009 = * initial release * fixed include path (thanks Dietmar) == Todos == * add admin_notices after install, direct link to widget page * add translation for backend * choose from different styles