diff --git a/content/implementations/discourse.md b/content/implementations/discourse.md index 471c108..a57fab2 100644 --- a/content/implementations/discourse.md +++ b/content/implementations/discourse.md @@ -1,7 +1,9 @@ --- title: Discourse description: A platform for community discussion. Free, open, simple. -source: https://forge.libre.sh/libre.sh/discourse-scim.git +links: +- name: git + url: https://forge.libre.sh/libre.sh/discourse-scim.git role: server implementation: plugin --- diff --git a/content/implementations/grist.md b/content/implementations/grist.md index 9c22708..516d03e 100644 --- a/content/implementations/grist.md +++ b/content/implementations/grist.md @@ -1,7 +1,9 @@ --- title: Grist description: Grist is a modern relational spreadsheet. It combines the flexibility of a spreadsheet with the robustness of a database. -source: https://github.com/gristlabs/grist-core.git +links: +- name: git + url: https://github.com/gristlabs/grist-core.git role: server implementation: native --- diff --git a/content/implementations/keycloak.md b/content/implementations/keycloak.md index 370a971..5f15df8 100644 --- a/content/implementations/keycloak.md +++ b/content/implementations/keycloak.md @@ -1,7 +1,11 @@ --- title: Keycloak description: Open Source Identity and Access Management For Modern Applications and Services -source: https://forge.libre.sh/libre.sh/keycloak-scim.git +links: +- name: git + url: https://forge.libre.sh/libre.sh/keycloak-scim.git +- name: pull request + url: https://github.com/keycloak/keycloak/pull/34733 role: client implementation: both --- diff --git a/content/implementations/nextcloud.md b/content/implementations/nextcloud.md index ce3352b..fb95e36 100644 --- a/content/implementations/nextcloud.md +++ b/content/implementations/nextcloud.md @@ -1,7 +1,11 @@ --- title: Nextcloud description: A safe home for all your data. -source: https://forge.libre.sh/libre.sh/scimserviceprovider.git +links: +- name: git + url: https://forge.libre.sh/libre.sh/scimserviceprovider.git +- name: store + url: https://apps.nextcloud.com/apps/scimserviceprovider role: server implementation: plugin --- diff --git a/content/implementations/scim-cli.md b/content/implementations/scim-cli.md index dbc7440..d18eb6a 100644 --- a/content/implementations/scim-cli.md +++ b/content/implementations/scim-cli.md @@ -1,6 +1,10 @@ --- title: scim-cli description: SCIM application development CLI. -source: https://github.com/python-scim/scim2-cli.git +links: +- name: git + url: https://github.com/python-scim/scim2-cli.git +- name: doc + url: https://scim2-client.readthedocs.io/ role: client --- diff --git a/content/implementations/stackspin.md b/content/implementations/stackspin.md index 02dca1a..e012e03 100644 --- a/content/implementations/stackspin.md +++ b/content/implementations/stackspin.md @@ -1,7 +1,9 @@ --- title: Stackspin description: A platform that offers self-managed, click-and-play provisioning of online applications for Civil Society Organisations (CSOs). -source: https://open.greenhost.net/stackspin/dashboard.git +links: +- name: git + url: https://open.greenhost.net/stackspin/dashboard.git role: client implementation: native --- diff --git a/content/implementations/synapse.md b/content/implementations/synapse.md index 1e351b3..331adc8 100644 --- a/content/implementations/synapse.md +++ b/content/implementations/synapse.md @@ -1,7 +1,9 @@ --- title: Synapse description: Matrix homeserver written in Python/Twisted. -source: https://github.com/element-hq/synapse/pull/17144 +links: +- name: pull request + url: https://github.com/element-hq/synapse/pull/17144 role: server implementation: native --- diff --git a/themes/Indiiie/layouts/implementations/list.html b/themes/Indiiie/layouts/implementations/list.html index c8e5343..2001fa8 100644 --- a/themes/Indiiie/layouts/implementations/list.html +++ b/themes/Indiiie/layouts/implementations/list.html @@ -23,7 +23,9 @@
{{ .Params.description | markdownify }}