Add references to DITA OT Day 2022 videos
raducoravu opened this issue ยท 3 comments
Here:
https://www.dita-ot.org/dev/topics/dita-ot-day-videos.html
add new references to the DITA OT Day 2022 videos:
https://www.oxygenxml.com/events/2022/dita-ot_day.html
A few years ago I wrote a Python script to collect the links, descriptions, and such. I'll dig up that script and update.
๐ Thanks @lief-erickson ! ๐
I found the link to the script Gist in #447 and wondered if we should add that to the docs repo and/or describe its usage in the docs wiki.
On Line 23, there's a bit that refers to the years that are/have been/should be scraped.
Should we update that to include 2022, or implement the suggestion from Line 20? ๐ค
@infotexture, I did need to add 2022, which I had done locally and have also done so in the public Gist.
This question about adding the script to the docs repo came up a few years ago. The decision we reached was to use the public Gist. The logic, as I recall, essentially was that it wasn't "core" functionality. After a couple years away from the script and having to reacquaint myself with it, I agree much more today than back then. Yes, it worked (thank you reminder comments!), but it's pretty amateur. For an every-now-and-again-and-who-knows-when-again-if-ever task, I think the public Gist is the right place. Of course we can discuss and/or revisit at any time.