Controlling which pages to update: MAKELIST

A program has been written, that automatically builds a list of web pages
inside a directory. Once the list is built, you may edit it...
At command line, the list must contains the paths of the pages. From the
GUI, the list must be made of file names only, paths being provided by the
metagui program.

1) Type: makelist site-directory listname.htm
   - site-directory is the directory where is stored the image of your site
   - listname.htm is the name of the file that will hold the list of pages.
2) Edit the list and remove the files you want not to reference.
3) Use this generated file rather than the main page of the site.
   The command is
      metagen listname.htm
   or if you don't want the links parsed recursively
      metagen -r1 listname.htm

The -r1 flag gives a depth of 1 for recursion. The list itself is the
depth 0 of recursion.
