PEWS/.well-known/webfinger/store/example.com/john.json
Joshua P Panter c5ab370e9b Installation updates
moved some options from pews.conf to .htaccess
more options to example resource
fixed logos, etc
first run at readme
2018-01-23 13:41:09 -05:00

47 lines
1.1 KiB
JSON
Executable file

{
"PEWS":
{"class":"user","pass":"pewpewpassword"
},
"subject" : "acct:john@example.com",
"properties" :
{
"http://packetizer.com/ns/name" : "John Smith",
"http://blgx.example.net/ns/version" : "1.5.1",
"http://blgx.example.net/ns/ext" : null
},
"aliases" :
[
"https://social.example.com/u/john",
"https://mstdn.example.com/john"
],
"links" :
[
{
"rel" : "http://webfinger.net/rel/avatar",
"type" : "image/jpeg",
"href" : "http://example.com/images/face.png"
},
{
"rel" : "http://webfinger.net/rel/profile-page",
"href" : "http://profile.example.com/u/smithj"
},
{
"rel" : "http://packetizer.com/rel/blog",
"href" : "http://blog.example.com/smithj",
"titles" :
{
"en-us" : "The Adventures of John Smith",
"fr" : "Les Aventures de John Smith"
},
"properties" :
{
"http://example.com/role" : "author"
}
},
{
"rel" : "http://specs.openid.net/auth/2.0/provider",
"href" : "https://profile.example.com/u/smithj"
}
]
}