Compare commits
2 Commits
9c030e83e9
...
499b9a3e74
Author | SHA1 | Date |
---|---|---|
ktyl | 499b9a3e74 | |
ktyl | 82cfd03e9f |
|
@ -11,15 +11,7 @@ Really Simple Syndication (RSS) is an ancient file format for communicating upda
|
||||||
|
|
||||||
## Technical Simplicity
|
## Technical Simplicity
|
||||||
|
|
||||||
From a technical perspective, like [Gemini](gemini://gemini.circumlunar.space) [\(HTTP\)](https://gemini.circumlunar.space/) it's grokkable with a couple good reads of the specification.
|
From a technical perspective, like [Gemini](gemini://gemini.circumlunar.space) [\(HTTP\)](https://gemini.circumlunar.space/) it's grokkable with a couple good reads of the specification. I wrote [a simple generator](https://ktyl.dev/blog/2022/6/3/rss.md)] for my blog posts, and am now working on [a simpler one](./feed.py) for the garden.
|
||||||
I wrote [a simple generator](https://ktyl.dev/blog/2022/6/3/rss.md)] for my blog posts, and am now working on [a simpler one](./feed.py) for the garden.
|
|
||||||
To start with, I'd like to generate it as simply as possible, from just a directory structure, but I can already see I'd like to do more with it.
|
|
||||||
|
|
||||||
I work predominantly in [Git](https://git-scm.com/) repositories, which, like a directory, or a garden, is tree-based.
|
|
||||||
My blog's feed has a chronological hierarchy, but at present it's based on manually creating and naming folders.
|
|
||||||
It's also very much a _published_ format, rather than a living one.
|
|
||||||
This is silly!
|
|
||||||
Instead, I'd like to structure my feed around a Git repository, as I think it'd be a much better descriptor of activity.
|
|
||||||
|
|
||||||
## Managing YouTube Subscriptions
|
## Managing YouTube Subscriptions
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue