Skip to content

Commit

Permalink
Problem with PlantUML inside Readme.md solved.
Browse files Browse the repository at this point in the history
  • Loading branch information
Excel-lent committed Feb 26, 2023
1 parent 964542d commit d981857
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,6 @@ Excel files are in binary format, so it is hard to track their differences.
## How?
I propose to distribute a single Excel file called "Installer" that loads sheets, modules, classes from accompanying XML files.

<div hidden>
@startuml
cloud GitHub
GitHub --> Installer : clone
GitHub <-- ChangedTable #black;line.dotted : commit / pull request
package Installer {
usecase [Table] as Table1
usecase [Classes, modules, user frames] as Classes1
usecase [XMLs describing all sheets] as XMLs1
}
package ChangedTable {
usecase [Classes, modules, user frames] as UC2
usecase [XMLs describing all sheets] as UC3
}
@enduml
</div>
<img src="./img/main.svg">

## TODO:
Expand Down
14 changes: 14 additions & 0 deletions img/main.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
@startuml
cloud GitHub
GitHub --> Installer : clone
GitHub <-- ChangedTable #black;line.dotted : commit / pull request
package Installer {
usecase [Table] as Table1
usecase [Classes, modules, user frames] as Classes1
usecase [XMLs describing all sheets] as XMLs1
}
package ChangedTable {
usecase [Classes, modules, user frames] as UC2
usecase [XMLs describing all sheets] as UC3
}
@enduml

0 comments on commit d981857

Please sign in to comment.