# Atom Feed

Atom is an XML-based web syndication format standardized in RFC 4287.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## From RSS to Atom

DevFeed: [From RSS to Atom](<https://devfeed.tech/articles/from-rss-to-atom-37668.md>)

Original publisher: [Read original article](<https://susam.net/from-rss-to-atom.html>)

Published: 2026-05-04T00:00:00Z

Content type: opinion

Language: en

Sources: [Susam Pal](<https://devfeed.tech/sources/susam-pal.md>)

Topics: [Atom Feed](<https://devfeed.tech/topics/atom-feed.md>), [RSS Feed](<https://devfeed.tech/topics/rss-feed.md>), [Lisp](<https://devfeed.tech/topics/lisp.md>), [Git](<https://devfeed.tech/topics/git.md>), [XML](<https://devfeed.tech/topics/xml.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [git](<https://devfeed.tech/tags/git.md>), [git-commit](<https://devfeed.tech/tags/git-commit.md>), [lisp](<https://devfeed.tech/tags/lisp.md>), [rss](<https://devfeed.tech/tags/rss.md>), [xml](<https://devfeed.tech/tags/xml.md>)

### AI overview

The author describes switching a personal website from RSS feeds to Atom feeds in 2026. The change was implemented in Common Lisp, took about an hour, and included replacing RSS item identifiers with UUID-based Atom entry identifiers and updating feed templates.

### Source excerpt

Yesterday, I switched my website from RSS feeds to Atom feeds. In case you are wondering whether you have somehow landed on an ancient post from 2010, no, you have not. Yes, this is the year 2026, and I have finally switched from RSS feeds to Atom feeds. Yes, I am fifteen, or perhaps twenty, years too late. Contents Impulse Coding Atom Entries Temporary Workaround Does It Matter? References Impulse Coding I have always wanted to do this but could never make the time for it. Finally, it happened while I was giving my brain some rest from my ongoing algebraic graph theory studies. That's when I felt like spending a little time on my website and doing a little Lisp to change the feeds from RSS to Atom. I suppose this was impulse coding, a bit like impulse buying, except that I ended up with an Atom feed instead of a new book. I find it quite surprising that when I have plenty of time, it usually does not occur to me to do these things, but when I am too busy and really short of time, these little ideas possess me during the short breaks I take. My personal website is one of my passion projects. Common Lisp is one of my favourite programming languages. So any time spent on this passion project using my favourite programming language is a very relaxing experience for me. It serves as an ideal break between intense study sessions. It took about an hour to implement the changes needed to make the switch from RSS to Atom. In the end, I could go back to my studies reinvigorated. In case you are curious, here is the Git commit where I implemented the change from RSS to Atom: 596e1dd. As you might notice, a large portion of the change consists of replacing the key attribute in each post with the uuid attribute. The key attribute value was used as the value of the <guid> element in the RSS feeds. While an arbitrary short string could serve as the <guid> element for the items in an RSS feed, the <id> element of the entries in an Atom feed needs to be a URI. It turns out UUID URN

## A Planet for Guix

DevFeed: [A Planet for Guix](<https://devfeed.tech/articles/a-planet-for-guix-34144.md>)

Original publisher: [Read original article](<https://guix.gnu.org/blog/2025/planet-guix//>)

Author: Ray Miller

Published: 2025-12-05T12:00:00Z

Content type: release

Language: en

Sources: [GNU Guix -- Blog](<https://devfeed.tech/sources/gnu-guix-blog.md>)

Topics: [RSS Feed](<https://devfeed.tech/topics/rss-feed.md>), [Atom Feed](<https://devfeed.tech/topics/atom-feed.md>), [static-site-generator](<https://devfeed.tech/topics/static-site-generator.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [announce](<https://devfeed.tech/tags/announce.md>), [community](<https://devfeed.tech/tags/community.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [repository](<https://devfeed.tech/tags/repository.md>), [rss](<https://devfeed.tech/tags/rss.md>), [scheme-api](<https://devfeed.tech/tags/scheme-api.md>), [static-site-generator](<https://devfeed.tech/tags/static-site-generator.md>)

### AI overview

The article announces Planet Guix, an Atom and RSS aggregator for Guix community blogs. It describes its Guile-based implementation as a new aggregator and static site generator, replacing older Python 2-based Planet software, and explains how community members can suggest blogs or submit pull requests.

### Source excerpt

I am pleased to announce the availability of Planet Guix , an Atom and RSS aggregator covering all things Guix. You can browse posts on the website or use your favourite feed reader to subscribe to the aggregate feed . Planet Guix already has subscriptions to 19 blogs from around the community; if you write about Guix (no matter how infrequently) and would like your blog to be included, or if you would like to suggest another blog I missed, please create a pull request against the repository in Codeberg -- you'll see that the subscriptions are simply configured as association...

## Changes in ipSpace.net RSS Feeds

DevFeed: [Changes in ipSpace.net RSS Feeds](<https://devfeed.tech/articles/changes-in-ipspace-net-rss-feeds-11255.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2025/10/changes-rss-feeds/>)

Published: 2025-10-08T04:40:00Z

Content type: article

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [RSS Feed](<https://devfeed.tech/topics/rss-feed.md>), [Atom](<https://devfeed.tech/topics/atom.md>), [Atom Feed](<https://devfeed.tech/topics/atom-feed.md>), [Hugo](<https://devfeed.tech/topics/hugo.md>), [XML](<https://devfeed.tech/topics/xml.md>), [HTML](<https://devfeed.tech/topics/html.md>)

Tags: [hugo](<https://devfeed.tech/tags/hugo.md>), [rss](<https://devfeed.tech/tags/rss.md>), [update](<https://devfeed.tech/tags/update.md>), [web](<https://devfeed.tech/tags/web.md>), [xml](<https://devfeed.tech/tags/xml.md>)

### AI overview

The author describes replacing the ipSpace.net RSS and Atom feed generation system with static Hugo-generated feeds, adding redirects for older URLs, and discontinuing the free-content feed. The changes followed a Feedburner failure that prevented Apple Podcasts from discovering a new episode. The article also discusses feed formatting issues involving iTunes tags, whitespace trimming, HTML escaping, content truncation, and conversion of HTML to plain text.

### Source excerpt

TL&DR: You shouldn't see any immediate impact of this change, but I'll eventually clean up old stuff, so you might want to check the URLs if you use RSS/Atom feeds to get the list of ipSpace.net blog posts or podcast episodes. The (hopefully) final URLs are listed on this page. Executive Summary: I cleaned up the whole ipSpace.net RSS/Atom feeds system. The script that generated the content for various feeds has been replaced with static Hugo-generated RSS/Atom feeds. I added redirects for all the old stuff I could find (including ioshints.blogspot.com), but I could have missed something. The only defunct feed is the free content feed (which hasn't changed in a while, anyway), as it required scanning the documents database. You can use this page to find the (ever-increasing) free content. And now for the real story ;) Read more ...

## Docusaurus 3.5

DevFeed: [Docusaurus 3.5](<https://devfeed.tech/articles/docusaurus-3-5-40946.md>)

Original publisher: [Read original article](<https://docusaurus.io/blog/releases/3.5>)

Author: Sébastien Lorber

Published: 2024-08-09T00:00:00Z

Content type: release

Language: en

Sources: [Docusaurus Blog](<https://devfeed.tech/sources/docusaurus-blog.md>)

Topics: [modern web development](<https://devfeed.tech/topics/modern-web-development.md>), [Atom Feed](<https://devfeed.tech/topics/atom-feed.md>), [RSS](<https://devfeed.tech/topics/rss.md>), [XML](<https://devfeed.tech/topics/xml.md>)

Tags: [atom](<https://devfeed.tech/tags/atom.md>), [blog-post](<https://devfeed.tech/tags/blog-post.md>), [features](<https://devfeed.tech/tags/features.md>), [release](<https://devfeed.tech/tags/release.md>), [rss](<https://devfeed.tech/tags/rss.md>)

### AI overview

Docusaurus 3.5 is a release focused on new blog features, including social links for blog authors, dedicated global author pages, styled RSS and Atom feeds, yearly sidebar grouping, and options that enforce consistent blog author and truncation practices.

### Source excerpt

We are happy to announce Docusaurus 3.5.

## Birb + Fossil: An RSS Revival?

DevFeed: [Birb + Fossil: An RSS Revival?](<https://devfeed.tech/articles/birb-fossil-an-rss-revival-33424.md>)

Original publisher: [Read original article](<https://timkellogg.me/blog/2024/01/03/birb>)

Published: 2024-01-03T00:00:00Z

Content type: opinion

Language: en

Sources: [Tim Kellogg](<https://devfeed.tech/sources/tim-kellogg.md>)

Topics: [RSS Feed](<https://devfeed.tech/topics/rss-feed.md>), [Mastodon](<https://devfeed.tech/topics/mastodon.md>), [Bot](<https://devfeed.tech/topics/bot.md>), [Atom Feed](<https://devfeed.tech/topics/atom-feed.md>), [Algorithms](<https://devfeed.tech/topics/algorithms.md>), [XML](<https://devfeed.tech/topics/xml.md>)

Tags: [algorithm](<https://devfeed.tech/tags/algorithm.md>), [client](<https://devfeed.tech/tags/client.md>), [hacking](<https://devfeed.tech/tags/hacking.md>), [mastodon](<https://devfeed.tech/tags/mastodon.md>), [rss](<https://devfeed.tech/tags/rss.md>)

### AI overview

The article discusses Birb, a Mastodon bot that turns RSS and Atom feeds into followable Mastodon accounts, and Fossil, a Mastodon client for experimenting with timeline algorithms. It argues that these projects may represent a revival of RSS by combining feed-based publishing with social media and more flexible timeline views.

### Source excerpt

A few days ago, @twilliability announced Birb, a Mastodon bot where you can send it a URL of any RSS feed, Atom feed, podcast, Substack, etc. and it'll create a Mastodon account for it that you can follow. This effectively meshes social media and the blogosphere. This is great! But Mastodon has been notorious for sticking with chronologically-ordered timelines, so unless you have time to look at every single post, you'll likely miss something.

## Syndication feed now available

DevFeed: [Syndication feed now available](<https://devfeed.tech/articles/syndication-feed-now-available-32601.md>)

Original publisher: [Read original article](<https://eaton-works.com/2023/01/28/syndication-feed-now-available/>)

Author: Eaton

Published: 2023-01-28T17:38:46Z

Content type: release

Language: en

Sources: [Eaton Works Feed](<https://devfeed.tech/sources/eaton-works-feed.md>)

Topics: [Atom Feed](<https://devfeed.tech/topics/atom-feed.md>), [Atom](<https://devfeed.tech/topics/atom.md>), [RSS](<https://devfeed.tech/topics/rss.md>)

Tags: [announce](<https://devfeed.tech/tags/announce.md>), [rss](<https://devfeed.tech/tags/rss.md>), [syndication](<https://devfeed.tech/tags/syndication.md>)

### AI overview

The site now provides an Atom syndication feed. New posts will be added automatically when published, and the feed is intended to work with compatible readers.

### Source excerpt

An Atom feed is now available for the site.

## Follow-up: EvolvingPublication

DevFeed: [Follow-up: EvolvingPublication](<https://devfeed.tech/articles/follow-up-evolvingpublication-21281.md>)

Original publisher: [Read original article](<https://juri.dev/blog/2015/12/followup-evolving-publication/>)

Published: 2015-12-03T00:00:00Z

Content type: article

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [Jekyll](<https://devfeed.tech/topics/jekyll.md>), [Markdown](<https://devfeed.tech/topics/markdown.md>), [Atom Feed](<https://devfeed.tech/topics/atom-feed.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Git](<https://devfeed.tech/topics/git.md>)

Tags: [git](<https://devfeed.tech/tags/git.md>), [github](<https://devfeed.tech/tags/github.md>), [jekyll](<https://devfeed.tech/tags/jekyll.md>), [markdown](<https://devfeed.tech/tags/markdown.md>)

### AI overview

The article explains how to publish and maintain incremental, evolving articles with Jekyll. It covers partial publication, update dates, GitHub commit history, and Atom feed links that notify readers about updates.

### Source excerpt

Lorem ipsum dolor sit amet

## Why your company needs a feed reader on every desktop

DevFeed: [Why your company needs a feed reader on every desktop](<https://devfeed.tech/articles/why-your-company-needs-a-feed-reader-on-every-desktop-35316.md>)

Original publisher: [Read original article](<https://darkcoding.net/ideas/why-your-company-needs-a-feed-reader-on-every-desktop/>)

Author: Graham King

Published: 2006-05-09T21:37:11Z

Content type: opinion

Language: en

Sources: [Graham King](<https://devfeed.tech/sources/graham-king.md>)

Topics: [RSS Feed](<https://devfeed.tech/topics/rss-feed.md>), [Atom Feed](<https://devfeed.tech/topics/atom-feed.md>), [Web](<https://devfeed.tech/topics/web.md>)

Tags: [desktop](<https://devfeed.tech/tags/desktop.md>), [ideas](<https://devfeed.tech/tags/ideas.md>), [logging](<https://devfeed.tech/tags/logging.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [programming](<https://devfeed.tech/tags/programming.md>), [rss](<https://devfeed.tech/tags/rss.md>), [software](<https://devfeed.tech/tags/software.md>)

### AI overview

The article argues that companies should provide feed readers on employees' desktop computers. It explains that RSS and Atom feeds can reduce time spent visiting sites and support internal uses such as audit trails, announcements, management information, version-control activity, bug tracking, wiki changes, and system monitoring.

### Source excerpt

Unsubscribing from inbox clutter, one feed at a time.