Save the old version of Organulator in case something
goes wrong:
cp Organulator.html Organulator.html.archive
To make a new version of the Organulator, first run
geno.pl > dinkorg
The dinkorg file will contain the data.
Then copy the Organulator.tht file to Organulator.html
cp Organulator.tht Organulator.html
Then edit the Organulator.html file to include the data using
the following steps:
vi Organulator.html
Position the cursor at the beginning of the data section, then:
:r dinkorg
[shift]zz
The new version should then be ready.
The geno.pl script is built on two conventions. First, in the radcat.html
file the substance name and structural formula should be separated by
a comma and then a space. These both occur within the
tag. If the separator isn't a comma and a space then the script won't
work. Second, for species that rearrange, the html file should have the
word rearranges on one line and then the next line should have the
to go to the rearranged species. The geno.pl script
picks up the label between the > and <, but not the HREF. This tag should
be all on one line, on the line following the line with "rearranges" other-
wise the script won't work.