Skip to content

Commit

Permalink
add rss link to planefence page; update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t committed Dec 20, 2024
1 parent 31115a7 commit 8b1583a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rootfs/usr/share/planefence/planefence.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion rootfs/usr/share/planefence/planefence.sh
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ EOF
[[ "$PLANETWEET" != "" ]] && printf "<li>Get notified instantaneously of aircraft in range by following <a href=\"http://twitter.com/%s\" target=\"_blank\">@%s</a> on Twitter!\n" "$PLANETWEET" "$PLANETWEET"
(( $(find "$TMPDIR"/noisecapt-spectro*.png -daystart -maxdepth 1 -mmin -1440 -print 2>/dev/null | wc -l ) > 0 )) && printf "<li>Click on the word &quot;Spectrogram&quot; to see the audio spectrogram of the noisiest period while the aircraft was in range\n"
[[ "$PLANEALERT" == "ON" ]] && printf "<li>See a list of aircraft matching the station's Alert List <a href=\"plane-alert\" target=\"_blank\">here</a>\n"

printf "<li> A RSS feed of the aircraft detected with Planefence is available at <a href=\"planefence.rss\">planefence.rss</a>\n"
printf "<li> Press the header of any of the columns to sort by that column\n"
printf "</ul>\n"
} >> "$OUTFILEHTMTMP"
Expand Down

0 comments on commit 8b1583a

Please sign in to comment.