-
Notifications
You must be signed in to change notification settings - Fork 304
Running Test Implementations of Solid compatible servers
Ted Thibodeau Jr edited this page Aug 31, 2018
·
41 revisions
The ACL described below has been used to enable read-write access on the pods above for the group of developers (the #RWWCrew
) listed in the ACL. You can request addition of your WebID, to participate in this interop effort.
## RWWCrew ACL as of 2018-08-30
@prefix : <#> .
@prefix acl: <http://www.w3.org/ns/auth/acl#> .
@prefix cmsb: <http://ods-qa.openlinksw.com:8896/DAV/home/nobody/cmsb_handcrafted_webid_170223.ttl#> .
@prefix csarven: <http://csarven.ca/#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix kidehen: <https://kingsley.idehen.net/public_home/kidehen/profile.ttl#> .
@prefix kidehen-solid: <https://kidehen.solid.openlinksw.com:8444/profile/card#> .
@prefix kidehen2-solid: <https://kidehen2.solid.openlinksw.com:8444/profile/card#> .
@prefix kidehen5-solid: <https://kidehen5.solid.openlinksw.com:8444/profile/card#> .
@prefix kidehen7-solid: <https://kidehen7.solid.openlinksw.com:8444/profile/card#> .
@prefix kjetil: <https://solid.kjernsmo.net/profile/card#> .
@prefix melvin: <https://melvincarvalho.com/#> .
@prefix ruben: <https://ruben.verborgh.org/profile/#> .
@prefix ruben-solid: <https://ruben-just-works.solid.community/profile/card#> .
@prefix smalinin: <http://id.myopenlink.net/DAV/home/smalinin/YouID/Sergey_Malinin_Fb/profile.ttl#> .
@prefix software-agent: <https://id.myopenlink.net/DAV/home/KingsleyUyiIdehen/Public/software-agent.ttl#> .
@prefix tallted: <https://tallted.solid.openlinksw.com:8444/profile/card#>
@prefix timbl: <https://www.w3.org/People/Berners-Lee/card#> .
@prefix turnguard: <https://ldp.turnguard.com/turnguard#> .
# The owner has all permissions
<#owner>
a acl:Authorization ;
acl:agent <../profile/card#me> ; # PUT YOUR OWN WEBID HERE
acl:accessTo <./> ;
acl:defaultForNew <./> ;
acl:mode acl:Read ,
acl:Write ,
acl:Control .
# The public has read permissions
<#public>
a acl:Authorization ;
acl:agentClass foaf:Agent ;
acl:accessTo <./> ;
acl:defaultForNew <./> ;
acl:mode acl:Read .
# The RWWCrew has read/write permissions
<#RWWCrew>
a acl:Authorization;
acl:agent cmsb:identity ,
csarven:i ,
kidehen:i ,
kidehen-solid:me ,
kidehen2-solid:me ,
kidehen5-solid:me ,
kidehen7-solid:me ,
kjetil:me ,
melvin:me ,
ruben:me ,
ruben-solid:me ,
smalinin:identity ,
software-agent:i ,
tallted:me ,
timbl:i ,
turnguard:me ;
acl:accessTo <./> ;
acl:defaultForNew <./> ;
acl:mode acl:Read ,
acl:Write .
Note: An account on a TLS-only-mode server will not enable log in for an OIDC-mode server.
- create a meetulator
- click to your Public Folder
- click the PLUS icon at lower-left
- click the "Meeting" icon [4 arrows pointing inward to group of people]
- name the meeting
- click the meeting's disclosure triangle
- name the meeting again, and add location, start-date, end-date, and comment
- create a chat in the meetulator
- click the PLUS-in-circle icon within the meeting, at almost-lower-left
- click the "Chat" icon [cartoon speech balloon]
- add to the chat you created
- click to the new chat tab
- type a message in the chat text entry box
- click "send" button
- add to a chat someone else made
- click to the other chat tab
- type a message in the chat text entry box
- click "send" button
- create a meetulator
- click to your Public Folder
- click the PLUS icon at lower-left
- click the "Meeting" icon [4 arrows pointing inward to group of people]
- name the meeting
- click the meeting's disclosure triangle
- name the meeting again, and add location, start-date, end-date, and comment
- create a chat in the meetulator
- click the PLUS-in-circle icon within the meeting, at almost-lower-left
- click the "Chat" icon [cartoon speech balloon]
- add to the chat
- click to the new chat tab
- type a message in the chat text entry box
- click "send" button
- add to a chat someone else made
- click to the other chat tab
- type a message in the chat text entry box
- click "send" button