RSS reader
A concise and elegant RSS syndication reader that supports automatic updates, tag classification, three view modes (card/list/compact), article search and other functions. Built based on Laravel + Vue, it is lightweight and efficient, suitable for personal RSS subscription management.
RSS Reader is a lightweight RSS subscription management tool built on Laravel + Vue for personal use. Main features: - Support RSS 2.0 and ATOM formats - Automatically update RSS feeds regularly (default hourly) - Three view modes: Card, List, Compact - Tag classification management - Full-text search function - Mobile friendly - Automatically clean up old articles ###Step 1: Configure RSS feeds In the lazy cat micro-service application data, find and edit the file: ``` /app/storage/feeds.txt ``` ###Step 2: Add RSS subscriptions Add RSS feeds in the following format (one per line): ```txt RSS Feed URL Source Name #Tag 1 #Tag 2 ``` ** Simplest example **: ```txt https://hnrss.org/frontpage HackerNews #tech https://feeds.feedburner.com/ruanyifeng Ruan Yifeng's Internet Blog #Blog ``` ###Step 3: Wait for updates or trigger manually - ** Automatic update **: Wait 1 hour after saving (default update frequency) - ** Update now **: Restart the application





