Name Generation Tool v0.2
=========================

by Guy W. Lecky-Thompson

Files in this Release
---------------------

Using Country Data from the CIA World Factbook:

 letter_table.c  Letter Adjacency Table creation
 letter_table.h  Header file for definitions & prototypes

Using City Data from the CIA World Factbook:

 letter_table_ci.c  Letter Adjacency Table creation
 letter_table_ci.h  Header file for definitions & prototypes

Using Country & City Data from the CIA World Factbook:

 letter_table_coci.c  Letter Adjacency Table creation
 letter_table_coci.h  Header file for definitions & prototypes

 ngt_main.c      Test Harness

 readme.txt      This file.

 ngt_ci.txt      Output when compiled with _ci.*
 ngt_co.txt      Output when compiled with .*
 ngt_coci.txt    Output when compiled with _coci.*

 name_gen.html   HTML guide to the release

Building the Test Harness
-------------------------

 0 / Decide which of the letter table sources to use
 1 / Compile letter_table.c 
      (or letter_table_ci.c or letter_table_coci.c)
 1a/ Change ngt_main.c to include correct header file
 2 / Compile ngt_main.c
 3 / Link ngt_main.o with letter_table.o
      (or letter_table_ci.o or letter_table_co.o)

Warranty
--------

None. This code is in the public domain, and the author provdies
no warranty whatsoever, including but not limited to, fitness for
use, damage to equipment or software installations.

License
-------

This code is released into the public domain under the terms of
the GNU General Public License, and may be copied and distributed
freely so long as all the files mentioned in the 'Files in this
Release' section are included.

Note
----

The Letter Adjacency Table was generated automatically from the
country names found in the CIA World Factbook, year 2000 edition.

Changes
-------

v0.2 Adds the possibility to include capital city names, as well as
     country names, or a combination;