| 2008-10-06 - 12:17 | - TWiki::Plugins::DirectedGraphPlugin::initPlugin( TWiki.DirectedGraphPlugin ) is OK | 2008-10-06 - 12:17 | - DirectedGraphPlugin::commonTagsHandler( TWiki.DirectedGraphPlugin ) | 2008-10-06 - 12:17 | - DirectedGraphPlugin::commonTagsHandler( TWiki.DirectedGraphPlugin ) | 2008-10-06 - 12:17 | DirectedGraphPlugin - called doInit | 2008-10-06 - 12:17 | DirectedGraphPlugin - doInit( ) is OK | 2008-10-06 - 12:17 | DirectedGraphPlugin - incoming: digraph G { subgraph cluster_c0 {a0 -> a1 -> a2 -> a3} subgraph cluster_c1 { b0 -> b1 -> b2 -> b3; label="Group B"; } x -> a0 [style=dotted]; x -> b0; a1 -> a3 [style=bold, label="a1 to a3"]; a3 -> a0; a0 [shape=box, fontname=Courier, fontsize=11]; a1 [color=red]; a3 [label="Label\nfor a3"]; label="Cole's Example"; } , , antialias = 0, density = 300, size = 800x600, vectorformats = none, engine = dot, library = TWiki/DirectedGraphPlugin, doMap = , hash = on | 2008-10-06 - 12:17 | DirectedGraphPlugin - incoming: digraph G { URL="http://www.twiki.org"; Plugins [URL="http://twiki.org/cgi-bin/view/Plugins/PluginPackage"]; DirectedGraphPlugin [URL="http://twiki.org/cgi-bin/view/Plugins/DirectedGraphPlugin"]; Plugins -> DirectedGraphPlugin; } , map="1" , antialias = 0, density = 300, size = 800x600, vectorformats = none, engine = dot, library = TWiki/DirectedGraphPlugin, doMap = 1, hash = on | 2008-10-06 - 12:17 | DirectedGraphPlugin - PARAMETER map value is 1 | 2008-10-06 - 12:17 | DirectedGraphPlugin - incoming: digraph G { URL="http://www.twiki.org"; Plugins [URL="http://twiki.org/cgi-bin/view/Plugins/PluginPackage"]; DirectedGraphPlugin [URL="http://twiki.org/cgi-bin/view/Plugins/DirectedGraphPlugin"]; Plugins -> DirectedGraphPlugin; } , map="1" antialias="on" size="205x155" , antialias = on, density = 300, size = 205x155, vectorformats = none, engine = dot, library = TWiki/DirectedGraphPlugin, doMap = 1, hash = on | 2008-10-06 - 12:17 | DirectedGraphPlugin - PARAMETER map value is 1 | 2008-10-06 - 12:17 | DirectedGraphPlugin - PARAMETER antialias value is on | 2008-10-06 - 12:17 | DirectedGraphPlugin - PARAMETER size value is 205x155 | 2008-10-06 - 12:17 | DirectedGraphPlugin - incoming: digraph G { size="7,7"; graph [rankdir="TB" label="1st Time Use/Phone Registration" fontsize=12 bgcolor="#eeeeff"]; node [shape=box fontsize=9]; edge [color=blue fontsize=8 font="Arial"]; cell_number_entry [label="Cell Number Entry"]; welcome [label="Welcome Page"]; member_name_creation [label="Member Name Creation"]; password_creation [label="Password Creation"]; member_name_unavailable [label="Member Name Unavailable"]; email_entry [label="Email Entry"]; zip_code_entry [label="Zip Code Entry"]; tos [label="TOS"]; decline_confirmation [label="Decline Confirmation"]; registration_confirmation [label="Registration Confirmation"]; member_name_entry [label="Member Name Entry"]; password_entry [label="Password Entry"]; confirm_phone_number [label="Confirm Phone Number"]; unsuccessfull_sign_in [label="Unsuccessfull Sign In"]; email_confirmation [label="Email Confirmation"]; main_menu [label="Main Menu"]; initial_screen [label="Initial Screen"]; exit_application [label="Exit the Application"]; welcome -> initial_screen [label="First Time"] initial_screen -> member_name_creation [label="Register"]; initial_screen -> member_name_entry [label="Sign In"]; member_name_creation -> password_creation [label="Valid Member Name" dir="both"]; member_name_creation -> member_name_unavailable [label="Invalid Member Name" dir="both"]; welcome -> password_creation; password_creation -> cell_number_entry [dir="both"]; member_name_entry -> password_entry [dir="both"]; cell_number_entry -> email_entry [dir="both"]; password_entry -> confirm_phone_number [label="Auth. Successful" dir="both"]; password_entry -> unsuccessfull_sign_in [label="Auth. Unsuccessful"]; email_entry -> zip_code_entry [dir="both"]; zip_code_entry -> tos [dir="both"]; confirm_phone_number -> main_menu; unsuccessfull_sign_in -> member_name_entry [label="Try Again" constraint="false"]; unsuccessfull_sign_in -> email_confirmation; tos -> decline_confirmation [label="Decline" dir="both"]; tos -> registration_confirmation [label="Accept"]; decline_confirmation -> exit_application [label="Yes"]; registration_confirmation -> main_menu [label="10 Sec/NEXT"]; } , antialias="on" size="1000x1000" , antialias = on, density = 300, size = 1000x1000, vectorformats = none, engine = dot, library = TWiki/DirectedGraphPlugin, doMap = , hash = on | 2008-10-06 - 12:17 | DirectedGraphPlugin - PARAMETER antialias value is on | 2008-10-06 - 12:17 | DirectedGraphPlugin - PARAMETER size value is 1000x1000 | 2008-10-06 - 12:17 | DirectedGraphPlugin - incoming: digraph G { graph [rankdir=LR, size="9.5,2.5"] subgraph cluster_0 { graph [label=User] edge [style=dashed] browser [label="WWW\nbrowser" URL="http://www.mozilla.org/"] svgplugin [label="SVG Plugin" URL="http://www.adobe.com/svg/viewer/install/old.html"] pdfplugin [label="PDF Plugin" URL="http://www.adobe.com/support/downloads/product.jsp?product=10&platform=unix"] svgplugin -> browser svgplugin -> browser [dir=back] pdfplugin -> browser pdfplugin -> browser [dir=back] { graph [rank=same] pngpage [label=PNG shape=box URL="/cgi-bin/webdot/webdot/demo.dot.dot.png"] svgpage [label=SVGZ shape=box URL="/cgi-bin/webdot/webdot/demo.dot.dot.svgz"] pdfpage [label=PDF shape=box URL="/cgi-bin/webdot/webdot/demo.dot.dot.pdf"] } pngpage -> browser [dir=none style=dotted] svgpage -> svgplugin [dir=none style=dotted] pdfpage -> pdfplugin [dir=none style=dotted] } subgraph cluster_1 { graph [label="Server 1"] httpd1 [label=httpd URL="http://httpd.apache.org/"] webdot [label="/cgi-bin/webdot" style=filled fillcolor=yellow color=black URL="/webdot/"] } subgraph cluster_2 { graph [label="Server 2"] httpd2 [label=httpd URL="http://httpd.apache.org/"] "demo.dot" [shape=box URL="/webdot/demo.dot"] httpd2 -> "demo.dot" [dir=none style=dotted] } browser -> httpd1 -> webdot -> httpd2 browser -> httpd1 -> webdot -> httpd2 [dir=back] } , antialias="on" size="918x251" map="on" , antialias = on, density = 300, size = 918x251, vectorformats = none, engine = dot, library = TWiki/DirectedGraphPlugin, doMap = on, hash = on | 2008-10-06 - 12:17 | DirectedGraphPlugin - PARAMETER map value is on | 2008-10-06 - 12:17 | DirectedGraphPlugin - PARAMETER antialias value is on | 2008-10-06 - 12:17 | DirectedGraphPlugin - PARAMETER size value is 918x251 | 2008-10-06 - 12:17 | DirectedGraphPlugin - incoming: digraph G { size="2,3!"; dpi="100"; edge [arrowhead=none color=blue]; node [fontcolor=blue color=white]; Workstation [shapefile="Sun_Workstation.png"]; Printer [shapefile="Printer.png"]; Internet [shapefile="Cloud-Filled.png"]; Router [shapefile="Wireless_Router.png"]; Switch [shapefile="Workgroup_Switch.png"]; Laptop [shapefile="Laptop.png"]; Workstation -> Switch; Printer -> Switch; Switch -> Router; Router -> Internet; Laptop -> Router [style=dotted]; } , engine="dot" size="300x300" library="TWiki.DirectedGraphPlugin" , antialias = 0, density = 300, size = 300x300, vectorformats = none, engine = dot, library = TWiki/DirectedGraphPlugin, doMap = , hash = on | 2008-10-06 - 12:17 | DirectedGraphPlugin - PARAMETER engine value is dot | 2008-10-06 - 12:17 | DirectedGraphPlugin - PARAMETER library value is TWiki.DirectedGraphPlugin | 2008-10-06 - 12:17 | DirectedGraphPlugin - PARAMETER size value is 300x300 | 2008-10-06 - 12:17 | DirectedGraphPlugin - incoming: digraph G { size="2,3!"; dpi="100"; edge [arrowhead=none color=blue]; node [fontcolor=blue color=white]; Workstation [shapefile="Sun_Workstation.png"]; Printer [shapefile="Printer.png"]; Internet [shapefile="Cloud-Filled.png"]; Router [shapefile="Wireless_Router.png"]; Switch [shapefile="Workgroup_Switch.png"]; Laptop [shapefile="Laptop.png"]; Workstation -> Switch; Printer -> Switch; Switch -> Router; Router -> Internet; Laptop -> Router [style=dotted]; } , engine="dot" antialias="1" size="300x300" density="100" library="TWiki.DirectedGraphPlugin" , antialias = 1, density = 100, size = 300x300, vectorformats = none, engine = dot, library = TWiki/DirectedGraphPlugin, doMap = , hash = on | 2008-10-06 - 12:17 | DirectedGraphPlugin - PARAMETER engine value is dot | 2008-10-06 - 12:17 | DirectedGraphPlugin - PARAMETER antialias value is 1 | 2008-10-06 - 12:17 | DirectedGraphPlugin - PARAMETER library value is TWiki.DirectedGraphPlugin | 2008-10-06 - 12:17 | DirectedGraphPlugin - PARAMETER size value is 300x300 | 2008-10-06 - 12:17 | DirectedGraphPlugin - PARAMETER density value is 100