22 lines
896 B
Markdown
22 lines
896 B
Markdown
|
---
|
||
|
public: "true"
|
||
|
slug: "garden-rss"
|
||
|
title: "Garden-RSS"
|
||
|
---
|
||
|
# Garden-RSS
|
||
|
|
||
|
> Referenced by: [Freeform](/garden/freeform/index.md), [The Small Web](/garden/the-small-web/index.md)
|
||
|
|
||
|
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)
|