Skip to main content
← Back to list
01Issue
FeatureShippedSwamp Club
Assigneeskeeb

Relationships

#1294 Expose the swamp.club feed as an RSS feed

Opened by keeb · 7/20/2026· Shipped 7/20/2026

Problem

The swamp.club feed is only available through the web UI. There's no way to follow it from a feed reader, aggregate it alongside other sources, or consume updates programmatically without scraping the page.

Proposed solution

Publish the swamp.club feed as a standard RSS (or Atom) feed at a stable URL (e.g. https://swamp-club.com/feed.xml). Each feed entry should map to a feed item with title, link, author, publish timestamp, and a content/summary body. Autodiscovery via a <link rel="alternate" type="application/rss+xml"> tag in the page head would let readers find it automatically.

Alternatives considered

  • Atom instead of RSS 2.0 — either works; RSS is the most broadly supported by readers.
  • JSON Feed — nice for programmatic use but less universally supported by traditional feed readers; could be offered in addition.
  • Scraping the HTML feed — brittle and unofficial; a first-class feed endpoint is the right fix.
02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 3 MOREREVIEW+ 3 MOREPR_MERGED

Shipped

7/20/2026, 9:52:00 PM

No activity in this phase yet.

03Sludge Pulse
keeb assigned keeb7/20/2026, 8:43:08 PM

Sign in to post a ripple.