mirror of
https://github.com/weewx/weewx.git
synced 2026-05-19 07:15:18 -04:00
remove the (unused) skin_semantics parameter
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
# engine to invoke FTP, which copies files to another location. #
|
||||
###############################################################################
|
||||
|
||||
skin_semantics = 2
|
||||
|
||||
[Generators]
|
||||
generator_list = weewx.reportengine.FtpGenerator
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
# engine to invoke rsync, which synchronizes files between two locations. #
|
||||
###############################################################################
|
||||
|
||||
skin_semantics = 2
|
||||
|
||||
[Generators]
|
||||
generator_list = weewx.reportengine.RsyncGenerator
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user