fix: add atom id

This commit is contained in:
2026-06-14 13:30:32 +02:00
parent 8aad5a4bb7
commit e6f1f32bbd
2 changed files with 734 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ def generateFeed(title, description, fileName, language, standards, entries):
# See https://github.com/lkiesow/python-feedgen/blob/main/feedgen/feed.py#L542
fg.link(href="https://raw.githubusercontent.com/tomasriveral/ReSSPublica/refs/heads/main/feed/atom/" + language + "/" + fileName, rel='self')
fg.__rss_link = "https://raw.githubusercontent.com/tomasriveral/ReSSPublica/refs/heads/main/feed/rss/" + language + "/" + fileName
fg.id("https://raw.githubusercontent.com/tomasriveral/ReSSPublica/refs/heads/main/feed/atom/" + language + "/" + fileName)
fg.description(description)
fg.language(language)
fg.updated(time)