Works with letters, added trimmed Lovecraft
[name-generation.git] / element-lists / names-2.0.1 / doc / names-2.doc
1 NAMES version 2.0
2 Copyright 1994 by Michael Harvey
3
4
5 This is a complete rewrite of Names 1.0.
6
7 It works wonderfully on my Linux system; if should port easily to
8 most other UNIXes. The only potential problem is the fie keyb.c,
9 which tweaks the terminal to provide single-key input.
10
11 I haven't tried the new version for DOS; it will probably need some
12 minor changes. In particular, you *won't* need the keyb.c file for
13 DOS; instead, use the getch() function from <conio.h>, for users of
14 Borland and Microsoft compilers. You will also need to either use
15 ANSI.SYS, the -a option, or modify the clear() and move() functions.
16
17 The program is simple. For command-line options, type 'names -h'
18 to get a usage screen. The README-2.0 file has a description of the
19 different options.
20
21 Names will read each of the files specified on the command-line,
22 and combine them internally. It will then display 40 names on the
23 screen, each with a corresponding letter. To save a particular
24 name, press the corresponding letter. It will be added to the
25 output file and the letter will disappear, indicating that name
26 has been saved. To generate another screenful, press the spacebar.
27 You can escape to a shell at any time by pressing '!'. Finally, to
28 quit, just press the Return key.
29
30 The file elements.doc contains useful information on putting together
31 your own element files.
32
33 Comments are always welcome. If you modify Names, port it to another
34 OS, add curses support, or whatever, please send me a copy of the
35 modified sources. Also, if you come up with any really cool element
36 files, I'd appreciate recieving a copy (for my own use!)
37
38 I hope you find it useful. Have fun!
39
40 Mike Harvey
41 mike@cs.pdx.edu
42