master
dozens 2024-02-20 11:02:58 -07:00
parent 8bcb311d85
commit e7d533d8a3
7 changed files with 128 additions and 0 deletions

26
00024.md 100644
View File

@ -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
```

View File

@ -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

27
db/feed.rec 100644
View File

@ -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

View File

@ -792,4 +792,38 @@ and I was like MOM! You should NOT trust something that can COOK SALMON to CLEAN
"]]>
</description>
</item>
<item>
<title>00024</title>
<link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00024.md</link>
<pubDate>2024-02-18</pubDate>
<description>
<![CDATA["
```
(@)(@) {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
```
"]]>
</description>
</item>
</channel></rss>

30
gemini/00024.gmi 100644
View File

@ -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

View File

@ -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

View File

@ -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`