pages/site/garden/garden-rss/index.md

24 lines
979 B
Markdown
Raw Normal View History

2024-06-03 22:59:20 -05:00
---
public: "true"
slug: "garden-rss"
title: "Garden-RSS"
2024-06-05 23:25:48 -05:00
prev: false
next: false
2024-06-03 22:59:20 -05:00
---
# Garden-RSS
2024-06-05 23:25:48 -05:00
> Referenced by: [Freeform](/garden/freeform/index.md), [The Small Web](/garden/the-small-web/index.md), [This Knowledge Hub](/garden/this-knowledge-hub/index.md)
2024-06-03 22:59:20 -05:00
A theoretical alternative to RSS that's better for [Freeform](/garden/freeform/index.md) websites (and [Digital Gardens](/garden/digital-gardens/index.md) specifically )
Why is it useful?
- [Feeds are not fit for gardening](https://v5.chriskrycho.com/essays/feeds-are-not-fit-for-gardening/)
- Describes the issues with RSS for [Digital Gardens](/garden/digital-gardens/index.md)
- Proposes creating an alternative, which they call `grdn`
How should it work?
- Could display changes similar to git diffs
Existing Work
- [`grdn` Specification](https://github.com/chriskrycho/grdn/blob/main/SPEC.md)
- [Proposal to build set of extensions to RSS](https://forum.summerofprotocols.com/t/pig-rss-all-the-things/383)