2022-07-18 13:12:36 +02:00
|
|
|
---
|
|
|
|
title: Test Page for SVG External Asset
|
|
|
|
description:
|
|
|
|
published: true
|
2022-07-18 13:19:56 +02:00
|
|
|
date: 2022-07-18T11:19:55.460Z
|
2022-07-18 13:12:36 +02:00
|
|
|
tags:
|
|
|
|
editor: markdown
|
|
|
|
dateCreated: 2022-07-18T11:12:33.349Z
|
|
|
|
---
|
|
|
|
|
|
|
|
# Header
|
|
|
|
Your content here
|
|
|
|
|
2022-07-18 13:19:56 +02:00
|
|
|
```plantuml
|
|
|
|
@startuml
|
|
|
|
!theme materia-outline
|
|
|
|
skinparam handwritten true
|
|
|
|
skinparam frame {
|
|
|
|
BorderColor $BLUE
|
|
|
|
}
|
|
|
|
skinparam backgroundColor transparent
|
|
|
|
<style>
|
|
|
|
frame {
|
|
|
|
RoundCorner 40
|
|
|
|
BorderColor $BLUE
|
|
|
|
LineColor $BLUE
|
|
|
|
BackGroundColor $WHITE
|
|
|
|
}
|
|
|
|
card {
|
|
|
|
RoundCorner 40
|
|
|
|
LineColor $BLUE
|
|
|
|
BackGroundColor $WHITE
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
frame "[[https://www.lesgrandsvoisins.com WWW.]]" as www {
|
|
|
|
card "[[https://www.lesgrandsvoisins.com/login /login]]" as wwwlogin
|
|
|
|
}
|
|
|
|
frame "[[https://www.appgv.com APPS.]]" as apps {
|
|
|
|
card "[[https://www.appgv.com/login /login]]\n[[https://www.appgv.com/en /en]]\n[[https://www.appgv.com/fr /fr]]" as appgvogin
|
|
|
|
card "[[https://wiki.lesgv.com Wiki.]]\n[[https://id.lesgv.com Id.]]\n[[https://com.lesgrandsvoisins.com Com.]]\n[[https://mail.lesgv.com Mail.]]\n[[https://forge.lesgv.com Forge.]]\n[[https://drive.appgv.com Drive.]]\n[[https://list.lesgrandsvoisins.com List.]]\n[[https://pass.lesgv.com Pass.]]\n[[https://meet.agggv.com Meet.]]\n[[https://web.lesgv.com Web.]]\n[[https://blog.lesgrandsvoisins.com Blog.]]\n[[https://cal.lesgrandsvoisins.com/radicale/.web/ Cal.]]\n[[https://fossil.lesgrandsvoisins.com Fossil.]]" as outsideappslinks
|
|
|
|
}
|
|
|
|
frame "[[https://id.lesgv.com ID.]]" as id {
|
|
|
|
card "[[https://id.lesgv.com/admin/master/console/ /admin...]]" as idinlinks
|
|
|
|
card "[[https://wiki.lesgv.com Wiki.]]\n[[https://id.lesgv.com Id.]]\n[[https://com.lesgrandsvoisins.com Com.]]\n[[https://forge.lesgv.com Forge.]]\n[[https://drive.appgv.com Drive.]]" as idapps
|
|
|
|
}
|
|
|
|
frame "[[https://wiki.lesgv.com/fr/home WIKI.]]" as wiki {
|
|
|
|
card "[[https://wiki.lesgv.com/fr/acts /acts (Biens communs)]]\n[[https://wiki.lesgv.com/fr/orgs /orgs (Grands Voisins)]]\n[[https://wiki.lesgv.com/fr/votes /votes (Gouvernance)]]\n" as wikiinlinks
|
|
|
|
}
|
|
|
|
frame "[[https://mail.lesgv.com MAIL.]]" as mail {
|
|
|
|
card "[[https://mail.lesgv.com/SOGo /SOGo]]\n[[https://mail.lesgv.com/iredadmin /iredadmin]]\n[[https://admin.appgv.com/web2ldap admin...web2ldap]]" as maillinks
|
|
|
|
}
|
|
|
|
www --> apps
|
|
|
|
'outsideappslinks --> id
|
|
|
|
wiki <--> id
|
|
|
|
outsideappslinks ---> wiki
|
|
|
|
outsideappslinks --> mail
|
|
|
|
@enduml
|
|
|
|
```
|