1Adding Entities to the Entities Defintions Array.
2
3You create an Entity definition file with the format illustrated below, and then run the php
4script  ents_seri.php
5
6Name your definitions file add.ent
7
8Then at the command line type:
9    php ents_seri.php
10
11Alternatively, you can give your entity definition file any name you want and feed
12the file name to the script at the command line:
13         php ents_seri.php  your_entity_file
14
15This creates a new entities file called ent.ser, which must then be copied to
16the fckg/action subdirectory.  You would be wise to first back up the original ent.ser
17before over-writing it.
18
19There are two definition files in the action/entities:  ents.data  and fcked-ents.data.
20These are required and must not be removed from the directory.
21
22The definition file has the following format:
23
24character
25entity numeric code
26entity character code
27
28character
29entity numeric code
30entity character code
31
32etc.
33
34There is one empty line between each definition.  Here is an actual example.
35
36<
37&#60;
38&lt;
39
40>
41&#62;
42&gt;
43
4445&#161;
46&iexcl;
47
4849&#162;
50&cent;
51
5253&#163;
54&pound;
55
56