Created
May 7, 2009 15:57
Revisions
-
tobinharris revised this gist
May 7, 2009 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. -
tobinharris revised this gist
May 7, 2009 . 1 changed file with 1 addition and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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], [Repository]++-1>[GitRepo], [Repository]++-1>[PricePlan]"/> -
tobinharris created this gist
May 7, 2009 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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]"/>