mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
- weather: introduce weather_favorites.xml
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -12,6 +12,7 @@ SUBDIRS = \
|
||||
policy \
|
||||
scripts \
|
||||
themes \
|
||||
weather \
|
||||
webradio \
|
||||
webtv \
|
||||
y-web \
|
||||
|
@@ -11,8 +11,7 @@ install_DATA = \
|
||||
providermap.xml \
|
||||
satellites.xml \
|
||||
terrestrial.xml \
|
||||
tobackup.conf \
|
||||
weather_locations.xml
|
||||
tobackup.conf
|
||||
|
||||
if ENABLE_EXTUPDATE
|
||||
EXTRA_DIST += \
|
||||
|
9
data/weather/Makefile.am
Normal file
9
data/weather/Makefile.am
Normal file
@@ -0,0 +1,9 @@
|
||||
configdir = $(CONFIGDIR)
|
||||
|
||||
config_DATA = \
|
||||
weather_favorites.xml
|
||||
|
||||
weatherdir = $(DATADIR)/neutrino/weather
|
||||
|
||||
weather_DATA = \
|
||||
weather_locations.xml
|
6
data/weather/weather_favorites.xml
Normal file
6
data/weather/weather_favorites.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<weather>
|
||||
<!--
|
||||
<location country="Country" city="City" latitude="xx.xxx" longitude="yy.yyy"/>
|
||||
-->
|
||||
</weather>
|
Reference in New Issue
Block a user