Things still to be done
----------------------------

- Make per record TTL happen.  I tend not to use them so I
  never think about this one.

- Write more documentation.  (I hate writing words when I
  can be writing code though...)

- Improve the setup scripts.  These were original hacks to get my data
  into some reasonable form.  The need to be improved to help people
  get up and running with these tools.

- Document the code better.  (Let's not dream to much. Anyhow
  perl is self documenting... right?).

- Write several new scripts including:
	remove_primary
	remove_secondary
	add_soa
	remove_soa
	* Many possible verification scripts.

- Add additional CGI wrappers for existing and new scripts.

- Make things work without RCS.  Not sure you'd really want to do
  this though.

- I may redo the underlying structure and turn each host into an object.
  Then the tools will simply become methods on these objects.  I can't
  really convince myself that this will improvle the tools, but it
  may be an interesting exercise...
