// Template for Chapter files for The Everchanging Book of Names.
// Copyright (c) 1997 - 1998 Sami Pyrre. All rights reserved.


// When creating a new Chapter it is often a good idea to leave
// the SPCCON, SPCVOW and GENOPT tags initially as they are and
// edit them later - if necessary - after trying to generate a few
// names.


TITLE = "My Chapter";	// Chapter title for the drop-down menu.
LINE1 = "(source)";	// Along with TITLE, LINE1 & LINE2 are
LINE2 = "(author)";	// shown when the Chapter is opened.
DATE  = "(date)";	// DATE is used to identify file version.

SPCCON = "soft";	// Special consonants are treated as
			// single letters for fitting purposes.

SPCVOW = "";		// Specify 'multi' to use multi-spanning
			// vowels.

GENOPT = "structgen,statgen,fit:3,val:2,prefix,suffix";
// Possible generation options:
// y:vow|y:con|y:semi, u:vow|u:semi, structgen, statgen,
// prefix, suffix, fit:0-3, val:0-2, punct:0-2, shuffle

NAMES = "name1","name2","etc";