THIS IS ABOUT THE SCRIPTS used to generate the C++ source code and php code for
web portal. The path to these scripts is impexp1/php/

The following scripts are there in individual folders and also in parent folders. If the script in parent folder is executed, then it generates the source for all its su-directories. If the script is executed in a folder where there are no sub-directories, then only that source is generated.

gen_html -- generates the PHP code for all entities of LSDYNA WEB INTERFACE
exe -- generates the source code for import of LSDYNA entities
exp_exe -- generates the source code for export of LSDYNA entities
type.exe -- generates the enums for KWs of LSDYNA from the XML file
test.exe -- generates the .key files for automated testing of KWS of LSDYNA

The generation of html files for part, rigidwall and contact is different
from all the other keywords. For these keywords there is no automatic generation
of enums and also html files. They have to be done manually. So care has to be
taken while generating the enum files and also html files. There is a mapping
for the enums in these files. There are individual html generation files.

For all the remaining kws, there is typefile.php in airbag. This can be used
for enums generation automatically.
