[Catalog-sig] [updates] PEP 301 -- Package Index and Metadata for Distutils
Richard Jones
rjones@ekit-inc.com
Thu, 21 Nov 2002 15:50:09 +1100
On Thu, 21 Nov 2002 3:28 pm, Oliver Rutherfurd wrote:
> In HTML output generated by Docutils, the '@' in mailto: links is replaced
> with '@'.
I wasn't going to put a mailto: link in - that seemed like too much of a
gimme.
> Maybe that and displaying 'user at blah' would make it a little less
> obvious.
In Roundup, I actually do the "user at blah" but if it's user@blah.com, " drop
the last part so it becomes "user at blah ...". The between Roundup and here
is that we don't actually need to see the full address in Roundup. Here, it's
actually useful to display the contact email.
I'll initially use "@"->" at " and "." -> " ".
Richard