Hi Ross, Ross L Richardson wrote on Tue, Jun 18, 2019 at 08:34:41PM +1000:
> The patch below just adds links for the videos currently available. Committed, thanks. > Notes: > - Lines were already > 80 characters, so I haven't folded. I took the liberty to fold the lines touched. I think that the habit of disregarding the 80 character rule of thumb in HTML code is not a good habit - and extending beyond column 240 even less so. Reading diffs of HTML code is already harder than reading diffs of C code in the first place, no need to make it even worse. > - Links are to the context of the BSDCan 2019 playlist (which may not > be what is wanted). Right, i deleted the list, index, and time attributes. Youtube channels tend to edit their playlists, and then such links get outdated. So i doubt mentioning the playlist warrants any additional maintenance effort. Besides, YT typically suggests related content anyway, sometimes even related playlists. Yours, Ingo > Index: events.html > =================================================================== > RCS file: /cvs/www/events.html,v > retrieving revision 1.1173 > diff -u -p -r1.1173 events.html > --- events.html 1 Jun 2019 23:12:47 -0000 1.1173 > +++ events.html 18 Jun 2019 10:25:47 -0000 > @@ -69,13 +69,13 @@ May 15-18, 2019, Ottawa, Canada.<br> > <li>Bob Beck - > <a href="https://github.com/bob-beck/libtls/blob/master/TUTORIAL.md">libtls > for beginners conference tutorial</a> > <li>Theo Buehler - Design and verification of the TLS 1.3 handshake state > machine in LibreSSL (<a href="papers/bsdcan2019-tls13.pdf">slides</a>) > -<li>Florian Obser - <a href="https://man.openbsd.org/unwind.8">unwind(8)</a> > a privilege-separated, validating DNS recursive nameserver for every laptop > (<a href="papers/bsdcan2019_unwind.pdf">slides</a>) > -<li>Stefan Sperling - Building an accessible OpenBSD laptop (Enabling secure > and functional computing for a person with severe disabilities) (<a > href="papers/bsdcan2019-accessible-openbsd-laptop.pdf">slides</a>) > +<li>Florian Obser - <a href="https://man.openbsd.org/unwind.8">unwind(8)</a> > a privilege-separated, validating DNS recursive nameserver for every laptop > (<a href="papers/bsdcan2019_unwind.pdf">slides</a>, <a > href="https://www.youtube.com/watch?v=88SoI49nO4o&list=PLeF8ZihVdpFegPoAKppaDSoYmsBvpnSZv&index=8&t=0s">video</a>) > +<li>Stefan Sperling - Building an accessible OpenBSD laptop (Enabling secure > and functional computing for a person with severe disabilities) (<a > href="papers/bsdcan2019-accessible-openbsd-laptop.pdf">slides</a>, <a > href="https://www.youtube.com/watch?v=Ma_Y1hVmK8o&list=PLeF8ZihVdpFegPoAKppaDSoYmsBvpnSZv&index=6&t=0s">video</a>) > <li>Antoine Jacoutot - <a > href="https://man.openbsd.org/syspatch.8">syspatch(8)</a>, The Boring Healing > Potion (<a href="papers/bsdcan2019-syspatch.pdf">slides</a>) > -<li>Alexander Bluhm - Measuring Performance on OpenBSD (<a > href="papers/bsdcan2019-perform-slides.pdf">slides</a>) > +<li>Alexander Bluhm - Measuring Performance on OpenBSD (<a > href="papers/bsdcan2019-perform-slides.pdf">slides</a>, <a > href="https://www.youtube.com/watch?v=s6rAXaHylFM&list=PLeF8ZihVdpFegPoAKppaDSoYmsBvpnSZv&index=15&t=0s">video</a>) > <li>Bob Beck > <a href="papers/bsdcan2019-unveil/index.html">Unveil in OpenBSD</a> > -<li>Jan Klemkow - Network booted OpenBSD Workstations (<a > href="papers/bsdcan2019_netboot.pdf">slides</a>) > +<li>Jan Klemkow - Network booted OpenBSD Workstations (<a > href="papers/bsdcan2019_netboot.pdf">slides</a>, <a > href="https://www.youtube.com/watch?v=kFqHXfWEB4o&list=PLeF8ZihVdpFegPoAKppaDSoYmsBvpnSZv&index=19&t=0s">video</a>) > </ul> > <p> >
