You are here

Files in Weather 7.3

Primary tabs

File namesort descending Location Namespace Description
CHANGELOG.txt CHANGELOG.txt Version: 7.x-2.14 Date: 2015-12-11 --------------------------------------------------------------------- * Proper fix for broken update path. Thanks to cstoner for the follow up. Closes: [#2542966] Version:…
configuration.test tests/configuration.test Test configuration of weather displays.
functions.test tests/functions.test Tests functions of weather.module.
INSTALL.txt INSTALL.txt Installation ------------ * Copy the module into your sites/all/modules directory. * Go to admin/modules and enable the weather module. Notes on upgrade from 7.x-1.x version ------------------------------------- If you've installed the 7.x-1.x…
parser.test tests/parser.test Tests parsing of XML weather forecasts.
permissions.test tests/permissions.test Tests permission and access settings for different users.
README.txt README.txt INTRODUCTION ------------ This module uses free weather data from yr.no to display current weather conditions from anywhere in the world. Data for more than 14.000 places worldwide is included for easy weather display. * For a full description of…
stylesheet.css assets/meteocons/stylesheet.css @font-face { font-family: 'MeteoconsRegular'; src: url('meteocons-webfont.eot'); src: url('meteocons-webfont.eot?#iefix') format('embedded-opentype'), url('meteocons-webfont.woff')…
weather.common.inc weather.common.inc Common functions in a separate file to reduce size of weather.module.
weather.forms.inc weather.forms.inc Provide forms for configuration of weather displays.
weather.info weather.info name = Weather description = Displays current weather and forecasts core = 7.x dependencies[] = block configure = admin/config/user-interface/weather files[] = weather.module files[] = weather.install files[] = weather.common.inc files[] =…
weather.install weather.install Install, update and uninstall functions for the weather module.
weather.module weather.module Display current weather data from many places in the world.
weather.tpl.php weather.tpl.php Template for the weather module.
weather.views.inc weather.views.inc Views integration for weather module.
weather_data.txt weather_data.txt geonames_1127768 36.26468 68.01551 Afghanistan Aībak Samangan/Aībak geonames_1149052 30.43741 63.31298 Afghanistan ‘Alāqahdārī Deh-e Shū Helmand/‘Alāqahdārī_Deh-e_Shū geonames_1148709 32.75870 61.65397 Afghanistan Anār…
weather_detailed_forecast.tpl.php weather_detailed_forecast.tpl.php Detailed template for the weather module.
weather_handler_condition.inc views_handlers/weather_handler_condition.inc Views handler for weather module.
weather_handler_date.inc views_handlers/weather_handler_date.inc Views handler for weather module.
weather_handler_precipitation.inc views_handlers/weather_handler_precipitation.inc Views handler for weather module.
weather_handler_pressure.inc views_handlers/weather_handler_pressure.inc Views handler for weather module.
weather_handler_temperature.inc views_handlers/weather_handler_temperature.inc Views handler for weather module.
weather_handler_utc_offset.inc views_handlers/weather_handler_utc_offset.inc Views handler for weather module.
weather_handler_wind.inc views_handlers/weather_handler_wind.inc Views handler for weather module.
weather_handler_wind_direction.inc views_handlers/weather_handler_wind_direction.inc Views handler for weather module.
weather_handler_wind_speed.inc views_handlers/weather_handler_wind_speed.inc Views handler for weather module.
weather_meteocons.css css/weather_meteocons.css /* You must download the Meteocons font from https://www.alessioatzeni.com/meteocons/ and include it in your theme. */ .weather-icon { display: inline-block; font-family: 'MeteoconsRegular'; font-size: 64px; height: 64px; …
weather_parser.inc weather_parser.inc Retrieves and parses raw METAR data and stores result in database.
weather_theme.inc weather_theme.inc Prepare themed weather output.

Other projects