summaryrefslogtreecommitdiff
path: root/layouts/index.gemini_atom.xml
AgeCommit message (Collapse)Author
2024-08-16Make author element optional in Atom feedsNicholas Johnson
2024-08-16Add backward compatibility for old taxonomy APINicholas Johnson
2024-08-16Make email subelement optional in Atom feedsNicholas Johnson
Elements which are optional in the Atom feed spec should also be optional in the templates.
2024-08-16Add support for new taxonomy APINicholas Johnson
2024-08-16Remove "index.gmi" from Gemini Atom link suffixesNicholas Johnson
2023-10-15Convert Atom feed dates to UTCv1.0.7Nicholas Johnson
Atom feed dates reported as UTC were not necessarily UTC. The entry archetype converts from local to UTC by default, but the user may override that behavior.
2023-10-15Convert archetype dates to UTCNicholas Johnson
For privacy reasons, user time zones are not recorded at the moment they are created by an archetype. Without knowing the time zone offset, the true date is ambiguous. To correct this, all dates are converted to UTC.
2023-02-24Fix date rendering of rights tag in Atom feedsNicholas Johnson
2022-04-30Add back self-closing tagsNicholas Johnson
2022-04-30Escape HTML content in Atom feedNicholas Johnson
2022-04-30Fix XML version stringNicholas Johnson
2022-04-30Clean up Atom feed templatesNicholas Johnson
2022-04-30Remove self-closing tags from Atom feedsNicholas Johnson
2022-04-30Remove extra dollar signs from atom feed templateNicholas Johnson
2022-04-30Use site title for Atom feed titleNicholas Johnson
2022-04-30Remove variable declaractions and conditions from Atom feed templatesNicholas Johnson
2022-04-30Add email to Gemini Atom feedNicholas Johnson
2022-04-30Make Atom feed template for GeminiNicholas Johnson