11c57e7aee
This removes most references to Google, with some remaining since they may point to things which are still relevant. References to Google Code, Google Buzz and Google Maps have been removed
32 lines
1.1 KiB
XML
32 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0">
|
|
<Subject>acct:username@example.com</Subject>
|
|
<Alias>acct:username@social.example.com</Alias>
|
|
<Alias>https://social.example.com/user/1</Alias>
|
|
<Link rel="http://webfinger.net/rel/profile-page"
|
|
type="text/html"
|
|
href="https://social.example.com/user/1"/>
|
|
|
|
<!-- Is this/was this ever supported?
|
|
<Link rel="http://microformats.org/profile/hcard"
|
|
type="text/html"
|
|
href="https://social.example.com/hcard"/> -->
|
|
|
|
<Link rel="http://gmpg.org/xfn/11"
|
|
type="text/html"
|
|
href="https://social.example.com/user/1"/>
|
|
|
|
<Link rel="describedby"
|
|
type="application/rdf+xml"
|
|
href="https://social.example.com/username/foaf"/>
|
|
|
|
<Link rel="http://salmon-protocol.org/ns/salmon-replies"
|
|
href="https://social.example.com/main/salmon/user/1"/>
|
|
|
|
<Link rel="http://salmon-protocol.org/ns/salmon-mention"
|
|
href="https://social.example.com/main/salmon/user/1"/>
|
|
|
|
<Link rel="http://ostatus.org/schema/1.0/subscribe"
|
|
template="https://social.example.com/main/ostatussub?profile={uri}"/>
|
|
</XRD>
|