I asked for help on the Gemini protocol IRC with setting up an atom feed for my capsule and I was told to “just write one” hahaha 🫩
RSS / Atom Document Example - rssatom.com

RSS (Really Simple Syndication) is a web feed format used to publish frequently updated content, such as news headlines, blog posts, or podcasts. RSS feeds allow users to subscribe to content from websites and receive updates in a standardized format. Below is an example of RSS code with explanations

@yejokjanan thanks! More so my question was about solderpunk’s program gemfeed which generates an atom feed based on a gemlog directory. It’s a python script with unspecified dependencies so it took a little digging and reading of source code to get it working 😁