SIGIA-L Mail Archives: Re: [Sigia-l] Microsoft excel sitemapping tool..???
Re: [Sigia-l] Microsoft excel sitemapping tool..???
Parry Ruparelia:
> Does anyone know of any automated method of creating a visual sitemap from a
> Microsoft Excel file?
Sounds like you're on PC. But for those who prefer OmniGraffle on OSX,
there's a really simple way to generate relationship graphs (like a site
map) via an ascii or an Excel file.
1. Create an Excel doc with 4 columns and put in your relationships:
Col1 Col2 Col3 Col4
A -> B ;
B -> K ;
L -> T ;
K -> A ;
[...]
Letters are placeholders for your pages. "->" will create an arrow from Col1
to Col2; "--" will create a connecting line without an arrowhead, etc.
2. Save this in ascii/plain text as "YourFileName.dot"
3. Open it in TextEditor and wrap it like so:
digraph "g" {
A -> B;
B -> K;
L -> T;
K -> A;
}
4. Save and open it in OmniGraffle. Voila, you now have a chart with boxes
and arrows.
5. You can customize the look of this to the nth degree in OG.
6. You actually don't need Excel to generate the .dot file obviously, any
text editor will do. You can generate the page relationships by hand, in
Excel or in a database, all you need to do is to is to wrap it in the end
with a header and semicolons. I generate such files totally automatically
from an app I wrote. The format is the open source graphviz, which is also
available on OS X:
<http://www.pixelglow.com/graphviz/>
----
Ziya
Heterogeneity happens.
------------
When replying, please *trim your post* as much as possible.
*Plain text, please; NO Attachments
Searchable list archive: http://www.info-arch.org/lists/sigia-l/
________________________________________
Sigia-l mailing list -- post to: Sigia-l_at_asis.org
Changes to subscription: http://mail.asis.org/mailman/listinfo/sigia-l
This archive was generated by hypermail 2.1.6
: Thu Jul 01 2004 - 14:34:41 EDT
|