From 0105fb54f041e08f2c49459b8dc61f2959c8e1cf Mon Sep 17 00:00:00 2001 From: Twarner491 Date: Thu, 28 May 2026 12:10:09 -0700 Subject: [PATCH] Menu: rename 'avianvisitors' link to 'github' + add built-by attribution avian/api/menu.php: 4th drawer link label is now 'github' (shorter, matches what the link actually points to). avian/frontend/index.html: 'built by teddy' attribution sits below the menu items (sibling of #dd-items inside #menu-dd) so it shows in both local and forwarded modes. Drops the redundant 'built with AvianVisitors' line that lived inside the lock screen - the github menu item covers source-of-truth attribution. --- avian/api/menu.php | 4 ++-- avian/frontend/index.html | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/avian/api/menu.php b/avian/api/menu.php index 3697cf0..deaa13e 100644 --- a/avian/api/menu.php +++ b/avian/api/menu.php @@ -31,7 +31,7 @@ echo json_encode([ // BirdNET-Pi log view (php served at /views.php) ['label' => 'logs', 'href' => '/views.php?view=Log+Out', 'native' => false], ['label' => 'system', 'href' => '/views.php?view=Services', 'native' => false], - // AvianVisitors docs + source - ['label' => 'avianvisitors', 'href' => 'https://github.com/Twarner491/AvianVisitors', 'native' => false], + // AvianVisitors source + ['label' => 'github', 'href' => 'https://github.com/Twarner491/AvianVisitors', 'native' => false], ], ]); diff --git a/avian/frontend/index.html b/avian/frontend/index.html index 9107030..969eefe 100644 --- a/avian/frontend/index.html +++ b/avian/frontend/index.html @@ -27,9 +27,9 @@

enter password to unlock tools.

-

built with AvianVisitors

+

built by teddy

@@ -176,8 +176,7 @@

The birds outside your window

A tiny microphone identifies every passing bird with Cornell's BirdNET. Each species shows up as an illustration in the collage, sized by how often it's been heard.

-

built by teddy

- +