[Linkbat-devel] Command KU database tables
Brought to you by:
jimmo
From: James M. <lin...@ji...> - 2002-11-20 16:26:25
|
Hi All! It just dawned on me that we might have a problem with the command KUs. Each command has a different number of options and examples. So I don't see a way of having one record per command. The way is see it is that we have a table for the options that has (at least three fields): COMMAND_KU_ID:OPTION:ACTION Where the OPTION is the text of the option and ACTION is a description of what the option does. We would also have a table for the examples: COMMAND_KU_ID:TEXT:DESCRIPTION Where TEXT is the syntax example and DESCRIPTION is a short description of that example. Commands also have other attributes like a synopsis, description and syntax (look at any man-page for what I am talking about). However, these will be consistant for all Commands KU. Regards, jimmo -- --------------------------------------- "Be more concerned with your character than with your reputation. Your character is what you really are while your reputation is merely what others think you are." -- John Wooden --------------------------------------- Be sure to visit the Linux Tutorial: http://www.linux-tutorial.info |