celebrity/group/community pages about 75% implemented

This commit is contained in:
Mike Macgirvin 2010-10-17 20:04:17 -07:00
commit 0f47ac282c
15 changed files with 133 additions and 62 deletions

View file

@ -1,27 +1,19 @@
Dear $username,
I've got good news and bad news... first the good news.
'$fn' at '$dfrn_url' has accepted your connection request at
'$sitename'.
'$fn' at '$dfrn_url' has accepted
your connection request at '$sitename'.
The bad news is that '$fn' did not make you a "full friend",
but rather accepted you as a "fan". [Maybe you were expecting this,
maybe not.]
'$fn' has chosen to accept you a "fan", which restricts
some forms of communication - such as private messaging and some profile
interactions. If this is a celebrity or community page, these settings were
applied automatically.
What this means is that '$fn' can communicate with you at any
time and comment on your activities, but your communications to
'$fn' may be restricted. In particular, you do NOT have the
ability to exchange private mail. You are only able to communicate
with '$fn' via your own status updates.
'$fn' may choose to extend this into a two-way or more permissive
relationship in the future.
In the future, '$fn' MAY decide to seek a full connection and make
a reciprocal request. If you approve such a request, you will then be
considered mutual friends with full communication ability.
The network at $sitename allows many types of relationships -
as opposed to older social networks where friendship is either
"yes" or "no" - with nothing in between.
You will start receiving public status updates from '$fn',
which will appear on your 'Network' page at
$siteurl

View file

@ -2,7 +2,7 @@
<form action="" method="post" >
<input type="hidden" name="auth-params" value="login" />
<div id="login-name-wrapper">
<label for="login-name" id="label-login-name">Username or Email: </label>
<label for="login-name" id="label-login-name">Nickname or Email: </label>
<input type="text" maxlength="60" name="login-name" id="login-name" value="" />
</div>
<div id="login-name-end" ></div>

View file

@ -6,7 +6,7 @@ Enter your email address and submit to have your password reset. Then check your
<form action="lostpass" method="post" >
<div id="login-name-wrapper">
<label for="login-name" id="label-login-name">Email address: </label>
<label for="login-name" id="label-login-name">Nickname or Email: </label>
<input type="text" maxlength="60" name="login-name" id="login-name" value="" />
</div>
<div id="login-extra-end"></div>

View file

@ -17,6 +17,7 @@
type="text/html"
href="$profile_url" />
<Link rel="http://webfinger.net/rel/avatar"
type="image/jpeg"
href="$photo" />
<Link rel="salmon"
href="$salmon" />