Did you know ... Search Documentation:
yadis.pl -- Yadis discovery
PublicShow source
See also
- http://en.wikipedia.org/wiki/Yadis
Source xrds_dom(+Id, -XRDS_DOM) is det
True when XRDS_DOM is a parsed XML document for the given resource.
Source xid_normalize(+OpenID, -URL) is det[private]
Translate the user-specified OpenID agent into a URL. This follows appendix A.1. (Normalization), RFC3986).
To be done
- This does not implement XRI identifiers.
Source xrds_location(+Id, -XRDSLocation) is semidet
Discover the location of the XRDS document from the given Id.
Source xrds_load(+XRDSLocation, -XRDS_DOM) is det[private]
Parse the XRDS document at XRDSLocation.
Source ssl_verify(+SSL, +ProblemCert, +AllCerts, +FirstCert, +Error)
Accept all certificates.
Source html_head_dom(+Stream, -HeadDOM) is semidet[private]
Extract the HTML head content from the given stream. Does not parse the remainder of the document.