Commit Graph

4 Commits

Author SHA1 Message Date
Claude
3282a75286 Fix text overflow issues in field and meta values
- Added overflow-wrap: break-word to .meta-value and .field-value for better text wrapping
- Added max-width: 100% to prevent horizontal overflow
- Added overflow: hidden to .item-field and .meta-item containers
- Added word-break: break-all to links to handle very long URLs
- Ensures all feed data is visible without causing layout breaks
2025-11-23 06:10:48 +00:00
945f4bac1f Merge pull request #1 from aljazceru/claude/create-simple-website-011CUxTkxhFfD7PDAsCohtMv
Build simple website for hosting
2025-11-09 15:26:22 +01:00
Claude
bad1bb1b8a Add RSS/Atom Feed Debugger web application
Created a comprehensive RSS debugging tool with the following features:
- Universal support for RSS and Atom feeds
- Complete feed metadata display
- Last 10 items analysis with all available fields
- Raw XML structure viewer
- CORS proxy integration for cross-domain requests
- Responsive design with gradient UI
- Example feeds for quick testing
- Zero dependencies, pure HTML/CSS/JavaScript

Perfect for GitHub Pages hosting.
2025-11-09 14:22:30 +00:00
16945bcd56 first commit 2025-11-09 15:17:51 +01:00