TODO list for MMSS
==================

Note somewhere that if you accidentally delete updates.list, you
can just do "touch updates.list" and everything should work again
(except it won't remember any stale files).

Change the upload command to take input from config files
  --DONE!

Create a little sed or awk script to parse a simple config file
format and extract a given entry to stdout (package this separately).
This could later evolve to support .ini style config files, and
extract a given entry from a given section... This command would
probably have to be given a different name to avoid breaking stuff.
Suggest scli_confparse1 and scli_confparse2 respectively...
or something better ;)
  --DONE (clipcode), but unfinished and little testing done.

Get mmss to use this new script so we don't have to have separate
config files for everything.
  --Extensively done (NB- it's a binary not a script)

Improve manpage. Find some way to install it without forgetting that
our makefile is part of the package ;)

Find way to allow files page.layout, page.pnav, sect.nav, site.nav,
so be expressed as further config files like site.cfg and host.cfg,
rather than being lots of ugly M4 macros (with even uglier quote
symbols). Difficult and probably a lot of work, but I'm sure it's
possible with the tools MMSS already uses.

Fix the target_spider to give the path to the root properly.
Currently it just blindly assumes .. !

Consider writing "create" to replace make and make the target_spider
script obsolete.

