summaryrefslogtreecommitdiffstats
path: root/TODO
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
commit578d90ba92689152502756f0c3c40e1cde02f0a0 (patch)
tree3bb3af33dc84d185d7118576dafde45474e8903f /TODO
parent2d1b0f5e27b7324c3f0e437961d41a953aef48de (diff)
downloadmandoc-578d90ba92689152502756f0c3c40e1cde02f0a0.tar.gz
remove two entries that were done
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 2 insertions, 10 deletions
diff --git a/TODO b/TODO
index afa59109..e7aa5625 100644
--- a/TODO
+++ b/TODO
@@ -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.