-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hey,
I maintain the octave docset and had the same problem you mention in the README. I don't use octave anymore but I wanted to keep the docset up to date. I want to tell, what I did to keep it up to date.
The Problem
So, I don't use octave anymore, that means I don't know when new versions are released. So I built a simple web app: octave-docs-notification. This app simply pareses this site and looks if a new doc is released since last check. If so, I get an email.
I still need to compile the docset myself. I thought about writing a script to do it for me. But octave is rarely released, so I decided to skip this part.
Technical Information
The web app is built with Lumen (Micro Laravel Framework) and runs on my own webspace.
Maybe this gives you some ideas :)