about summary refs log tree commit diff stats
path: root/tmpl.feed.xml
diff options
context:
space:
mode:
authorCase Duckworth2022-05-24 17:32:59 -0500
committerCase Duckworth2022-05-24 17:32:59 -0500
commit4f1e261cbdee95e0810c9ebd33726e6921994b3e (patch)
treeb55f4e745af3c899c08378e7c5db5d4ceae3319a /tmpl.feed.xml
parentAdd URL to git repo (diff)
downloadhat-trick-4f1e261cbdee95e0810c9ebd33726e6921994b3e.tar.gz
hat-trick-4f1e261cbdee95e0810c9ebd33726e6921994b3e.zip
Correct date and feed stuff
Diffstat (limited to 'tmpl.feed.xml')
-rw-r--r--tmpl.feed.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl.feed.xml b/tmpl.feed.xml index 4110839..fc82a67 100644 --- a/tmpl.feed.xml +++ b/tmpl.feed.xml
@@ -9,7 +9,7 @@
9 <rights>Copyright (C) 2022 CC-BY-SA Case Duckworth</rights> 9 <rights>Copyright (C) 2022 CC-BY-SA Case Duckworth</rights>
10 <updated>$(date -u +%FT%TZ)</updated> 10 <updated>$(date -u +%FT%TZ)</updated>
11 11
12 $(cat .tmp/index-list | while read line; do 12 $(cat .tmp/index-list | sort -r | while read line; do
13 entry_date="$(echo "$line" | sed 's/.*<li><!-- \(.*\) -->.*/\1/')" 13 entry_date="$(echo "$line" | sed 's/.*<li><!-- \(.*\) -->.*/\1/')"
14 entry_title="$(echo "$line" | sed 's#.*<a href=".*">\(.*\)</a>.*#\1#')" 14 entry_title="$(echo "$line" | sed 's#.*<a href=".*">\(.*\)</a>.*#\1#')"
15 entry_html="$(echo "$line" | sed 's#.*<a href="\(.*\)">.*#\1#')" 15 entry_html="$(echo "$line" | sed 's#.*<a href="\(.*\)">.*#\1#')"