screentinker/Examples/PIP-News-Ticker/fixture-feed.xml
screentinker 0b138f10c6
Add PiP overlay example recipes (#132)
Self-contained examples for the PiP overlay API (POST /api/pip), each
with a CSP-safe query-param overlay (external JS), config.example.json,
zero runtime deps, an offline test, and a README:

- PIP-Announce-Broadcast    manual one-shot message to a screen/group
- PIP-Weather-Widget        Open-Meteo current conditions (keyless)
- PIP-Air-Quality           Open-Meteo US AQI widget (keyless)
- PIP-Crypto-Ticker         CoinGecko price strip (keyless)
- PIP-News-Ticker           scrolling RSS/Atom headlines
- PIP-Room-Status-Calendar  ICS-driven Available/Busy room sign
- PIP-Event-Countdown       client-side countdown, auto-clears at zero
- PIP-Welcome-Board         rotating welcome/birthday cards from CSV
- PIP-Fundraiser-Thermometer goal-progress bar from local/URL JSON
- PIP-QR-Rotator            rotating QR codes, encoded client-side
- PIP-Incident-Webhook      event-driven: red on firing, clear on resolved

Also includes the CAP-AU (NSW RFS) and US NWS/NOAA emergency-alert
monitors that push expiry-aware PiP overlays.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-18 20:20:37 -05:00

29 lines
870 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Demo Newsroom</title>
<link>https://example.com/</link>
<description>Fixture feed for the news ticker offline test</description>
<item>
<title>City council approves new transit line</title>
<link>https://example.com/1</link>
</item>
<item>
<title><![CDATA[Markets rally as <b>tech</b> shares climb]]></title>
<link>https://example.com/2</link>
</item>
<item>
<title>Storms &amp; flooding expected this weekend</title>
<link>https://example.com/3</link>
</item>
<item>
<title>Local team wins championship 3&#8211;2</title>
<link>https://example.com/4</link>
</item>
<item>
<title>Library extends weekend hours</title>
<link>https://example.com/5</link>
</item>
</channel>
</rss>