-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
32 lines (31 loc) · 1.5 KB
/
plugin.xml
File metadata and controls
32 lines (31 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="WeeWx Plugin" lan="LAN_PLUGIN__WEEWX_NAME" version="2.0" date="2016-07-18" compatibility="2.0" installRequired="true" >
<author name="G4HDU" url="http://keal.me.uk" />
<summary>Display WeeWX weather information</summary>
<description lan="LAN_PLUGIN__WEEWX_DIZ">Display WeeWX weather information. Requires WD extension for WeeWX</description>
<category>content</category>
<keywords>
<word>weewx</word>
<word>weather</word>
<word>climate</word>
<word>meteo</word>
<word>wunderground</word>
</keywords>
<adminLinks>
<link url='admin_config.php' description='Configure WeeWx Plugin' icon='images/weewx_32.png' iconSmall='images/weewx_16.png' primary='true' >LAN_CONGIGURE</link>
<link url="admin_config.php?mode=options" description="Configure WeeWx Prefs" icon="manage" >WeeWx Prefs</link>
</adminLinks>
<siteLinks>
<link url="{e_PLUGIN}weewx/data.php" perm='everyone' sef='data'>LAN_PLUGIN_WEEWX_DATA</link>
<link url="{e_PLUGIN}weewx/charts.php" perm='everyone' sef='charts'>LAN_PLUGIN_WEEWX_CHARTS</link>
<link url="{e_PLUGIN}weewx/records.php" perm='everyone' sef='records'>LAN_PLUGIN_WEEWX_RECORDS</link>
</siteLinks>
<pluginPrefs>
<pref name="weewx_apikey">Your key</pref>
<pref name="weewx_location">Maghull</pref>
<pref name="weewx_fupdate">30</pref>
<pref name="weewx_fLatitude">53.515227</pref>
<pref name="weewx_fLongitude">-2.936043</pref>
<pref name="weewx_flocalStation">IMAGHULL3</pref>
</pluginPrefs>
</e107Plugin>