]> granicus.if.org Git - graphviz/commitdiff
Remove uses of .dot from contrib
authorerg <devnull@localhost>
Mon, 1 Nov 2010 20:43:24 +0000 (20:43 +0000)
committererg <devnull@localhost>
Mon, 1 Nov 2010 20:43:24 +0000 (20:43 +0000)
contrib/dotmcl.pl
contrib/java-dot/example/SimpleGraph.java
contrib/lefty-grace/README
contrib/lefty-grace/dotty_ui.lefty
contrib/prune/CMakeLists.txt
contrib/prune/Makefile.am
contrib/prune/prune.1
contrib/prune/test.gv [moved from contrib/prune/test.dot with 100% similarity]
contrib/webdot.cgi

index 513b99cf1203dda0b46507805de34a3a401192fc..283af60eef4d4506211a4748ee8f3137f4dd30a6 100644 (file)
@@ -1,9 +1,9 @@
 #!perl -w
 
-# dotmcl.pl <factor> <in.dot> <out.dot>
+# dotmcl.pl <factor> <in.gv> <out.gv>
 #   <factor>  the bigger, the more clusters (values from 1.2 to 3.0)
-#   <in.dot>  dot in file to clusterize
-#   <out.dot> dot out file with clusters added
+#   <in.gv>  dot in file to clusterize
+#   <out.gv> dot out file with clusters added
 # Vladimir Alexiev <vladimir@worklogic.com>
 
 # This quick hack takes a dot graph description file, adds clusters using the
index 19cbc540b8439f81e7d0c0bfb5df8de913f43411..006efc6b9d78935320f702f6a5fab7d30b6db6c7 100644 (file)
@@ -25,7 +25,7 @@ public class SimpleGraph
   public static void main (String [] args)
   {
     DotGraph dot = new DotGraph ("Sample Graph", // Graph Title
-                                 "sample.dot", // Output file name
+                                 "sample.gv", // Output file name
                                  GRAPH_DEFAULT, // Graph (default) attributes
                                  NODE_DEFAULT, // node defaults
                                  EDGE_DEFAULT); // edge defaults
index 4d0e11a623a1b2d27efc3ef8d2c036637071ce10..9bbaffdfa2f329287e6778ecc27e37d0b2bf7abc 100644 (file)
@@ -21,7 +21,7 @@ Enhancements to the dotty interface:
   figured out how to encode/restore fold info to/from the graph file)
 - Added save prompt for current graph on 'load graph' menu selection
 - Rudimentary "hyperlink" - click on node and select "load subgraph"
-  from the menu to load and display ./{nodename}.dot graph.  Can
+  from the menu to load and display ./{nodename}.gv graph.  Can
   navigate back to immediate parent thru menu selection.
   '+' also goes to parent, '-' to subgraph of a node.  Was not able to
   store parent information in graph spec file, so a graph has to be 
index 825f0bc8431ae1f06614d027ab6959cfbdb18e7e..d3bcf625fbfcce3dbd5c0c0f8fe05616aa5bb347 100644 (file)
@@ -292,7 +292,7 @@ dotty.protogt.actions.node = [
          gt.savegraph (gt, gt.name, gt.type, 1);
 
          pname = gt.name;
-         fname = concat (obj.name, '.dot');
+         fname = concat (obj.name, '.gv');
          ngt = dotty.protogt.creategraph (null);
          ngt.graphattr.parent = pname;
 
index 141d8fb8ac666fdd4f55d60c9393108412b1a3de..da0a7a4c6900ab12498f49288f10150465c8db90 100644 (file)
@@ -68,6 +68,6 @@ INSTALL_FILES( FILES
 #.1.pdf:
 #      groff -Tps -man $< | ps2pdf - - >$@
 #
-#EXTRA_DIST = $(man_MANS) $(pdf_DATA) Makefile.old Makefile.orig README test.dot
+#EXTRA_DIST = $(man_MANS) $(pdf_DATA) Makefile.old Makefile.orig README test.gv
 #
 #DISTCLEANFILES = $(pdf_DATA)
index 4545c6471a2e8d3d79300e07a0caefba94f07484..ecc2e9b18ec5551635ede703350597771c8faaf9 100644 (file)
@@ -23,7 +23,7 @@ prune_LDADD = $(top_builddir)/lib/ingraphs/libingraphs_C.la \
 .1.pdf:
        - @GROFF@ -Tps -man $< | @PS2PDF@ - - >$@
 
-EXTRA_DIST = $(man_MANS) $(pdf_DATA) Makefile.old Makefile.orig README test.dot prune.vcproj
+EXTRA_DIST = $(man_MANS) $(pdf_DATA) Makefile.old Makefile.orig README test.gv prune.vcproj
 
 
 DISTCLEANFILES = $(pdf_DATA)
index bd967d6e432ba5bcc6b0070dc117795486fc8c78..fb7cb6edff52c3db5b6ae0012e432989904a2325 100644 (file)
@@ -57,7 +57,7 @@ is a string of the form
 
 .SH EXAMPLES
 An input graph
-.I test.dot
+.I test.gv
 of the form
 .PP
        digraph DG {
@@ -77,7 +77,7 @@ of the form
 
 , processed by the command
 .PP
-       prune \-n B test.dot
+       prune \-n B test.gv
 .PP
 would produce the following output (the actual code might be formatted
 in a slightly different way).
@@ -92,7 +92,7 @@ in a slightly different way).
 .br
 
 Another input graph
-.I test.dot
+.I test.gv
 of the form
 .PP
        digraph DG {
@@ -120,7 +120,7 @@ to
 .I E
 ), processed by the command
 .PP
-       prune \-n B \-N color=red test.dot
+       prune \-n B \-N color=red test.gv
 .PP
 results in
 .PP
similarity index 100%
rename from contrib/prune/test.dot
rename to contrib/prune/test.gv
index e8c0c652abdab508232393d0f053cc24fcbdb644..6baf9f5f6c8242c92ee5db231bc01804986f1203 100755 (executable)
 # The output type must be one of dot's output types.  The server
 # returns a layout of the requested type as an HTTP stream.  The dot
 # output type is mapped to an appropriate MIME type.
-# For example, if yourhost.company.com/unix.dot is a dot graph file, try
-# webdot.cgi http://yourhost.company.com/unix.dot.dot.ps
-# webdot.cgi http://yourhost.company.com/unix.dot.neato.gif
-# webdot.cgi http://yourhost.company.com/unix.dot.twopi.pdf
+# For example, if yourhost.company.com/unix.gv is a dot graph file, try
+# webdot.cgi http://yourhost.company.com/unix.gv.dot.ps
+# webdot.cgi http://yourhost.company.com/unix.gv.neato.gif
+# webdot.cgi http://yourhost.company.com/unix.gv.twopi.pdf
 #
 # More details:
 # PDF and EPSI files are made by postprocessors.