[net.general] Wanted: Hierarchy Program

crane@fortune.UUCP (John Crane) (01/20/84)

Does anybody have a program which generates organizational charts or  other
hierarchal  diagrams?  The  input could be the organization of a company or
the names of C functions, etc.  Let me give an example to show what I mean:

INPUT:

President: VP Sales, VP Engineering, VP Software
VP Sales: East Coast Sales, West Coast Sales
VP Software: OS Director, Applic. Director
etc.

OUTPUT:

			 +---------+
			 |         |
			 |President|
			 |         |
			 +----+----+
     +------------------------+---------------------+
+----|----+              +----|----+            +---|-----+
|  VP     |              |   VP    |            |  VP     |
| Sales   |              |  Eng.   |            |Software |
|         |              |         |            |         |
+---------+              +---------+            +---------+
     |                                                |
     |                                                |
+---------+                                      +---------+
|         |                                      |         |
East      West                                   OS       Applications
Coast     Coast


	Thank you in advance,

		John Crane