I'm currently working on a document which gets updated frequently (lecture notes) and would like to implement a 'Check for Updates' button like Crossref does. That way students don't need to manually check, say, Dropbox and compare files but can instead simply click on a link in the document which takes them to a website that tells them whether the current version is accurate and, if not, lets them download the most up-to-date version.
I assume there's no out-of-the-box solution for this? I was thinking of putting the document version in the hyperlink using php get and then writing a very simple script which compares that version to the latest. I take it that's the easiest solution?
If you have any thoughts or suggestions, I'd be very grateful!