[pmwiki-users] Announce: New SDML recipe/markup to create simple UML Sequence Diagrams

Martin Fick mogulguy at yahoo.com
Sat Feb 16 01:30:08 CST 2008


I would like to announce a small new recipe which
allows you to easily create ascii text UML Sequence
Diagrams in your wiki pages using a simple markup
language that I whipped up, SDML. 

SDML or Sequence Diagram Markup Language, is an
extremely simplistic markup language.  Below is some
sample SDML along with the textual sequence diagram
output that the recipe will create for it.

SDML:

[Client, Proxy, DNS, Server
Query Name->
Answer IP<-
http GET >->
<<-html

Sequence Diagram: 

  Client          Proxy           DNS         Server
     |              |              |             |    

     |----------Query Name-------->|             |
     |<---------Answer IP----------|             |
     |--http GET -->|----------http GET -------->|
     |<----html-----|<-----------html------------|

As you can see, there isn't much to describing a
diagram.  SDML is simple but flexible and aims to
facilitate creating sequence diagrams with minimal
effort and typing.  SDML is inspired by abc music
tablature notation language. For more information
about SDML, visit here:

http://www.theficks.name/test/Content/pmwiki.php?n=Sdml.HomePage

and/or visit the new SDML recipe page here:

http://www.pmwiki.org/wiki/Cookbook/SDML

Feedback welcome,

-Martin



      ____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs



More information about the pmwiki-users mailing list