From 54e4040d60af889ec5a10ca9912d300420a5c24d Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 8 May 2024 00:11:58 +0000 Subject: [PATCH] Correct FAQ entry about condition filters Condition filter customization wasn't documented quite right in the FAQ, and got the space-to-underscore replacement situation backwards. --- FAQ | 14 +++++++------- LICENSE | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/FAQ b/FAQ index 280c0af..4c6ce8b 100644 --- a/FAQ +++ b/FAQ @@ -2,7 +2,7 @@ Frequently Asked Questions About the Weather Utility ====================================================== -:Copyright: (c) 2006-2017 Jeremy Stanley . Permission +:Copyright: (c) 2006-2024 Jeremy Stanley . Permission to use, copy, modify, and distribute this software is granted under terms provided in the LICENSE file distributed with this software. @@ -70,9 +70,9 @@ line or in configuration is as follows:: windchill These are a case-insensitive match against the start of lines in a -decoded METAR up to the first colon (:) with underscores (_) replaced by -spaces. You can see the full METAR for a given condition report by -passing --verbose or by observing one directly (perhaps by looking in -your *datacache* directory). Unfortunately I haven't found any proper -specification for the decoded METAR format used by the NWS so know of no -comprehensive list of what lines might appear. +decoded METAR up to the first colon (:) with spaces optionally replaced +by underscores (_). You can see the full METAR for a given condition +report by passing --verbose or by observing one directly (perhaps by +looking in your *datacache* directory). Unfortunately I haven't found +any proper specification for the decoded METAR format used by the NWS so +know of no comprehensive list of what lines might appear. diff --git a/LICENSE b/LICENSE index 8540d02..d5211f4 100644 --- a/LICENSE +++ b/LICENSE @@ -21,7 +21,7 @@ which follow. Copyright Notice ---------------- -Copyright (c) 2006-2021 Jeremy Stanley +Copyright (c) 2006-2024 Jeremy Stanley Permission Notice ----------------- -- 2.11.0