Website: Fix HTML validation errors
Replace h3 with p in footer.html to stop HTML validation errors
about skipped heading levels on every page. Add the styles that
h3 previously inherited from the browser (font-weight, line-height,
padding) to .column-title in main.css so the footer looks unchanged.
Differential Revision: https://reviews.freebsd.org/D59843
PR: 297509
handbook/multimedia: Add Discord and Jitsi
Jitsi works perfectly on 15.1, Discord has never worked... yet.
Reviewed by: carlavilla
Differential Revision: https://reviews.freebsd.org/D59778
man.cgi: remove stale manpage releases
Remove some outdated manual pages releases which are not really
supported by man.cgi: Slackware, SLES, Ubuntu interim releases.
ports.cgi: set the autofocus at the end of the search query
Most browsers set the the autofocus at the beginning of the
input field which is not very helpful.