README 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ------------------------------------------------------------------------
  2. tcldot - graphviz release
  3. ------------------------------------------------------------------------
  4. This version will only work with Tcl version 7.6 and beyond.
  5. Please send comments or suggestions to John Ellson ([email protected])
  6. ========================================================================
  7. Copyright (c) 1995 AT&T Bell Laboratories
  8. Copyright (c) 1996 Lucent Technologies
  9. ========================================================================
  10. Permission to use, copy, modify, and distribute this software and its
  11. documentation for any purpose and without fee is hereby granted,
  12. provided that the above copyright notice appear in all copies and that
  13. both that the copyright notice and warranty disclaimer appear in
  14. supporting documentation, and that the names of AT&T Bell Laboratories,
  15. Lucent Technologies, or any of their entities not be used in advertising
  16. or publicity pertaining to distribution of the software without specific,
  17. written prior permission.
  18. Lucent disclaims all warranties with regard to this software, including
  19. all implied warranties of merchantability and fitness. In no event
  20. shall Lucent be liable for any special, indirect or consequential
  21. damages or any damages whatsoever resulting from loss of use, data or
  22. profits, whether in an action of contract, negligence or other
  23. tortuous action, arising out of or in connection with the use or
  24. performance of this software.
  25. ========================================================================
  26. INTRODUCTION
  27. tcldot adds graph manipulation facilities to tcl based on the
  28. capabilities of dot. It permits a script programmer to add and delete
  29. nodes and edges to abstract graphs, then have the graph laid out
  30. according to dot's heuristics about what makes an eye-pleasing graph.
  31. The graph can rendered in various forms including to tk's canvas.
  32. tcldot is distributed with the Graph Visualization tools available
  33. from: http://www.research.att.com/orgs/ssr/book/reuse/
  34. Please report any problems to the author:
  35. John Ellson ([email protected])