Skip to content

Commit

Permalink
feat: add new element for the homecloud package
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorin committed Nov 28, 2020
1 parent 254d60f commit c9feec1
Show file tree
Hide file tree
Showing 142 changed files with 674 additions and 7 deletions.
12 changes: 12 additions & 0 deletions dist/homecloud/Brand/Calibreweb.card.local.puml
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
Binary file added dist/homecloud/Brand/Calibreweb.card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions dist/homecloud/Brand/Calibreweb.card.remote.puml
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
12 changes: 12 additions & 0 deletions dist/homecloud/Brand/Calibreweb.element.local.puml
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
Binary file added dist/homecloud/Brand/Calibreweb.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions dist/homecloud/Brand/Calibreweb.element.remote.puml
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
16 changes: 16 additions & 0 deletions dist/homecloud/Brand/Calibreweb.group.local.puml
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
Binary file added dist/homecloud/Brand/Calibreweb.group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions dist/homecloud/Brand/Calibreweb.group.remote.puml
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
119 changes: 119 additions & 0 deletions dist/homecloud/Brand/Calibreweb.md
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
```

Binary file added dist/homecloud/Brand/Calibreweb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions dist/homecloud/Brand/Calibreweb.puml
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
Binary file modified dist/homecloud/Brand/Ceph.card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/homecloud/Brand/Ceph.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/homecloud/Brand/Ceph.group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/homecloud/Brand/Docker.card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/homecloud/Brand/Docker.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/homecloud/Brand/Docker.group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/homecloud/Brand/Influxdata.card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/homecloud/Brand/Influxdata.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/homecloud/Brand/Influxdata.group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions dist/homecloud/Brand/Keepalived.card.local.puml
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
Binary file added dist/homecloud/Brand/Keepalived.card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions dist/homecloud/Brand/Keepalived.card.remote.puml
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
12 changes: 12 additions & 0 deletions dist/homecloud/Brand/Keepalived.element.local.puml
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
Binary file added dist/homecloud/Brand/Keepalived.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions dist/homecloud/Brand/Keepalived.element.remote.puml
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
16 changes: 16 additions & 0 deletions dist/homecloud/Brand/Keepalived.group.local.puml
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
Binary file added dist/homecloud/Brand/Keepalived.group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions dist/homecloud/Brand/Keepalived.group.remote.puml
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
Loading

0 comments on commit c9feec1

Please sign in to comment.