From 07a5f461c8cfc4c7cb0cd327eee2b4dba90e3246 Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Sun, 3 Feb 2013 04:07:47 +0000 Subject: [PATCH] prune unused templates --- pkg/debian/templates | 48 -------------------------------------------- 1 file changed, 48 deletions(-) diff --git a/pkg/debian/templates b/pkg/debian/templates index 96d2b7a7..c4c98ad5 100644 --- a/pkg/debian/templates +++ b/pkg/debian/templates @@ -53,51 +53,3 @@ Type: string Default: WS2080 Description: weather station model: Specify the station mode, for example WH1080, WS2080, WH3080. - -Template: weewx/upload_to_wu -Type: boolean -Default: false -Description: upload to weather underground? - Indicate whether station observations should be uploaded to the Weather Underground. A station name and password will be required. - -Template: weewx/wu_station -Type: string -Description: weather underground station name: - The weather underground station name, used to identify observations. - -Template: weewx/wu_password -Type: string -Description: weather underground password: - The weather underground password. - -Template: weewx/upload_to_pws -Type: boolean -Default: false -Description: upload to PWS? - Indicate whether station observations should be uploaded to the Personal Weather Stations service. A station name and password will be required. - -Template: weewx/pws_station -Type: string -Description: PWS station name: - The PWS station name, used to identify observations. - -Template: weewx/pws_password -Type: string -Description: PWS password: - The PWS password. - -Template: weewx/upload_to_cwop -Type: boolean -Default: false -Description: upload to CWOP? - Indicate whether station observations should be uploaded to the Citizens Weather Observer Program. A station name and password will be required. - -Template: weewx/cwop_station -Type: string -Description: CWOP station name: - The CWOP station name, used to identify observations. - -Template: weewx/cwop_password -Type: string -Description: CWOP password: - The CWOP password.