Re: Replacing @ with " at " - Mailing list pgsql-www

From Robert Treat
Subject Re: Replacing @ with " at "
Date
Msg-id 200312050734.39069.xzilla@users.sourceforge.net
Whole thread Raw
In response to Re: Replacing @ with " at "  (Devrim GUNDUZ <devrim@gunduz.org>)
Responses Re: Replacing @ with " at "  (Devrim GUNDUZ <devrim@gunduz.org>)
Re: Replacing @ with " at "  (Michael Glaesemann <grzm@myrealbox.com>)
Re: Replacing @ with  ("Andreas Grabmüller" <webmaster@letzplay.de>)
List pgsql-www
On Friday 05 December 2003 06:20, Devrim GUNDUZ wrote:
> On Fri, 5 Dec 2003, Dave Page wrote:
> > > I saw something on index.php; but I'm not sure that it works:
> > >
> > >  ereg_replace("@", "@", pg_result($rs, $x, "posted_by"))
> >
> > That was done by Greg Sabino Mullane
>
> hmm. I've edited index.php, and it seems ok now.
>
> http://www.postgresql.org/index.php
>
> I've also edited news.php and event.php. Dave, could you please commit all
> three files to CVS?
>

I have an issue with the way this was done.  The email addresses were left as
links, but the links aren't valid (pops up in your email as foo at bar.com.
Theres a couple solutions to this:

1) Don't make the email address a link
2) make the mailto be a valid link, but the words on the page not
3) add a checkbox to the submit page to "obfuscate email", so that s/@/at, and
not a link, or we'll leave in @ and make it a link.

Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

pgsql-www by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Replacing @ with " at "
Next
From: Devrim GUNDUZ
Date:
Subject: Re: Replacing @ with " at "