=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.177 retrieving revision 1.179 diff -u -p -r1.177 -r1.179 --- mandoc/TODO 2014/08/13 21:30:55 1.177 +++ mandoc/TODO 2014/08/18 13:27:47 1.179 @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.177 2014/08/13 21:30:55 schwarze Exp $ +* $Id: TODO,v 1.179 2014/08/18 13:27:47 kristaps Exp $ ************************************************************************ ************************************************************************ @@ -199,6 +199,10 @@ - compare output to Heirloom roff, Solaris roff, and http://repo.or.cz/w/neatroff.git http://litcave.rudi.ir/ +- look at AT&T DWB http://www2.research.att.com/sw/download + Carsten Kunze has patches + Mon, 4 Aug 2014 17:01:28 +0200 + - look at pages generated from reStructeredText, e.g. devel/mercurial hg(1) These are a weird mixture of man(7) and custom autogenerated low-level roff stuff. Figure out to what extent we can cope. @@ -438,3 +442,16 @@ Several areas can be cleaned up to make mandoc even fa 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.