-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.xml
23 lines (23 loc) · 1.05 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="Current Weather" lan="LAN_WEATHER_MENU_NAME" version="1.2" date="2021-12-03" compatibility="2.0" installRequired="true" >
<author name="Roland Graf (OxigenO2)" url="https://github.com/oxigeno2/current_weather" />
<summary lan="LAN_WEATHER_MENU_SUMM">Displays city weather</summary>
<description lan="LAN_WEATHER_MENU_DESC">Displays city weather on the menu</description>
<keywords>
<word>weather</word>
<word>forecast</word>
</keywords>
<category>misc</category>
<copyright>2021 OxigenO2</copyright>
<adminLinks>
<link url="admin_config.php" description="" icon="images/icon_32.png" iconSmall="images/icon_16.png" primary="true" >LAN_CONFIGURE</link>
</adminLinks>
<pluginPrefs>
<pref name='current_weather_city'>Prague</pref>
<pref name='current_weather_unit'>metric</pref>
<pref name='current_weather_scheme'>color</pref>
<pref name='current_weather_deatils'>0</pref>
<pref name='current_weather_link'>1</pref>
<pref name='current_weather_appid'></pref>
</pluginPrefs>
</e107Plugin>