Skip to content

Commit 33c351e

Browse files
authored
RSS (#18)
* RSS * fix date
1 parent a48dfbe commit 33c351e

File tree

2 files changed

+88
-0
lines changed

2 files changed

+88
-0
lines changed

_posts/2025-10-18-rss.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
---
2+
title: "OpenVoiceOS Blog Launches RSS Feed — A Win for Accessibility & Open Standards"
3+
excerpt: "We’re happy to announce that the OpenVoiceOS blog now supports a RSS/Atom feed"
4+
coverImage: "/assets/blog/rss/thumb.png"
5+
date: "2025-10-18T00:00:00.000Z"
6+
author:
7+
name: JarbasAl
8+
picture: "https://avatars.githubusercontent.com/u/33701864"
9+
ogImage:
10+
url: "/assets/blog/rss/thumb.png"
11+
---
12+
13+
## OpenVoiceOS Blog Launches RSS Feed — A Win for Accessibility & Open Standards
14+
15+
We’re happy to announce that the **OVOS (OpenVoiceOS)** blog now supports a **RSS / Atom feed** at:
16+
17+
👉 [https://blog.openvoiceos.org/feed.xml](https://blog.openvoiceos.org/feed.xml)
18+
19+
This may look like a small technical change, but in reality it’s a big step forward — especially from the perspective of accessibility, interoperability, and empowering users. Below are a few reasons why we believe RSS is still relevant and why adding a feed is aligned with our vision.
20+
21+
---
22+
23+
## Why RSS Still Matters in 2025
24+
25+
Yes, RSS is old technology, but that doesn’t mean it’s obsolete. Here are a few reasons it continues to deserve a place in the modern web ecosystem:
26+
27+
1. **Decentralized content subscription**
28+
RSS gives users control. Instead of being locked into one platform’s algorithm or interface, people can choose their own feed reader or aggregator. You subscribe once, and updates come to *you*, not the other way around.
29+
30+
2. **Low overhead, simple format**
31+
RSS / Atom feeds are lightweight XML documents. They don’t need heavy frameworks, JavaScript, or APIs. That means lower bandwidth, faster performance, and more compatibility with devices and assistive technologies.
32+
33+
3. **Resilience & longevity**
34+
Since RSS is an open standard, it’s not tied to any one company or service. If a blog or website changes its front-end, the feed often remains a stable outlet for updates. That robustness is valuable for archival, backup, and long-term content access.
35+
36+
4. **Interoperability & portability**
37+
RSS works across platforms, apps, and ecosystems. Want to surface blog posts in your smart home panel, or integrate them into your voice assistant? A feed makes that straightforward. You don’t have to reverse-engineer HTML pages or depend on ad-hoc APIs.
38+
39+
5. **Accessibility-friendly**
40+
This is especially important for OVOS and the intersection of voice, assistive tech, and open systems. Many feed readers are designed to work well with screen readers, text-to-speech tools, or simple “next item” navigation. Because RSS is structured, semantic, and minimal, assistive software can more reliably parse it.
41+
42+
---
43+
44+
## Accessibility & Open Standards: Why We Care
45+
46+
At OVOS, our mission is to push toward more open, user-empowering voice and assistant systems. We believe accessibility is not an afterthought, it should be baked into every layer. Supporting an RSS feed is consistent with that philosophy:
47+
48+
* **Equal access to content**: Users who rely on assistive tech (screen readers, braille displays, voice-driven readers) should be able to consume blog updates just as easily as sighted users. Structured feeds help.
49+
* **Choice in how you consume**: Whether you prefer to read in a browser, within a reader app, or have updates read out to you, RSS gives you options.
50+
* **Standards matter**: Open standards promote interoperability and reduce handshake friction between systems. We’d rather everyone “speak RSS / Atom” than build brittle, custom bridges.
51+
* **Future-proofing**: We want the OVOS blog to remain accessible and usable even if web frameworks change, hosting changes, or site redesigns happen. The feed is a thread through all of that.
52+
53+
---
54+
55+
## How You Can Use the New Feed
56+
57+
Here are a few ideas to take advantage of the new RSS feed:
58+
59+
* **Add it to your favorite news / feed reader** (e.g. Feedly, Inoreader, Thunderbird) so new posts show up automatically.
60+
* **Use it in automation or scripting**: For example, fetch new posts via a lightweight script, push them to your personal dashboard, or trigger voice notifications.
61+
* **Integrate with voice assistants**: If you build a skill/plugin in OVOS or another system, you can parse the feed and let people ask “What’s new on the blog?” rather than scraping HTML.
62+
* **Share / mirror**: You could mirror or aggregate OVOS content into your own blog or archive, thanks to the open nature of RSS.
63+
64+
---
65+
66+
## Next Steps
67+
68+
* We’ll monitor for feedback, if the feed has issues, we’ll fix them.
69+
* Consider expanding meta-data in feed items: more tags, categories, summaries, thumbnails, etc., to make it richer for readers and integrations.
70+
* Encourage third-party projects in the OVOS ecosystem to use the feed for cross-linking, showing blog snippets in dashboards, or exposing blog summaries in voice UI.
71+
72+
If you come across any issues subscribing or using the feed, or have ideas for enhancements, please let us know.
73+
74+
Thank you for being part of the OVOS community! May your blog updates come to *you*, seamlessly and accessibly.
75+
76+
---
77+
78+
## Help Us Build Voice for Everyone
79+
80+
OpenVoiceOS is more than software, it’s a mission. If you believe voice assistants should be open, inclusive, and user-controlled, here’s how you can help:
81+
82+
- **💸 Donate**: Help us fund development, infrastructure, and legal protection.
83+
- **📣 Contribute Open Data**: Share voice samples and transcriptions under open licenses.
84+
- **🌍 Translate**: Help make OVOS accessible in every language.
85+
86+
We're not building this for profit. We're building it for people. With your support, we can keep voice tech transparent, private, and community-owned.
87+
88+
👉 [Support the project here](https://www.openvoiceos.org/contribution)

public/assets/blog/rss/thumb.png

492 KB
Loading

0 commit comments

Comments
 (0)