a frogAtom Feeds

umm i dont know much. im just copying shit from "introduction to atom" on the w3c validator website. heres a simple example thingy

<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

<title>tgum's CyberLog</title>
<subtitle>random ahh blog</subtitle>
<link href="https://cybergarden.tgum.net/blog/"/>
<updated>2026-08-3T23:00:00Z</updated>
<author>
  <name>tgum</name>
  <uri>https://tgum.net</uri>
</author>
<generator>my hands :D</generator>
<id>https://cybergarden.tgum.net/blog/</id>

<entry>
  <title>001 - 100 Questions for WebMasters</title>
  <content src="https://cybergarden.tgum.net/blog/001-100_Questions_for_WebMasters.html"></content>
  <id>https://cybergarden.tgum.net/blog/001</id>
  <updated>2026-07-23T12:00:00Z</updated>
  <summary>i answer a short questionare :3</summary>
</entry>

</feed>

I'm unsure about how the date format works (especially for timezones and if u can omit the minutes)

Theres also stuff about text encoding which i cant be bothered to write/understnd. There are also more tags u can add but they dont seem fun. Also it pmo when feeds dont have the content but if u handwrite it it sounds painful to copy everything over