~ubuntu-branches/ubuntu/lucid/graphviz/lucid-security

« back to all changes in this revision

Viewing changes to tcldot/README

  • Committer: Bazaar Package Importer
  • Author(s): Stephen M Moraco
  • Date: 2002-02-05 18:52:12 UTC
  • Revision ID: james.westby@ubuntu.com-20020205185212-8i04c70te00rc40y
Tags: upstream-1.7.16
ImportĀ upstreamĀ versionĀ 1.7.16

Show diffs side-by-side

added added

removed removed

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