Commit Graph

2 Commits (a9a47b3bfdcb725dedec8200f197e44bc8a1975d)

Author SHA1 Message Date
Case eca0447a35 Add feed generating capabilities
`feed.tmpl.xml` should be RSS2.0-conforming.  Ideally each news item
would have a date of publication, but RSS doesn't require it.

I found it easier to copy `genblog.go` to `genfeed.go` than to shoehorn
in feed logic to the blog generator.  As such, `genfeed.go` might have
some unnecessary stuff in it (though the go compiler didn't complain, so
who knows?!).  I also added the necessary machinery in
`generate_homepage`.

Of course, I did very minimal testing.
2022-09-08 22:57:19 -05:00
vilmibm dd8ec0f911 add a copy of the script 2022-09-08 18:30:58 +00:00