diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-12 19:32:15 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-12 19:32:15 -0700 |
commit | 3c440f70c66953735d01841453fa6a7ed244ef1c (patch) | |
tree | e2bc845a34168be418fa845866431b92e53be74b /view/dfrn_request.tpl | |
parent | f1977d420ea025e9d8b1f47fb41b25468d07218f (diff) | |
download | volse-hubzilla-3c440f70c66953735d01841453fa6a7ed244ef1c.tar.gz volse-hubzilla-3c440f70c66953735d01841453fa6a7ed244ef1c.tar.bz2 volse-hubzilla-3c440f70c66953735d01841453fa6a7ed244ef1c.zip |
Provide the ability to subscribe to our user from other federated sites.
This is a read-only relationship until the rest of the salmon
magic-envelope stuff lands
Diffstat (limited to 'view/dfrn_request.tpl')
-rw-r--r-- | view/dfrn_request.tpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/dfrn_request.tpl b/view/dfrn_request.tpl index 0b02982d8..df7e3830c 100644 --- a/view/dfrn_request.tpl +++ b/view/dfrn_request.tpl @@ -4,7 +4,10 @@ <p id="dfrn-request-intro"> You may request a connection with this member if you have a valid profile address<br /> on one of the following social networks:<br /> -<ul id="dfrn-request-networks"><li><a href="http://dfrn.org">mistpark/DFRN</a></li></ul> +<ul id="dfrn-request-networks"> +<li><a href="http://dfrn.org">Mistpark/DFRN</a> (fully supported)</li> +<li><a href="http://ostatus.org">Federation/OStatus/Diaspora/GNU-social</a> (limited - experimental)</li> +</ul> </p> <form action="dfrn_request/$nickname" method="post" /> |