From: simon Date: Thu, 25 Feb 2010 18:53:47 +0000 (+0000) Subject: More TODO thoughts. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/commitdiff_plain/652a371240a0b12ca1eb8c81cee5648e86320e63 More TODO thoughts. git-svn-id: svn://svn.tartarus.org/sgt/agedu@8888 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/TODO b/TODO index 4220a4d..df84d4a 100644 --- a/TODO +++ b/TODO @@ -8,6 +8,12 @@ TODO list for agedu enable other modes of use like the built-in --cgi mode, without me having to anticipate them in detail.) + - add the option (and perhaps even make it default) to address HTML + subpages by pathname rather than by index number. More than just + cosmetic: it means that in a scenario where agedu --cgi is always + running but the index file is updated by cron, subsidiary + pathnames will remain valid across a change. + - we could still be using more of the information coming from autoconf. Our config.h is defining a whole bunch of HAVE_FOOs for particular functions (e.g. HAVE_INET_NTOA, HAVE_MEMCHR,