From b8b58ddd518015e5216ffa4b8d89b0367cd13482 Mon Sep 17 00:00:00 2001 From: Jeremy Carbaugh Date: Wed, 4 Apr 2012 18:03:38 -0400 Subject: [PATCH] update README --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a4c59e6..3730ce5 100644 --- a/README.rst +++ b/README.rst @@ -15,13 +15,15 @@ Example:: The following relation types are supported: +* activity_streams: http://activitystrea.ms/spec/1.0 * avatar: http://webfinger.net/rel/avatar * hcard: http://microformats.org/profile/hcard * open_id: http://specs.openid.net/auth/2.0/provider +* opensocial: http://ns.opensocial.org/2008/opensocial/activitystreams * portable_contacts: http://portablecontacts.net/spec/1.0 * profile: http://webfinger.net/rel/profile-page * xfn: http://gmpg.org/xfn/11 - + Other relation types can be accessed directly from the XRD document.:: print wf.find_link('http://example.com/example/spec', attr='href') @@ -30,7 +32,6 @@ Dependencies ============ * `python-xrd `_ -* iso8601 (required by python-xrd) License =======