aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-07-28 18:32:17 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-07-28 18:32:17 +0000
commita6ba24dda6e56afe0403d5505d44bde5da7659b6 (patch)
treebe5ac0df29ed7e6915a067f9e939c8e9cf90b83b
parent4146da89a1473debbf2eb9575f1046be19e45d55 (diff)
downloadmandoc-a6ba24dda6e56afe0403d5505d44bde5da7659b6.tar.gz
mandoc-a6ba24dda6e56afe0403d5505d44bde5da7659b6.tar.zst
mandoc-a6ba24dda6e56afe0403d5505d44bde5da7659b6.zip
remove two entries that were done
-rw-r--r--TODO14
1 files changed, 3 insertions, 11 deletions
diff --git a/TODO b/TODO
index 18a21969..eec1e2a2 100644
--- a/TODO
+++ b/TODO
@@ -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 <div>
Laura Morales <lauretas at mail dot com> 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.