From 20def1faadbeca6507c49be84fa1ae2796123755 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Thu, 25 May 2023 22:07:05 +0200 Subject: make the atom feed validate --- src/atom.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/atom.sh') diff --git a/src/atom.sh b/src/atom.sh index cf694b3..8816e89 100644 --- a/src/atom.sh +++ b/src/atom.sh @@ -7,6 +7,7 @@ echo "" echo "dzwdz" echo "$(date -Iseconds)" echo "urn:uuid:677e5055-07e1-43d6-bd58-fda18d3c5277" +echo '' to_atom_entry() { while read line; do @@ -16,7 +17,8 @@ to_atom_entry() { echo "" echo "$entry_title" echo "" - echo "${entry_date}T00:00Z" + echo "${entry_date}T00:00:00Z" + echo "dzwdz" echo "${entry_url}?${entry_date}" echo "" done -- cgit 1.4.1-2-gfad0