<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Boxes and Arrows: Comments by Andrew Gilmartin</title>
    <link>http://www.boxesandarrows.com/person/479</link>
    <pubDate>Fri, 06 Apr 2007 20:51:36 GMT</pubDate>
    <description>Comments by Andrew Gilmartin</description>
    <item>
      <description>&lt;p&gt;Graphviz is a good program for displaying simple and very complex site maps. Since the documentation at the site can be overwhelming here is a simple example.&lt;/p&gt;

	&lt;p&gt;Using the &amp;#8220;dot&amp;#8221; program the following input will create a simple three page site map with three transitions from a to b and c and from b to c:&lt;/p&gt;

&lt;pre&gt;&lt;br /&gt;digraph "Site X" {&lt;br /&gt;
    // display the pages as gray rectangles&lt;br /&gt;    node [ shape=box, color=gray, fontname="Helvetica" ]&lt;br /&gt;    // display the transitions as gray, directed arrows&lt;br /&gt;    edge [ color=gray, arrowhead=open ]&lt;br /&gt;
    // define all the pages&lt;br /&gt;    a [ label = "A ..." ]&lt;br /&gt;    b [ label = "B ..." ]&lt;br /&gt;    c [ label = "C ..." ]&lt;br /&gt;
    // define the transitions between pages&lt;br /&gt;    a -&amp;gt; b&lt;br /&gt;    a -&amp;gt; c&lt;br /&gt;    b -&amp;gt; c&lt;br /&gt;
    // done&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;
	&lt;p&gt;I have named the pages a, b, and c but a meaningful names like Home and EmailVerification can also be used.&lt;/p&gt;</description>
      <link>http://www.boxesandarrows.com/view/the_lazy_ia_s_guide_to_making_sitemaps#content_2523</link>
      <guid>http://www.boxesandarrows.com/view/the_lazy_ia_s_guide_to_making_sitemaps#content_2523</guid>
      <pubDate>Fri, 06 Apr 2007 20:51:36 GMT</pubDate>
      <author>Andrew Gilmartin</author>
    </item>
  </channel>
</rss>
