Interlisp / medley

The main repo for the Medley Interlisp project. Wiki, Issues are here. Other repositories include maiko (the VM implementation) and Interlisp.github.io (web site sources)
https://Interlisp.org
MIT License
376 stars 19 forks source link

Add RSS Feed to Interlisp.org #1864

Open stumbo opened 4 weeks ago

stumbo commented 4 weeks ago

Hugo supports RSS feeds. Can we add this to the website and push notifications when important pages change?

stumbo commented 4 weeks ago

I've have enabled RSS within Hugo and enabled an RSS icon on pages. The end result right now is an icon on every page and lots of individual feeds. Also, we need to start adding a publish date to our yaml page headers to allow the feed to determine dates of changes.

A bit more work to do then I initially anticipated, but there is a clear path forward.

My thought is to

pamoroso commented 3 weeks ago

It seems a good plan. I'm not sure about push notifications: would the popup to subscribe appear on all pages or only some important ones.

stumbo commented 3 weeks ago

Push was being a little loose with language on my part. RSS feeds always feel like information is being pushed to me. I realize behind the scenes my machine is checking the feed and seeing if there is new information.