You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2022. It is now read-only.
@@ -4,7 +4,33 @@ The following describes discovery in the Solid framework using HTTP link followi
4
4
5
5
### Starting point -- WebID
6
6
7
-
The starting point of Solid discovery is a [WebID](http://www.w3.org/2005/Incubator/webid/spec/identity/) user profile, which is a hash based URI, typically denoting a (FOAF) Agent. From this profile all of your storage can be found (discovery).
7
+
##### Public Profile
8
+
9
+
The public profile is what you get when you look up someone's WebID directly.
The starting point of Solid discovery is a [WebID](http://www.w3.org/2005/Incubator/webid/spec/identity/) user profile, which is a hash based URI, typically denoting a (FOAF) Agent. From this profile all of your storage can be found (discovery). The Profile typically contains public name and contact information about someone, and pointers to public data used by various apps.
This storage is a non-access controlled public space.
52
+
Dev, do not assume that the ACL APIs will work here.
53
+
User, know that you cannot control sharing here.
54
+
This may be used to point to a peice of legacy storage such as WebDAV disk.
55
+
56
+
##### Private
57
+
58
+
Nothing in this space will be shown to anyone else. Access control may not be available.
59
+
This may be a storage which is not connected to the net, and only available from one machine.
60
+
61
+
##### Controlled
62
+
63
+
A normal space, which allows Access Control using the solid standards.
64
+
65
+
#### Spaces
66
+
67
+
A space provides both a place (URI prefix) where to store stuff and a default ACL to give to things in it. You can have just open workspace in a storage, or you can have two, for example for your interactions with different communities, like home and work.
68
+
A space is a bit like an account in some SNSs or a bit like a mounted (virtual) disk.
69
+
70
+
71
+
* Where stored: WebID ie user's prubli profile, if public, or preferencesFile, if private
The app configuration workspace is a container of many different app configurations. It is also possile to use the "glob * " function, for convenience, to get all configurations of various apps that are in use.
84
+
App, do not offer this space to the user.
85
+
It is used for example for a list of other workspaces.
The app configuration workspace is a container of many different app configurations. It is also possile to use the "glob * " function, for convenience, to get all configurations of various apps that are in use.
0 commit comments