Remove exvcr dependency

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-11-14 16:27:53 +01:00
parent df2c184bc0
commit 3f9e1c8e19
50 changed files with 366 additions and 3262 deletions

View File

@@ -0,0 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0' xmlns:hm='http://host-meta.net/xrd/1.0'>
<hm:Host>squeet.me</hm:Host>
<Link rel='lrdd' type='application/xrd+xml' template='https://squeet.me/xrd?uri={uri}' />
<Link rel='lrdd' type='application/json' template='https://squeet.me/.well-known/webfinger?resource={uri}' />
<Link rel='acct-mgmt' href='https://squeet.me/amcd' />
<Link rel='http://services.mozilla.com/amcd/0.1' href='https://squeet.me/amcd' />
<Link rel="http://oexchange.org/spec/0.8/rel/resident-target" type="application/xrd+xml" href="https://squeet.me/oexchange/xrd" />
<Property xmlns:mk="http://salmon-protocol.org/ns/magic-key" type="http://salmon-protocol.org/ns/magic-key" mk:key_id="1">RSA.xlM2BNDH9hnO3W6vOUfJ5-tcUCaX-rx-kKydQd4ht21At4D4d1MrZ6nAQu7rnf5or9YZRhIpgvJvXBqWSo0zmALkUZUVrsS9WhH65I0qt24XNTPZJ1FdPDd7c1C131GzkymCbXBie3U2JaT7t0oimhWKUeA45gNfXk1T1l-7v4k.AQAB</Property>
</XRD>

View File

@@ -0,0 +1,66 @@
{
"subject": "acct:lain@squeet.me",
"aliases": ["https://squeet.me/~lain", "https://squeet.me/profile/lain"],
"links": [
{
"rel": "http://purl.org/macgirvin/dfrn/1.0",
"href": "https://squeet.me/profile/lain"
},
{
"rel": "http://schemas.google.com/g/2010#updates-from",
"type": "application/atom+xml",
"href": "https://squeet.me/dfrn_poll/lain"
},
{
"rel": "http://webfinger.net/rel/profile-page",
"type": "text/html",
"href": "https://squeet.me/profile/lain"
},
{
"rel": "self",
"type": "application/activity+json",
"href": "https://squeet.me/profile/lain"
},
{
"rel": "http://microformats.org/profile/hcard",
"type": "text/html",
"href": "https://squeet.me/hcard/lain"
},
{
"rel": "http://portablecontacts.net/spec/1.0",
"href": "https://squeet.me/poco/lain"
},
{
"rel": "http://webfinger.net/rel/avatar",
"type": "image/jpeg",
"href": "https://squeet.me/photo/abf2ee40bfcb044ac7fd1d143c82f63a-4.jpg?ts=1526641378"
},
{
"rel": "http://joindiaspora.com/seed_location",
"type": "text/html",
"href": "https://squeet.me"
},
{ "rel": "salmon", "href": "https://squeet.me/salmon/lain" },
{
"rel": "http://salmon-protocol.org/ns/salmon-replies",
"href": "https://squeet.me/salmon/lain"
},
{
"rel": "http://salmon-protocol.org/ns/salmon-mention",
"href": "https://squeet.me/salmon/lain/mention"
},
{
"rel": "http://ostatus.org/schema/1.0/subscribe",
"template": "https://squeet.me/follow?url={uri}"
},
{
"rel": "magic-public-key",
"href": "data:application/magic-public-key,RSA.zBrwVSzZ9YSNfTE3vJFCB6BB9-EGm4o0Lp9rlU1JWisWMZmFGuU8yftNA56KGVz2UHPY6weUh51tifa4nvIKzQ.AQAB"
},
{
"rel": "http://purl.org/openwebauth/v1",
"type": "application/x-zot+json",
"href": "https://squeet.me/owa"
}
]
}

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0">
<Link rel="lrdd" type="application/xrd+xml" template="https://demo.gancio.org/.well-known/webfinger?resource={uri}" />
</XRD>

View File

@@ -0,0 +1,10 @@
{
"subject": "acct:gancio@demo.gancio.org",
"links": [
{
"rel": "self",
"type": "application/activity+json",
"href": "https://demo.gancio.org/federation/u/gancio"
}
]
}

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0">
<Link rel="lrdd" template="https://social.tcit.fr/.well-known/webfinger?resource={uri}" />
</XRD>

View File

@@ -0,0 +1,23 @@
{
"subject": "acct:tcit@social.tcit.fr",
"aliases": [
"https://social.tcit.fr/@tcit",
"https://social.tcit.fr/users/tcit"
],
"links": [
{
"rel": "http://webfinger.net/rel/profile-page",
"type": "text/html",
"href": "https://social.tcit.fr/@tcit"
},
{
"rel": "self",
"type": "application/activity+json",
"href": "https://social.tcit.fr/users/tcit"
},
{
"rel": "http://ostatus.org/schema/1.0/subscribe",
"template": "https://social.tcit.fr/authorize_interaction?uri={uri}"
}
]
}

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0">
<Link rel="lrdd" type="application/xrd+xml" template="https://framatube.org/.well-known/webfinger?resource={uri}" />
</XRD>

View File

@@ -0,0 +1,15 @@
{
"subject": "acct:framasoft@framatube.org",
"aliases": ["https://framatube.org/accounts/framasoft"],
"links": [
{
"rel": "self",
"type": "application/activity+json",
"href": "https://framatube.org/accounts/framasoft"
},
{
"rel": "http://ostatus.org/schema/1.0/subscribe",
"template": "https://framatube.org/remote-interaction?uri={uri}"
}
]
}

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0">
<Link rel="lrdd" template="https://pleroma.soykaf.com/.well-known/webfinger?resource={uri}" type="application/xrd+xml" />
</XRD>

View File

@@ -0,0 +1,25 @@
{
"aliases": ["https://pleroma.soykaf.com/users/lain"],
"links": [
{
"href": "https://pleroma.soykaf.com/users/lain",
"rel": "http://webfinger.net/rel/profile-page",
"type": "text/html"
},
{
"href": "https://pleroma.soykaf.com/users/lain",
"rel": "self",
"type": "application/activity+json"
},
{
"href": "https://pleroma.soykaf.com/users/lain",
"rel": "self",
"type": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\""
},
{
"rel": "http://ostatus.org/schema/1.0/subscribe",
"template": "https://pleroma.soykaf.com/ostatus_subscribe?acct={uri}"
}
],
"subject": "acct:lain@pleroma.soykaf.com"
}