maf README file

6th November, 2004

INTRODUCTION
    maf is a multi-word anagram finder.  By default, maf will produce
    both single word and multi-word anagrams of the text string given as
    an argument.

    See the supplied man file (maf.in.1) for details and command line options.

COMPILING
    To compile and build the maf executable, enter the
    command:
        make clean
        make

    A UNIX word dictionary is provided (in the words file).  To test maf,
    try something like:
        ./maf regal

    Output, as shown below, should be displayed on stdout:
        alger
        erg al
        glare
        lag re
        lager
        large
        regal

ERRORS
    Should you encounter errors during use of maf, please
    email mark.willson@hydrus.org.uk with relevant details.

LICENCE
    Copyright (C) 2001, 2004  Mark Willson.

    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
    as published by the Free Software Foundation; either version 2
    of the License, or (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

RELEASE HISTORY
    6th November, 2004      1.0     First public release
