More TODO thoughts.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 25 Feb 2010 18:53:47 +0000 (18:53 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 25 Feb 2010 18:53:47 +0000 (18:53 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/agedu@8888 cda61777-01e9-0310-a592-d414129be87e

TODO

diff --git a/TODO b/TODO
index 4220a4d..df84d4a 100644 (file)
--- 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,