=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.255 retrieving revision 1.256 diff -u -p -r1.255 -r1.256 --- mandoc/TODO 2018/07/16 15:22:35 1.255 +++ mandoc/TODO 2018/07/28 18:32:17 1.256 @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.255 2018/07/16 15:22:35 schwarze Exp $ +* $Id: TODO,v 1.256 2018/07/28 18:32:17 schwarze Exp $ ************************************************************************ Many issues are annotated for difficulty as follows: @@ -140,10 +140,6 @@ are mere guesses, and some may be wrong. is not safe, e.g. `.Bl -column .It Pf a b .' gives "ab." but should give "ab ." -- check whether it is correct that `D1' uses INDENT+1; - does it need its own constant? - loc * exist ** algo ** size * imp ** - - prohibit `Nm' from having non-text HEAD children (e.g., NetBSD mDNSShared/dns-sd.1) (mdoc_html.c and mdoc_term.c `Nm' handlers can be slightly simplified) @@ -202,7 +198,7 @@ are mere guesses, and some may be wrong. suggested by bentley@ Tue, 14 Oct 2014 04:10:55 -0600 loc * exist ** algo * size * imp ** -- implement horizontal and vertical alignment in HTNL output +- implement horizontal and vertical alignment in HTML output pali dot rohar at gmail dot com 16 Jul 2018 13:03:35 +0200 loc * exist * algo * size * imp *** @@ -397,10 +393,6 @@ are mere guesses, and some may be wrong. --- HTML issues -------------------------------------------------------- -- @media queries to reduce indentation on low-res displays - some mails in the Viewport for man.openbsd.org thread - e.g. Adam Thompson 24 May 2018 15:09:00 -0500 - - wrap Sh and Ss content into
Laura Morales 21 Apr 2018 18:10:48 +0200 (Evaluate whether this is really useful and has no adverse @@ -603,7 +595,7 @@ are mere guesses, and some may be wrong. - Enable HTTP compression by detecting gzip encoding and filtering output through libz. - - Sandbox (see OpenSSH). + - Privilege separation (see OpenSSH). - Enable caching support via HTTP 304 and If-Modified-Since. - Have Mac OSX systems automatically disable -static compilation of the CGI: -static isn't supported.