From f3fbdbab8f2bb187ec217b5e3a97e99bb8b2394f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mitzi=20L=C3=A1szl=C3=B3?= Date: Fri, 5 Jun 2020 16:12:49 +0200 Subject: [PATCH 1/7] Include Solid-compatible app Criteria Please add items --- pages/use-solid/apps.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/use-solid/apps.md b/pages/use-solid/apps.md index 1d294f7c..97ac7b1c 100644 --- a/pages/use-solid/apps.md +++ b/pages/use-solid/apps.md @@ -6,6 +6,9 @@ permalink: /use-solid/apps These Solid-compatible apps will store your data on [your own Pod]({{site.baseUrl}}/use-solid). +The criteria for an app to be Solid-compatible are: +* possible for app user to login with a WebID + Want to add a Solid-compatible app to this list? Contact the Solid Manager via info@solidproject.org or submit a [submit a pull request](https://github.com/solid/solidproject.org/edit/staging/pages/use-solid/apps.md). # Solid Apps From 3645f4495699c108058e00d1ed0989d60191ace7 Mon Sep 17 00:00:00 2001 From: Nicolas Seydoux Date: Mon, 8 Jun 2020 11:45:00 +0200 Subject: [PATCH 2/7] Added some criteria to specify Solid-compatibility for an app --- pages/use-solid/apps.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/use-solid/apps.md b/pages/use-solid/apps.md index 97ac7b1c..9ac5e28b 100644 --- a/pages/use-solid/apps.md +++ b/pages/use-solid/apps.md @@ -7,7 +7,10 @@ permalink: /use-solid/apps These Solid-compatible apps will store your data on [your own Pod]({{site.baseUrl}}/use-solid). The criteria for an app to be Solid-compatible are: -* possible for app user to login with a WebID +* If identifying users is necessary, they must be able to login using their WebID and pointing to the Identity Provider of their choice +* Data consumed by the app should be fetched from Solid Pods +* Data generated by the app should be stored in Solid Pods +* The interaction between the app, the Identity Provider and the Storage Provider(s) (who host Pods) must be compliant with the Solid spec Want to add a Solid-compatible app to this list? Contact the Solid Manager via info@solidproject.org or submit a [submit a pull request](https://github.com/solid/solidproject.org/edit/staging/pages/use-solid/apps.md). From 483abb53207bb4be56d864629deebeb3bd33f18c Mon Sep 17 00:00:00 2001 From: Zwifi Date: Thu, 25 Jun 2020 08:45:21 +0200 Subject: [PATCH 3/7] Clarify the stakeholders Co-authored-by: Ruben Verborgh --- pages/use-solid/apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/use-solid/apps.md b/pages/use-solid/apps.md index 9ac5e28b..aab44b0b 100644 --- a/pages/use-solid/apps.md +++ b/pages/use-solid/apps.md @@ -10,7 +10,7 @@ The criteria for an app to be Solid-compatible are: * If identifying users is necessary, they must be able to login using their WebID and pointing to the Identity Provider of their choice * Data consumed by the app should be fetched from Solid Pods * Data generated by the app should be stored in Solid Pods -* The interaction between the app, the Identity Provider and the Storage Provider(s) (who host Pods) must be compliant with the Solid spec +* The interaction between the app, pods, and Identity Provider(s) must be compliant with the Solid specification Want to add a Solid-compatible app to this list? Contact the Solid Manager via info@solidproject.org or submit a [submit a pull request](https://github.com/solid/solidproject.org/edit/staging/pages/use-solid/apps.md). From 2a9e68d3fd527fe8579ad297bf9820ad47204db7 Mon Sep 17 00:00:00 2001 From: Nicolas Seydoux Date: Thu, 25 Jun 2020 08:44:10 +0200 Subject: [PATCH 4/7] Made data consumption from Pod optional --- pages/use-solid/apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/use-solid/apps.md b/pages/use-solid/apps.md index aab44b0b..2120851c 100644 --- a/pages/use-solid/apps.md +++ b/pages/use-solid/apps.md @@ -8,7 +8,7 @@ These Solid-compatible apps will store your data on [your own Pod]({{site.baseUr The criteria for an app to be Solid-compatible are: * If identifying users is necessary, they must be able to login using their WebID and pointing to the Identity Provider of their choice -* Data consumed by the app should be fetched from Solid Pods +* Data consumed by the app should be fetched from Solid Pods if possible * Data generated by the app should be stored in Solid Pods * The interaction between the app, pods, and Identity Provider(s) must be compliant with the Solid specification From 658f7ab8c3cc39c628adc119215902186bd11b12 Mon Sep 17 00:00:00 2001 From: Nicolas Seydoux Date: Thu, 25 Jun 2020 11:30:12 +0200 Subject: [PATCH 5/7] Listed exclusion criteria --- pages/use-solid/apps.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pages/use-solid/apps.md b/pages/use-solid/apps.md index 2120851c..e2aba921 100644 --- a/pages/use-solid/apps.md +++ b/pages/use-solid/apps.md @@ -6,13 +6,25 @@ permalink: /use-solid/apps These Solid-compatible apps will store your data on [your own Pod]({{site.baseUrl}}/use-solid). +# Apps inclusion and exclusion criteria + The criteria for an app to be Solid-compatible are: * If identifying users is necessary, they must be able to login using their WebID and pointing to the Identity Provider of their choice * Data consumed by the app should be fetched from Solid Pods if possible * Data generated by the app should be stored in Solid Pods * The interaction between the app, pods, and Identity Provider(s) must be compliant with the Solid specification -Want to add a Solid-compatible app to this list? Contact the Solid Manager via info@solidproject.org or submit a [submit a pull request](https://github.com/solid/solidproject.org/edit/staging/pages/use-solid/apps.md). +Please note that apps falling into the following categories will not be listed on this page, even if they match the criteria above: +* Apps intentionally or indirectly causing harm to anyone +* Apps which purpose would be widely considered unethical +* Apps designed to enable the generation and/or dissemination of hate speech +* Apps encouraging stereotypes or violent behaviours towards any person or group +* Apps having malicious intent, such as data theft +* Apps designed to fullfill illegal purposes, such as drug traffic, stolen information exchange, extorsion... +* Apps sharing users' information with any thrid-party without user consent +* Apps that have been reported to have important technical or security issues that compromise its users' Pods + +Want to add an eligible Solid-compatible app to this list? Contact the Solid Manager via info@solidproject.org or submit a [submit a pull request](https://github.com/solid/solidproject.org/edit/staging/pages/use-solid/apps.md). # Solid Apps From 4c0bcd66c121aa3b8c1f987de682280462085722 Mon Sep 17 00:00:00 2001 From: Zwifi Date: Fri, 3 Jul 2020 09:55:16 +0200 Subject: [PATCH 6/7] Fix typo Co-authored-by: Ruben Verborgh --- pages/use-solid/apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/use-solid/apps.md b/pages/use-solid/apps.md index 991d7509..934f1405 100644 --- a/pages/use-solid/apps.md +++ b/pages/use-solid/apps.md @@ -21,7 +21,7 @@ Please note that apps falling into the following categories will not be listed o * Apps encouraging stereotypes or violent behaviours towards any person or group * Apps having malicious intent, such as data theft * Apps designed to fullfill illegal purposes, such as drug traffic, stolen information exchange, extorsion... -* Apps sharing users' information with any thrid-party without user consent +* Apps sharing users' information with any third-party without user consent * Apps that have been reported to have important technical or security issues that compromise its users' Pods Want to add an eligible Solid-compatible app to this list? Contact the Solid Manager via info@solidproject.org or submit a [submit a pull request](https://github.com/solid/solidproject.org/edit/staging/pages/use-solid/apps.md). From 64c47e1fa9580c840df9db26412aceebc95f9490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mitzi=20L=C3=A1szl=C3=B3?= Date: Fri, 3 Jul 2020 11:21:49 +0200 Subject: [PATCH 7/7] Update apps.md --- pages/use-solid/apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/use-solid/apps.md b/pages/use-solid/apps.md index 934f1405..89113afb 100644 --- a/pages/use-solid/apps.md +++ b/pages/use-solid/apps.md @@ -16,7 +16,7 @@ The criteria for an app to be Solid-compatible are: Please note that apps falling into the following categories will not be listed on this page, even if they match the criteria above: * Apps intentionally or indirectly causing harm to anyone -* Apps which purpose would be widely considered unethical +* Apps with a purpose that could be widely considered unethical * Apps designed to enable the generation and/or dissemination of hate speech * Apps encouraging stereotypes or violent behaviours towards any person or group * Apps having malicious intent, such as data theft