dhbw-abb-typst-template/template/glossary.typ

18 lines
433 B
Plaintext
Raw Normal View History

2024-07-01 14:02:42 +00:00
#let glossary = (
(
key: "oidc",
short: "OIDC",
long: "OpenID Connect",
2024-07-08 11:49:04 +00:00
desc: [OpenID is an open standard and decentralized authentication protocol promoted by the non-profit #link("https://en.wikipedia.org/wiki/OpenID#OpenID_Foundation")[OpenID Foundation].],
group: "Akronyme"
2024-07-01 14:02:42 +00:00
),
(
key: "potato",
2024-07-08 11:49:04 +00:00
short: "EDDI/EDDP",
2024-07-01 14:02:42 +00:00
plural: "potatoes",
2024-07-08 11:49:04 +00:00
desc: [#lorem(10)],
group: "Akronyme"
)
2024-07-01 14:02:42 +00:00
)