aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2014-08-18 13:27:47 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2014-08-18 13:27:47 +0000
commitd73c61d4aa397cdbeb0d0255f80bee01ee80e736 (patch)
tree632190eb82e978abd1f9d3a12fcfd278d3ab1a12 /TODO
parent9c36db1cacb75563c9a544bababb0ca9d08844a0 (diff)
downloadmandoc-d73c61d4aa397cdbeb0d0255f80bee01ee80e736.tar.gz
mandoc-d73c61d4aa397cdbeb0d0255f80bee01ee80e736.tar.zst
mandoc-d73c61d4aa397cdbeb0d0255f80bee01ee80e736.zip
Notes on CGI: installation (readying cgi.h) and future plans.
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 14 insertions, 1 deletions
diff --git a/TODO b/TODO
index 44c4a3cb..86fc6f63 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.178 2014/08/13 22:17:51 schwarze Exp $
+* $Id: TODO,v 1.179 2014/08/18 13:27:47 kristaps Exp $
************************************************************************
************************************************************************
@@ -442,3 +442,16 @@ Several areas can be cleaned up to make mandoc even faster. These are
abstract from the database structure, too.
suggested by espie@ Sat, 19 Apr 2014 14:52:57 +0200
+************************************************************************
+* CGI issues
+************************************************************************
+
+ - Enable HTTP compression by detecting gzip encoding and filtering
+ output through libz.
+ - Sandbox (see OpenSSH).
+ - Enable caching support via HTTP 304 and If-Modified-Since.
+ - Allow for cgi.h to be overridden by CGI environment variables.
+ Otherwise, binary distributions will inherit the compile-time
+ behaviour, which is not optimal.
+ - Have Mac OSX systems automatically disable -static compilation of the
+ CGI: -static isn't supported.