Phil Skentelbery
d420269bc0
feat: add RSS feed endpoint and configuration
Implements /feed.xml route with caching and ETag support.
Features:
- GET /feed.xml returns RSS 2.0 feed of published notes
- Server-side caching (5 minutes default, configurable)
- ETag generation for conditional requests
- Cache-Control headers for client-side caching
- Configurable feed item limit (50 default)
Configuration:
- FEED_MAX_ITEMS: Maximum items in feed (default: 50)
- FEED_CACHE_SECONDS: Cache duration in seconds (default: 300)
Related: docs/decisions/ADR-014-rss-feed-implementation.md
2025-11-19 08:42:32 -07:00
..
2025-11-19 08:42:32 -07:00
2025-11-19 08:39:29 -07:00
2025-11-18 23:01:53 -07:00
2025-11-19 08:42:32 -07:00
2025-11-18 20:35:36 -07:00
2025-11-18 23:01:53 -07:00
2025-11-19 08:40:46 -07:00
2025-11-18 23:01:53 -07:00
2025-11-18 23:01:53 -07:00
2025-11-18 20:35:36 -07:00