diff options
author | Case Duckworth | 2022-05-24 17:33:06 -0500 |
---|---|---|
committer | Case Duckworth | 2022-05-24 17:33:06 -0500 |
commit | ae289068ac22d743ef76e0ae3f5b92f69cfeb4bd (patch) | |
tree | 0b33be786d67280cdd3b39ebc05b7f0938a2d2b3 /src | |
parent | Correct date and feed stuff (diff) | |
download | hat-trick-ae289068ac22d743ef76e0ae3f5b92f69cfeb4bd.tar.gz hat-trick-ae289068ac22d743ef76e0ae3f5b92f69cfeb4bd.zip |
Add "Now with a feed" post
Diffstat (limited to 'src')
-rw-r--r-- | src/now-with-a-feed.ht | 15 |
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 | |||
4 | Now acdw.casa has a feed! | ||
5 | => feed.xml You can view it and subscribe here. | ||
6 | |||
7 | This is the hackiest bit of the whole site. | ||
8 | It's a whole mess of shell and XML and business. | ||
9 | |||
10 | To facilitate more meaningful sorting in the feed, I also added knowledge of | ||
11 | another metadata field---<b>date</b>. And another helper-file to keep track of | ||
12 | state. | ||
13 | |||
14 | I guess I'm getting close to the point where I need to write up the whole kit | ||
15 | and kaboodle, eh. | ||