From 8b1583af440714016c3f4b1bd5f6276ca19a09f1 Mon Sep 17 00:00:00 2001 From: kx1t Date: Fri, 20 Dec 2024 11:42:09 -0500 Subject: [PATCH] add rss link to planefence page; update version --- rootfs/usr/share/planefence/planefence.conf | 2 +- rootfs/usr/share/planefence/planefence.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs/usr/share/planefence/planefence.conf b/rootfs/usr/share/planefence/planefence.conf index e85944c5..2ef788e5 100644 --- a/rootfs/usr/share/planefence/planefence.conf +++ b/rootfs/usr/share/planefence/planefence.conf @@ -398,4 +398,4 @@ set +a # official version number is. If you fork this software, we'd appreciate if you add on to the version number rather than # replace the entire number. That way, it's easy to understand from which version you forked. For example, VERSION=3.11-myfork-1.0 - VERSION=5.26-release + VERSION=5.27-release diff --git a/rootfs/usr/share/planefence/planefence.sh b/rootfs/usr/share/planefence/planefence.sh index cd54977d..8ebbd5d2 100755 --- a/rootfs/usr/share/planefence/planefence.sh +++ b/rootfs/usr/share/planefence/planefence.sh @@ -995,7 +995,7 @@ EOF [[ "$PLANETWEET" != "" ]] && printf "
  • Get notified instantaneously of aircraft in range by following @%s on Twitter!\n" "$PLANETWEET" "$PLANETWEET" (( $(find "$TMPDIR"/noisecapt-spectro*.png -daystart -maxdepth 1 -mmin -1440 -print 2>/dev/null | wc -l ) > 0 )) && printf "
  • Click on the word "Spectrogram" to see the audio spectrogram of the noisiest period while the aircraft was in range\n" [[ "$PLANEALERT" == "ON" ]] && printf "
  • See a list of aircraft matching the station's Alert List here\n" - + printf "
  • A RSS feed of the aircraft detected with Planefence is available at planefence.rss\n" printf "
  • Press the header of any of the columns to sort by that column\n" printf "\n" } >> "$OUTFILEHTMTMP"