| Current Path : /home/ahrcaeuege/www/modules/mod_jayahoo_weather/ |
| Current File : /home/ahrcaeuege/www/modules/mod_jayahoo_weather/mod_jayahoo_weather.xml |
<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="3.1" client="site" method="upgrade">
<name>Module - JA Yahoo Weather</name>
<author>JoomlArt.com</author>
<creationDate>February 14th, 2019</creationDate>
<copyright>Copyright (C), J.O.O.M Solutions Co., Ltd. All Rights Reserved.</copyright>
<license>license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html</license>
<authorEmail>webmaster@joomlart.com</authorEmail>
<authorUrl>www.joomlart.com</authorUrl>
<version>1.0.2</version>
<description>
<![CDATA[
<p>JA Yahoo Weather is a Joomla module used for presenting weather conditions from Yahoo! Weather forecast services.</p>
<p>This module allows you to display weather forecast from any place in the world you wish with a great ease. You can easily configure locations, it supports multiple location type: WOEID, Location name or using location Latitude and Longtitude.</p>
]]>
</description>
<updateservers>
<server type="extension">http://update.joomlart.com/service/tracking/j31/mod_jayahoo_weather.xml</server>
</updateservers>
<files>
<filename module="mod_jayahoo_weather">mod_jayahoo_weather.php</filename>
<folder>asset</folder>
<folder>tmpl</folder>
<filename>helper.php</filename>
<filename>yql.php</filename>
<filename>index.html</filename>
<filename>mod_jayahoo_weather.xml</filename>
</files>
<languages>
<language tag="en-GB">en-GB.mod_jayahoo_weather.ini</language>
<language tag="en-GB">en-GB.mod_jayahoo_weather.sys.ini</language>
</languages>
<config>
<fields name="params"
addfieldpath="/modules/mod_jayahoo_weather/asset/fields">
<fieldset name="basic">
<field name="appid" type="password" default="" label="MOD_JAWEATHER_APPID" description="MOD_JAWEATHER_APPID_DESC" />
<field name="consumer_key" type="password" default="" label="MOD_JAWEATHER_CONSUME_KEY" description="MOD_JAWEATHER_CONSUME_KEY_DESC" />
<field name="consumer_secret" type="password" default="" label="MOD_JAWEATHER_CONSUME_SECRET" description="MOD_JAWEATHER_CONSUME_SECRET_DESC" />
<field
name="temperature_unit"
type="list"
default="F"
label="MOD_JAYAHOO_WEATHER_TEMPERATURE_UNIT_LABEL"
description="MOD_JAYAHOO_WEATHER_TEMPERATURE_UNIT_DESC">
<option value="F">MOD_JAYAHOO_WEATHER_FAHRENHEIT_F</option>
<option value="C">MOD_JAYAHOO_WEATHER_CELSIUS_C</option>
</field>
<field name="ja_type" type="list" default="woeid" label="Location Type" description="" >
<option value="location">Location Name</option>
<option value="woeid">WOEID</option>
<option value="latlong">Lat, Long</option>
</field>
<field showon="ja_type:" name="location" type="text" default="" label="Location" description="" />
<field showon="ja_type:" name="latlong" type="text" default="" label="Latidute, Longtidue" description="" />
<field
showon="ja_type:latlong"
name="latlong"
type="textarea"
rows="10"
cols="30"
filter="raw"
default="51.507351, -0.127758 48.856613, 2.352222 40.712776, -74.005974"
label="MOD_JAYAHOO_WEATHER_LOCATIONS_LABEL"
description="MOD_JAYAHOO_WEATHER_LIST_OF_LOCATIONS_ALLOWED_BOTH_WOEID_OR_LACATION" />
<field
showon="ja_type:location"
name="location"
type="textarea"
rows="10"
cols="30"
filter="raw"
default="London, UK Paris, FR New York, US"
label="MOD_JAYAHOO_WEATHER_LOCATIONS_LABEL"
description="MOD_JAYAHOO_WEATHER_LIST_OF_LOCATIONS_ALLOWED_BOTH_WOEID_OR_LACATION" />
<field
showon="ja_type:woeid"
name="woeid"
type="textarea"
rows="10"
cols="30"
filter="raw"
default="44418 615702 2347591"
label="MOD_JAYAHOO_WEATHER_LOCATIONS_LABEL"
description="MOD_JAYAHOO_WEATHER_LIST_OF_LOCATIONS_ALLOWED_BOTH_WOEID_OR_LACATION" />
<field name="ja_show_addition" type="list" default="1" label="MOD_JAYAHOO_WEATHER_SHOW_ADDITION_LABEL" description="MOD_JAYAHOO_WEATHER_SHOW_ADDITION_DESC" >
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
<field name="ja_show_forecast" type="list" default="1" label="MOD_JAYAHOO_WEATHER_SHOW_FORECAST_LABEL" description="MOD_JAYAHOO_WEATHER_SHOW_FORECAST_DESC" >
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
</fieldset>
<fieldset
name="advanced">
<field
name="layout"
type="modulelayout"
label="JFIELD_ALT_LAYOUT_LABEL"
description="JFIELD_ALT_MODULE_LAYOUT_DESC" />
<field
name="moduleclass_sfx"
type="textarea"
rows="3"
label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" />
<field
name="owncache"
type="list"
default="1"
label="MOD_JAYAHOO_WEATHER_COM_MODULES_FIELD_CACHING_LABEL"
description="MOD_JAYAHOO_WEATHER_COM_MODULES_FIELD_CACHING_DESC"
>
<option value="1">MOD_JAYAHOO_WEATHER_JGLOBAL_USE_GLOBAL</option>
<option value="0">MOD_JAYAHOO_WEATHER_COM_MODULES_FIELD_VALUE_NOCACHING</option>
</field>
<field
name="cache_time"
type="text"
default="900"
label="COM_MODULES_FIELD_CACHE_TIME_LABEL"
description="COM_MODULES_FIELD_CACHE_TIME_DESC" />
</fieldset>
</fields>
</config>
</extension>