From bd32a3f555fa863a0eee87fb472ed9e2d9d13eeb Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Fri, 8 Feb 2019 07:43:21 -0500 Subject: [PATCH] remove the (unused) skin_semantics parameter --- skins/Ftp/skin.conf | 2 -- skins/Mobile/skin.conf | 2 -- skins/Rsync/skin.conf | 2 -- skins/Seasons/skin.conf | 9 +++++---- skins/Smartphone/skin.conf | 2 -- skins/Standard/skin.conf | 2 -- 6 files changed, 5 insertions(+), 14 deletions(-) diff --git a/skins/Ftp/skin.conf b/skins/Ftp/skin.conf index 872d21d3..cb038c2d 100644 --- a/skins/Ftp/skin.conf +++ b/skins/Ftp/skin.conf @@ -6,8 +6,6 @@ # engine to invoke FTP, which copies files to another location. # ############################################################################### -skin_semantics = 2 - [Generators] generator_list = weewx.reportengine.FtpGenerator diff --git a/skins/Mobile/skin.conf b/skins/Mobile/skin.conf index 77a8c65e..474bfad4 100644 --- a/skins/Mobile/skin.conf +++ b/skins/Mobile/skin.conf @@ -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 diff --git a/skins/Rsync/skin.conf b/skins/Rsync/skin.conf index cd89e2ac..f4e436c5 100644 --- a/skins/Rsync/skin.conf +++ b/skins/Rsync/skin.conf @@ -7,8 +7,6 @@ # engine to invoke rsync, which synchronizes files between two locations. # ############################################################################### -skin_semantics = 2 - [Generators] generator_list = weewx.reportengine.RsyncGenerator diff --git a/skins/Seasons/skin.conf b/skins/Seasons/skin.conf index bec9ce23..d44949a6 100644 --- a/skins/Seasons/skin.conf +++ b/skins/Seasons/skin.conf @@ -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 diff --git a/skins/Smartphone/skin.conf b/skins/Smartphone/skin.conf index 2629a319..4f020666 100644 --- a/skins/Smartphone/skin.conf +++ b/skins/Smartphone/skin.conf @@ -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 diff --git a/skins/Standard/skin.conf b/skins/Standard/skin.conf index 813d70e4..9ef29b0e 100644 --- a/skins/Standard/skin.conf +++ b/skins/Standard/skin.conf @@ -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