From e05ea6205168a465051392f0081fbe02018f8840 Mon Sep 17 00:00:00 2001 From: rays Date: Thu, 10 Sep 2026 02:03:48 +0000 Subject: [PATCH] Use the original iPodderX icon instead of a placeholder Recovered from the Internet Archive's capture of ipodderx.com: the icon was never in either repo, since only the Python engine was open-sourced and the .icns lived in the Cocoa bundle. Kept as a file in web/ and embedded as a data URI for the sidebar mark and the favicon. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01RPyeapneuXrCdojsaiXGbe --- PROGRESS.md | 20 ++++++++++++++++++++ web/index.html | 8 ++++---- web/ipodderx-icon.jpg | Bin 0 -> 9546 bytes 3 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 web/ipodderx-icon.jpg diff --git a/PROGRESS.md b/PROGRESS.md index d97d6d5..5f30132 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -56,6 +56,26 @@ and until now nothing set them. --- +## 2026-09-10 — The real iPodderX icon + +The sidebar mark was an invented `ix` placeholder. The original icon is not in this repo or the +legacy one: only the Python engine was open-sourced, never the Cocoa bundle whose Resources held the +`.icns` (the legacy repo's history contains nothing but .py/.so/.po/.mo/LICENSE/README). + +Recovered from the Internet Archive's capture of ipodderx.com: `_graphics/iPXicon.jpg`, 173x165 -- +the white iPod-style device with the antenna and EQ display. That is the largest surviving copy; the +site's 2005 `favicon.ico` is far too small to use. Saved as `web/ipodderx-icon.jpg` so the file lives +in the tree, and embedded as a base64 data URI (12.7 KB) for both the sidebar mark and the favicon, +which avoids an extra asset route. + +`.logo` changed from a gradient chip to a white rounded tile, since the icon is photo-style on a +light ground. + +Provenance is Ray's own: the app was Slakinski & Trometer / Thunderstone Media, and this is its +successor. + +--- + ## 2026-09-10 — Feed URL is editable, with a copy button The URL in a feed's Settings is now an editable field paired with Copy. Entries and download diff --git a/web/index.html b/web/index.html index 07f578b..0eef8f2 100644 --- a/web/index.html +++ b/web/index.html @@ -5,6 +5,7 @@ ipx +