##Describe ZoomQuiet/DotMap here. {{{#!dot digraph G4hgwikipages { graph [label="demo for mapping key pages in Hg wiki", labeljust="r",labelloc="b",center=1, ranksep=0.2,ratio=compress, rankdir=LR, ]; node[fontsize=12, height=0.1, style=filled,fillcolor=snow, color=gray70,fontcolor=darkolivegreen, shape=plaintext, ]; edge [fontsize=9.0,fontcolor=dimgrey, color=dimgrey,arrowsize=0.5,arrowhead=vee,arrowtail=none, ]; /*define elememts*/ root [label="home",URL="http://mercurial-scm.org/wiki/Mercurial"]; use [label="for\nuser",shape=tab,URL="#"]; guy [label="for\nself",shape=tab,URL="#"]; tutor [label="Tutorial",URL="http://mercurial-scm.org/wiki/Tutorial"]; migrat [label="Migration",URL="http://mercurial-scm.org/wiki/Migration"]; getc [label="etc...",]; pm [label="for\nteam",shape=tab,URL="#"]; working [label="WorkingPractices",URL="http://mercurial-scm.org/wiki/WorkingPractices"]; corrupt [label="RepositoryCorruption",URL="http://mercurial-scm.org/wiki/RepositoryCorruption"]; petc [label="etc...",]; dev [label="for\ndevelop",shape=tab,URL="http://mercurial-scm.org/wiki/DeveloperInfo"]; wext [label="WritingExtensions",URL="http://mercurial-scm.org/wiki/WritingExtensions"]; api [label="MercurialApi",URL="http://mercurial-scm.org/wiki/MercurialApi"]; detc [label="etc...",]; news [label="ann",URL="http://mercurial-scm.org/wiki/Mercurial/NewsItems"]; host [label="Hosting",URL="http://mercurial-scm.org/wiki/MercurialHosting"]; slides [label="Presentations",URL="http://mercurial-scm.org/wiki/Presentations"]; netc [label="etc...",]; /*define relations*/ root->{use dev news}; news->{host slides netc}; use->{guy pm}; guy->{tutor migrat getc}; pm->{working corrupt petc}; dev->{wext api detc}; }}}