From e7d533d8a3659c9e59034a16b6dcf002d6b31171 Mon Sep 17 00:00:00 2001 From: dozens Date: Tue, 20 Feb 2024 11:02:58 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B8=F0=9F=A6=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 00024.md | 26 ++++++++++++++++++++++++++ db/database.rec | 5 +++++ db/feed.rec | 27 +++++++++++++++++++++++++++ feed.xml | 34 ++++++++++++++++++++++++++++++++++ gemini/00024.gmi | 30 ++++++++++++++++++++++++++++++ gemini/index.gmi | 1 + justfile | 5 +++++ 7 files changed, 128 insertions(+) create mode 100644 00024.md create mode 100644 db/feed.rec create mode 100644 gemini/00024.gmi diff --git a/00024.md b/00024.md new file mode 100644 index 0000000..88cd0c7 --- /dev/null +++ b/00024.md @@ -0,0 +1,26 @@ +``` + (@)(@) {0,0} + (~~~~) ./) ) + (>vv<) " " + + \ +I once broke up with a guy because he +just wouldn't stop counting +``` + + +``` + (@)(@) {0,0} -- Hoo? + (~~~~) ./) ) + (>vv<) " " +``` + + +``` + (@)(@) {0,0} + (~~~~) ./) ) + (>vv<) " " + + \ +I wonder what he's up to now +``` diff --git a/db/database.rec b/db/database.rec index 8a0a0e9..c75e1c6 100644 --- a/db/database.rec +++ b/db/database.rec @@ -127,3 +127,8 @@ top: She was convinced she could just run it through the dishwasher bottom: and I was like MOM! You should NOT trust something that can COOK SALMON to CLEAN your KEYBOARD! id: 00023 date: 2024-01-17 + +top: I once broke up with a guy because he just wouldn't stop counting +bottom: I wonder what he's up to now +id: 00024 +date: 2024-02-18 diff --git a/db/feed.rec b/db/feed.rec new file mode 100644 index 0000000..558d5e1 --- /dev/null +++ b/db/feed.rec @@ -0,0 +1,27 @@ +%rec: feed +%doc: metadata about a recfeed +%type: updated date +%type: author,title,summary,location line +%mandatory: author title location updated +%allowed: author title summary location updated contact + +author: dozens +title: protoad and superbowl +summary: webcomic +location: /Users/cb/blogs/protoadandsuperbowl/db/feed.rec +updated: 2024-02-18T22:25:29-07:00 + +%rec: item +%doc: an item belonging to a recfeed +%key: id +%type: id int +%auto: id +%type: title,summary,location line +%type: published,updated date +%mandatory: id title location published +%allowed: id title location published summary updated + +id: 0 +title: protoad and superbowl +location: /Users/cb/blogs/protoadandsuperbowl/db/database.rec +published: 2024-02-18T22:25:29-07:00 diff --git a/feed.xml b/feed.xml index 19d6ec6..da9d465 100644 --- a/feed.xml +++ b/feed.xml @@ -792,4 +792,38 @@ and I was like MOM! You should NOT trust something that can COOK SALMON to CLEAN "]]> + + 00024 + https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00024.md + 2024-02-18 + +vv<) " " + + \ +I once broke up with a guy because he just wouldn't stop counting +``` + + +``` + (@)(@) {0,0} -- Hoo? + (~~~~) ./) ) + (>vv<) " " +``` + + +``` + (@)(@) {0,0} + (~~~~) ./) ) + (>vv<) " " + + \ +I wonder what he's up to now +``` +"]]> + + diff --git a/gemini/00024.gmi b/gemini/00024.gmi new file mode 100644 index 0000000..aba2fd9 --- /dev/null +++ b/gemini/00024.gmi @@ -0,0 +1,30 @@ +# 00024 + +``` + (@)(@) {0,0} + (~~~~) ./) ) + (>vv<) " " + + \ +I once broke up with a guy because he +just wouldn't stop counting +``` + + +``` + (@)(@) {0,0} -- Hoo? + (~~~~) ./) ) + (>vv<) " " +``` + + +``` + (@)(@) {0,0} + (~~~~) ./) ) + (>vv<) " " + + \ +I wonder what he's up to now +``` + +=> gemini://tilde.town/~dozens/comic diff --git a/gemini/index.gmi b/gemini/index.gmi index 2aebad2..862f1ee 100644 --- a/gemini/index.gmi +++ b/gemini/index.gmi @@ -2,6 +2,7 @@ Two best friends have adventures! +=> 00024.gmi 2024-02-18 - 00024 => 00023.gmi 2024-01-17 - 00023 => 00022.gmi 2024-01-17 - 00022 => 00021.gmi 2024-01-14 - 00021 diff --git a/justfile b/justfile index eebfe6c..ebff576 100644 --- a/justfile +++ b/justfile @@ -79,3 +79,8 @@ new: -f "id" -v "$id" \ -f "date" -v "$(date -I)" \ db/database.rec + +# update recfeed +recfeed: + recset db/feed.rec -t item -e 'id = 0' -f published -s `gdate -Iseconds` + recset db/feed.rec -t feed -n 0 -f updated -s `gdate -Iseconds`