@jamey the closest to an actual implementation of this i have is e.g. https://www.u2764.com/NFIC/ (view the source!)
idk if you speak XSLT, but in case you do, line 64 here is the bit that handles the feed archiving: https://git.ladys.computer/U2764/blob/HEAD:/Atom.xslt#l64
i don't presently have any system which uses raw atom for the page contents themselves, but the idea of having just a feed (with stable archives) and being able to pass that through one or multiple static site generators (minimally, an XSLT file) to generate a browsable webpage is conceptually appealing to me
it means any user can create their own custom themed version of the entire site from just the feed
@Lady I'm delighted to see <?xml-stylesheet>
in the wild 😁
You might appreciate https://github.com/jameysharp/css-feed-reader/tree/gh-pages too then!
@Lady Fascinating, I haven't heard of it being used that way! I'd be interested to hear more…