A simple news aggregator that fetches and displays RSS feeds in a clean, emoji-free format.
The following HTML elements are allowed in the news content:
- Paragraphs (
<p>) - Bold text (
<b>) - Italic text (
<i>) - Line breaks (
<br>) - Strong text (
<strong>) - Emphasized text (
<em>) - Links (
<a>) - Div containers (
<div>) - Unordered lists (
<ul>) - List items (
<li>) - Ordered lists (
<ol>) - Spans (
<span>)
All other HTML elements and attributes are stripped from the content for security and consistency.
See .env.example for configuration options.