Also close bug
[filters.git] / ky00te.dir / README.ky00te
1 This program is (c) 1994, Brent E. Edwards. Feel free to distribute the
2 complete program world-wide. (Please do NOT break apart this text file
3 from the program.)
4
5 This program is under absolutely no warrantee of any kind.
6
7 If you have any questions about this program, please send them to
8 edwardsb@cs.rpi.edu.
9
10 This program is dedicated to Conrad Wong.
11
12 This program is catware. If you find it useful in any way, pay for this
13 program by spending one hour petting one or several cats.
14
15 [ Revised to plain GPL by author, see copyright file. -- Joey Hess ]
16
17 ===================================================
18
19
20 Purpose:
21 This program places a very cute (and familiar to FurryMuck fans)
22 accent to any text file. It is designed for UNIX systems.
23 It requires cc, lex, and yacc to be in your path.
24
25 Compiling:
26 To compile on a UNIX system, type 'make'
27
28 Running:
29 To do a line-by-line translation of your text, type 'ky00te'.
30 Control-D will halt the program.
31
32 To convert a text file and display it on the screen, type
33 'ky00te < filename | more', where filename is the file to convert.
34
35 To convert a text file and save it to a file, type
36 'ky00te < filename.in > filename.out', where filename.in is the
37 file to convert and filename.out is the place to put it.
38
39 You can also add an accent to the output of any program by
40 typing '<normal program execution> | ky00te'.
41
42 Petting the cat:
43 Stroke with the furs, not against them.
44
45 ====================================================
46
47 Program version information:
48
49 Program version 1.00: 13 December 1994
50
51 Program version 1.10: 15 December 1994
52 Version 1.00 was a memory hog. Also, adds 'fur' and 'meow' to
53 list of cat-ch phrases.
54
55 Program version 1.11: 16 December 1994
56 With Tobias Kuhler's (ukjp@rz.uni-karlsruhe.de) repeated suggestion,
57 the program now only doubles (not triples) 'r' and no longer capitalizes
58 fur. He also suggested the following improvements:
59 at a, at the -> atta
60 in a, in the -> ynna
61 is a, is the -> yssa
62 on a, on the -> onna
63 with a, with the -> wyffa
64 the -> da
65 you -> ya
66 and -> 'n
67 with -> wyf
68 to -> ta
69
70 This version also no longer uses the same 'meow'; it switches between
71 'meow', 'mew', and 'mu' (weighted to the first).
72
73 I've also added:
74 lot of -> lotta
75 is so -> yssa
76 when -> w'en
77 with -> wyf (when used to start a word)
78 your -> yer
79 not, n't -> na'
80
81
82 The README file has been reorganized, and the dedication made explicit.
83
This page took 0.022358 seconds and 4 git commands to generate.