about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-05-24 17:33:06 -0500
committerCase Duckworth2022-05-24 17:33:06 -0500
commitae289068ac22d743ef76e0ae3f5b92f69cfeb4bd (patch)
tree0b33be786d67280cdd3b39ebc05b7f0938a2d2b3
parentCorrect date and feed stuff (diff)
downloadhat-trick-ae289068ac22d743ef76e0ae3f5b92f69cfeb4bd.tar.gz
hat-trick-ae289068ac22d743ef76e0ae3f5b92f69cfeb4bd.zip
Add "Now with a feed" post
-rw-r--r--src/now-with-a-feed.ht15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/now-with-a-feed.ht b/src/now-with-a-feed.ht new file mode 100644 index 0000000..b449df2 --- /dev/null +++ b/src/now-with-a-feed.ht
@@ -0,0 +1,15 @@
1;@@title: Now with a feed!@@
2;@@date: 2022-05-24@@
3
4Now acdw.casa has a feed!
5=> feed.xml You can view it and subscribe here.
6
7This is the hackiest bit of the whole site.
8It's a whole mess of shell and XML and business.
9
10To facilitate more meaningful sorting in the feed, I also added knowledge of
11another metadata field---<b>date</b>. And another helper-file to keep track of
12state.
13
14I guess I'm getting close to the point where I need to write up the whole kit
15and kaboodle, eh.