the web site for tilde.town. will eventually get merged into the `town` repo
 
 
 
 
Go to file
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
.gitignore ignore 2021-08-06 02:32:06 -05:00
LICENSE add a license 2022-09-08 18:38:36 +00:00
blog.css tweaks 2022-04-25 22:23:07 +00:00
blog.tmpl.html tweaks 2022-04-25 22:23:07 +00:00
feed.tmpl.xml Add feed generating capabilities 2022-09-08 22:57:19 -05:00
genblog.go bunch of blog updates 2022-04-25 22:20:11 +00:00
generate_homepage Add feed generating capabilities 2022-09-08 22:57:19 -05:00
genfeed.go Add feed generating capabilities 2022-09-08 22:57:19 -05:00
genusers.go stuff 2021-08-06 18:27:34 +00:00
index.html switch to embedding blog template 2022-04-25 21:22:10 +00:00
style.css graffiti link 2021-08-06 18:54:11 +00:00