A lightweight RSS integration module, designed for external blog or news feeds (e.g., from hirabarton.io) directly on CodexScrolls. Built using JavaScript and custom Gitea templates, with optional support for self-hosted RSS-to-JSON conversion.
Go to file
hira 3aff306893 Add standalone AI/ML RSS feed viewer to custom public pages
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.
2025-07-26 17:14:26 +00:00
custom/public Add standalone AI/ML RSS feed viewer to custom public pages 2025-07-26 17:14:26 +00:00
README.md Updated README.md 2025-07-26 17:12:20 +00:00

README.md

scrollsync

A plug-and-play RSS feed viewer for Gitea, designed to surface the latest articles from top AI and ML news sources. Integrates directly into Giteas UI using custom templates and JavaScript, with optional support for feed filtering, theming, and self-hosted RSS-to-JSON conversion.