Skip to content

Instantly share code, notes, and snippets.

@tobinharris
Created May 7, 2009 15:57

Revisions

  1. tobinharris revised this gist May 7, 2009. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions yuml.markdown
    Original file line number Diff line number Diff line change
    @@ -4,6 +4,8 @@

    Here's an idea of how it could be used in your repository readme.markdown or wiki.

    View the RAW source to see how images are made.

    ## Example

    Git users may own repositories.
  2. tobinharris revised this gist May 7, 2009. 1 changed file with 1 addition and 5 deletions.
    6 changes: 1 addition & 5 deletions yuml.markdown
    Original file line number Diff line number Diff line change
    @@ -16,8 +16,4 @@ The may also be collaborators.

    Each repositories have a Git repository, a ticketing system and a price plan.

    <img src="http://yuml.me/diagram/scruffy/class/[Repository]++-1>[TicketSystem]"/>

    <img src="http://yuml.me/diagram/scruffy/class/[Repository]++-1>[GitRepo]"/>

    <img src="http://yuml.me/diagram/scruffy/class/[Repository]++-1>[PricePlan]"/>
    <img src="http://yuml.me/diagram/scruffy/class/[Repository]++-1>[TicketSystem], [Repository]++-1>[GitRepo], [Repository]++-1>[PricePlan]"/>
  3. tobinharris created this gist May 7, 2009.
    23 changes: 23 additions & 0 deletions yuml.markdown
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    # yUML Test On GitHub

    [yUML](http://yuml.me) is a simple tool for embedding UML diagrams in wikis and blogs without needing any UML or diagramming tools.

    Here's an idea of how it could be used in your repository readme.markdown or wiki.

    ## Example

    Git users may own repositories.

    <img src="http://yuml.me/diagram/scruffy/class/[Account]++owner-0..*>[Repository]"/>

    The may also be collaborators.

    <img src="http://yuml.me/diagram/scruffy/class/[Account]<0..*collab-0..*>[Repository]"/>

    Each repositories have a Git repository, a ticketing system and a price plan.

    <img src="http://yuml.me/diagram/scruffy/class/[Repository]++-1>[TicketSystem]"/>

    <img src="http://yuml.me/diagram/scruffy/class/[Repository]++-1>[GitRepo]"/>

    <img src="http://yuml.me/diagram/scruffy/class/[Repository]++-1>[PricePlan]"/>