From 3aff3068935f36c50b55132ea2c95b1d2eabc7c6 Mon Sep 17 00:00:00 2001 From: hira Date: Sat, 26 Jul 2025 17:14:26 +0000 Subject: [PATCH] Add standalone AI/ML RSS feed viewer to custom public pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Created a new file at /custom/public/rss.html that displays RSS feeds from major AI/ML sources, including OpenAI, DeepMind, Google AI Blog, AI Weekly, and Machine Learning Mastery. This viewer uses JavaScript with the rss2json.com API to fetch and render the latest five articles per feed. Styling matches CodexScrolls’ dark aesthetic, with responsive layout and clean separation per source. This page is accessible via https://codexscrolls.io/rss and can be expanded in the future to support feed filtering, tag-based navigation, or a self-hosted parser to remove reliance on third-party services. --- custom/public/rss.html | 98 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 custom/public/rss.html diff --git a/custom/public/rss.html b/custom/public/rss.html new file mode 100644 index 0000000..2c118f5 --- /dev/null +++ b/custom/public/rss.html @@ -0,0 +1,98 @@ + + + + + AI/ML Feeds – CodexScrolls + + + + + +

AI/ML News Feeds

+ +
+ + + + +