Switch all the HTML-based reporting modes (the internal httpd, the CGI
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 9 Apr 2011 21:01:01 +0000 (21:01 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 9 Apr 2011 21:01:01 +0000 (21:01 +0000)
commitc47f39de1c2de25aa70a5f3040c531e6589420cf
tree663ff469cbded7f9fa900227ac44e5f03b91876b
parent1037e6859c407bcdc9352f638567e0b62b27bbfc
Switch all the HTML-based reporting modes (the internal httpd, the CGI
mode and the dump of static HTML files) to using URIs and filenames
based on the text of the pathname being reported on, rather than its
numeric index in the data file. The aim is that sub-URIs should remain
valid when the data is updated - if, for instance, you're running the
agedu CGI script permanently and changing the data file under it every
so often.

There's code in there to support the old numeric index behaviour, but
currently no UI to enable it. There could be easily enough, though.

git-svn-id: svn://svn.tartarus.org/sgt/agedu@9150 cda61777-01e9-0310-a592-d414129be87e
TODO
agedu.c
html.c
html.h
httpd.c