Skip to content

Commit 619df88

Browse files
committed
remove storage/profile, no longer part of the IDP
1 parent d55f695 commit 619df88

1 file changed

Lines changed: 0 additions & 36 deletions

File tree

www/idp/index.php

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -104,42 +104,6 @@
104104

105105
Server::respond($response);
106106
break;
107-
case "/storage/profile":
108-
case "/storage/profile/":
109-
$profile = <<<EOF
110-
@prefix : <#>.
111-
@prefix acl: <http://www.w3.org/ns/auth/acl#>.
112-
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
113-
@prefix ldp: <http://www.w3.org/ns/ldp#>.
114-
@prefix schema: <http://schema.org/>.
115-
@prefix solid: <http://www.w3.org/ns/solid/terms#>.
116-
@prefix space: <http://www.w3.org/ns/pim/space#>.
117-
@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.
118-
@prefix pro: <./>.
119-
@prefix inbox: </inbox/>.
120-
@prefix yle: </storage/>.
121-
122-
<> a foaf:PersonalProfileDocument; foaf:maker :me; foaf:primaryTopic :me.
123-
124-
:me
125-
a schema:Person, foaf:Person;
126-
acl:trustedApp
127-
[
128-
acl:mode acl:Append, acl:Read, acl:Write;
129-
acl:origin <http://podpro.dev:443>
130-
];
131-
ldp:inbox inbox:;
132-
space:preferencesFile </storage/settings/prefs.ttl>;
133-
space:storage yle:;
134-
solid:account yle:;
135-
solid:oidcIssuer <https://solid.local>;
136-
solid:privateTypeIndex </storage/settings/privateTypeIndex.ttl>;
137-
solid:publicTypeIndex </storage/settings/publicTypeIndex.ttl>;
138-
foaf:name "Yvo Brevoort".
139-
EOF;
140-
header('Content-Type: text/turtle');
141-
echo $profile;
142-
break;
143107
case "/dashboard":
144108
case "/dashboard/":
145109
$user = User::getLoggedInUser();

0 commit comments

Comments
 (0)