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

Get proper name for Clipcode and package it off separately

Submit both projects to Freshmeat.net

Make some simple scripts to work with clipcode to edit the various
layout files, etc. Use whiptail or dialog or similar.

Make those scripts able to work on the overall section structure,
have a "build this page" button, and a "view this page in your
browser" button.

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.
  --Yep, I was right. Started work on this with the file "shebang.m4".
  Main obstacle is a good way to make arbitrary length lists of things
  that the rest of MMSS can work with.

Implement a "section.cfg" standard so layout files don't have to
 describe the section parameters.

Fix the target_spider to give the path to the root properly.
Currently it just blindly assumes .. !
  --This could be done by using "section.cfg" files perhaps??
  or would target_spider *write* to them instead?

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

