CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/10/07 12:17:05
Modified files:
usr.bin/mandoc : cgi.c html.c html.h man_html.c mandoc.1
mdoc_html.c
Log message:
Switch HTML output to polyglot HTML5; have only one single -Thml mode.
Replace hard-coded widths and alignments with a minimal embedded stylesheet.
Do not use <p> because it cannot appear inside block macros.
Remove the "summary" attribute because it is not HTML5.
Written by kristaps@ some months ago, finished during EuroBSDCon.