I changed the ContactInfo page so that all email addresses are displayed in full to users that are not logged in:
https://issues.apache.org/bloodhound/wiki/BloodhoundContactInfo I believe this will make it easier for people to sign up and get involved. Previously the addresses were truncated to foo@... (Obscuring the domain name). Just FYI :-) - Joe — @jdreimann on Twitter I make software usable for humans. > On 3 Dec 2013, at 16:32, "Apache Bloodhound" <[email protected]> > wrote: > > Page "BloodhoundContactInfo" was changed by jdreimann > Diff URL: > <https://issues.apache.org/bloodhound/wiki/BloodhoundContactInfo?action=diff&version=3> > Revision 3 > Comment: Making email addresses visible for users that are not logged in. > Changes: > -------8<------8<------8<------8<------8<------8<------8<------8<-------- > Index: BloodhoundContactInfo > ========================================================================= > --- BloodhoundContactInfo (version: 2) > +++ BloodhoundContactInfo (version: 3) > @@ -4,7 +4,7 @@ > > ||= Channel =||= Details =|| > |----------------------------------------------------------- > -||[mailto:[email protected] [email protected]]||\ > +||[email protected]||\ > {{{#!td > {{{#!th align=left > Purpose: > @@ -17,14 +17,14 @@ > Subscription: > }}} > {{{#!td > - Send an email to [mailto:[email protected] > [email protected]] > + Send an email to [email protected] > }}} > |----------------------------------------------------------- > {{{#!th align=left > Unsubscribe: > }}} > {{{#!td > - Send an email to [mailto:[email protected] > [email protected]] > + Send an email to [email protected] > }}} > |----------------------------------------------------------- > {{{#!th align=left > @@ -35,7 +35,7 @@ > }}} > }}} > |----------------------------------------------------------- > -||[mailto:[email protected] [email protected]]||\ > +||[email protected]||\ > {{{#!td > {{{#!th align=left > Purpose: > @@ -48,14 +48,14 @@ > Subscribe: > }}} > {{{#!td > - Send an email to [mailto:[email protected] > [email protected]] > + Send an email to [email protected] > }}} > |----------------------------------------------------------- > {{{#!th align=left > Unsubscribe: > }}} > {{{#!td > - Send an email to [mailto:[email protected] > [email protected]] > + Send an email to [email protected] > }}} > |----------------------------------------------------------- > {{{#!th align=left > @@ -66,7 +66,7 @@ > }}} > }}} > |----------------------------------------------------------- > -||[mailto:[email protected] [email protected]]||\ > +||[email protected]||\ > {{{#!td > {{{#!th align=left > Purpose: > @@ -79,14 +79,14 @@ > Subscribe: > }}} > {{{#!td > - Send an email to [mailto:[email protected] > [email protected]] > + Send an email to [email protected] > }}} > |----------------------------------------------------------- > {{{#!th align=left > Unsubscribe: > }}} > {{{#!td > - Send an email to [mailto:[email protected] > [email protected]] > + Send an email to [email protected] > }}} > |----------------------------------------------------------- > {{{#!th align=left > @@ -97,7 +97,7 @@ > }}} > }}} > |----------------------------------------------------------- > -||[mailto:[email protected] [email protected]]||\ > +||[email protected]||\ > {{{#!td > {{{#!th align=left > Purpose: > -------8<------8<------8<------8<------8<------8<------8<------8<-------- > > -- > Page URL: <https://issues.apache.org/bloodhound/wiki/BloodhoundContactInfo> > Apache Bloodhound <https://issues.apache.org/bloodhound/> > The Apache Bloodhound issue tracker > > This is an automated message. Someone added your email address to be > notified of changes on 'BloodhoundContactInfo' page. > If it was not you, please report to .
