remove the (unused) skin_semantics parameter

This commit is contained in:
Matthew Wall
2019-02-08 07:43:21 -05:00
parent 321c7e6ede
commit bd32a3f555
6 changed files with 5 additions and 14 deletions

View File

@@ -6,8 +6,6 @@
# engine to invoke FTP, which copies files to another location. #
###############################################################################
skin_semantics = 2
[Generators]
generator_list = weewx.reportengine.FtpGenerator

View File

@@ -1,7 +1,5 @@
# configuration file for Mobile skin
skin_semantics = 2
[Extras]
# Set this URL to display a radar image
#radar_img = http://radar.weather.gov/ridge/lite/N0R/RTX_loop.gif

View File

@@ -7,8 +7,6 @@
# engine to invoke rsync, which synchronizes files between two locations. #
###############################################################################
skin_semantics = 2
[Generators]
generator_list = weewx.reportengine.RsyncGenerator

View File

@@ -4,11 +4,11 @@
# See the file LICENSE.txt for your rights. #
###############################################################################
skin_semantics = 2
###############################################################################
# The following section is for any extra tags that you want to be available in the templates
# The following section is for any extra tags that you want to be available in
# the templates
[Extras]
# This radar image would be available as $Extras.radar_img
@@ -84,7 +84,8 @@ skin_semantics = 2
template = tabular.html.tmpl
[[[celestial]]]
template = celestial.html.tmpl
# Uncomment the following to have WeeWX generate a celestial page only once an hour:
# Uncomment the following to generate a celestial page only once
# an hour instead of every report cycle.
# stale_age = 3600
[[[RSS]]]
template = rss.xml.tmpl

View File

@@ -1,7 +1,5 @@
# configuration file for Smartphone skin
skin_semantics = 2
[Extras]
# Set this URL to display a radar image
#radar_img = http://radar.weather.gov/ridge/lite/N0R/RTX_loop.gif

View File

@@ -4,8 +4,6 @@
# See the file LICENSE.txt for your rights. #
###############################################################################
skin_semantics = 2
###############################################################################
# The following section is for any extra tags that you want to be available in the templates