diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +1. Make output abstraction to allow different formats (JSON, XML, plain text) + + E. g. replace FCGX_FPrintF (request->out, ...); + with report_error(request->out, ...); + +2. Add support for Solaris projects + |