-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add new element for the homecloud package
- Loading branch information
Showing
142 changed files
with
674 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Calibreweb element | ||
include('homecloud/Brand/Calibreweb') | ||
CalibrewebCard('calibreweb', 'Calibreweb', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.') | ||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/dist" | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Calibreweb element | ||
include('homecloud/Brand/Calibreweb') | ||
CalibrewebCard('calibreweb', 'Calibreweb', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.') | ||
@enduml |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Calibreweb element | ||
include('homecloud/Brand/Calibreweb') | ||
Calibreweb('calibreweb', 'Calibreweb', 'an optional tech field') | ||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/dist" | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Calibreweb element | ||
include('homecloud/Brand/Calibreweb') | ||
Calibreweb('calibreweb', 'Calibreweb', 'an optional tech field') | ||
@enduml |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Calibreweb element | ||
include('homecloud/Brand/Calibreweb') | ||
CalibrewebGroup('calibreweb', 'Calibreweb', 'an optional tech field'){ | ||
note as note | ||
the content of the group | ||
end note | ||
} | ||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/dist" | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Calibreweb element | ||
include('homecloud/Brand/Calibreweb') | ||
CalibrewebGroup('calibreweb', 'Calibreweb', 'an optional tech field'){ | ||
note as note | ||
the content of the group | ||
end note | ||
} | ||
@enduml |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
# Calibreweb | ||
|
||
```text | ||
homecloud/Brand/Calibreweb | ||
``` | ||
|
||
```text | ||
include('homecloud/Brand/Calibreweb') | ||
``` | ||
|
||
|icon|card|element|group| | ||
|---|---|---|---| | ||
|![](Calibreweb.png)|![](Calibreweb.card.png)|![](Calibreweb.element.png)|![](Calibreweb.group.png)| | ||
|
||
|
||
|
||
## card | ||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/dist" | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Calibreweb element | ||
include('homecloud/Brand/Calibreweb') | ||
CalibrewebCard('calibreweb', 'Calibreweb', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.') | ||
@enduml | ||
``` | ||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Calibreweb element | ||
include('homecloud/Brand/Calibreweb') | ||
CalibrewebCard('calibreweb', 'Calibreweb', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.') | ||
@enduml | ||
``` | ||
|
||
|
||
## element | ||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/dist" | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Calibreweb element | ||
include('homecloud/Brand/Calibreweb') | ||
Calibreweb('calibreweb', 'Calibreweb', 'an optional tech field') | ||
@enduml | ||
``` | ||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Calibreweb element | ||
include('homecloud/Brand/Calibreweb') | ||
Calibreweb('calibreweb', 'Calibreweb', 'an optional tech field') | ||
@enduml | ||
``` | ||
|
||
|
||
## group | ||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/dist" | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Calibreweb element | ||
include('homecloud/Brand/Calibreweb') | ||
CalibrewebGroup('calibreweb', 'Calibreweb', 'an optional tech field'){ | ||
note as note | ||
the content of the group | ||
end note | ||
} | ||
@enduml | ||
``` | ||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Calibreweb element | ||
include('homecloud/Brand/Calibreweb') | ||
CalibrewebGroup('calibreweb', 'Calibreweb', 'an optional tech field'){ | ||
note as note | ||
the content of the group | ||
end note | ||
} | ||
@enduml | ||
``` | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@startuml | ||
sprite $CalibrewebMd [14x14/16z] ZKT50WD12CjWQq3-_zjowrmgyU0RbaKee16sy7HNyNbOsMriC_VA1Q0EjffftlZdkUzFxVruFdVaBUVfFI_pIR8oaw6AWVcQb8aTBm | ||
sprite $CalibrewebLg [20x20/16z] { | ||
hP050WGW20JjnDt___RWkdjiQTnl-9IIFx_a8Z0a9RrGByMHcBsFHKLwRGCCP8_98BmpglsDc5FA4N2NVygTl_Z7l_IMtX8IKe4qGOhedttEkRYxY6XjhUrw | ||
4llONweUxx41 | ||
} | ||
!procedure Calibreweb($id, $name="Calibreweb", $tech="") | ||
IconElement($id, 'homecloud/Brand/Calibreweb', $name, $tech) | ||
!endprocedure | ||
!procedure CalibrewebCard($id, $funcName="", $content="") | ||
IconCard($id, '<$CalibrewebMd>', 'Brand', $funcName, $content) | ||
!endprocedure | ||
!procedure CalibrewebGroup($id, $name='Calibreweb', $tech='') | ||
IconGroup($id, 'IconGroup', '<$CalibrewebLg>', $name, $tech) | ||
!endprocedure | ||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Keepalived element | ||
include('homecloud/Brand/Keepalived') | ||
KeepalivedCard('keepalived', 'Keepalived', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.') | ||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/dist" | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Keepalived element | ||
include('homecloud/Brand/Keepalived') | ||
KeepalivedCard('keepalived', 'Keepalived', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.') | ||
@enduml |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Keepalived element | ||
include('homecloud/Brand/Keepalived') | ||
Keepalived('keepalived', 'Keepalived', 'an optional tech field') | ||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/dist" | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Keepalived element | ||
include('homecloud/Brand/Keepalived') | ||
Keepalived('keepalived', 'Keepalived', 'an optional tech field') | ||
@enduml |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Keepalived element | ||
include('homecloud/Brand/Keepalived') | ||
KeepalivedGroup('keepalived', 'Keepalived', 'an optional tech field'){ | ||
note as note | ||
the content of the group | ||
end note | ||
} | ||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/dist" | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the homecloud bootstrap | ||
include('homecloud/bootstrap') | ||
' loads the Keepalived element | ||
include('homecloud/Brand/Keepalived') | ||
KeepalivedGroup('keepalived', 'Keepalived', 'an optional tech field'){ | ||
note as note | ||
the content of the group | ||
end note | ||
} | ||
@enduml |
Oops, something went wrong.