On the current Slashdot.org Slashcode, there a feature
in the comments viewing to have the domain name in
square braces after any "<a href="....</a>"
I'd like to see string matching in this feature, where
by if the URL (http://www.slashdot.org for example) is
the same as the link text (for example, "slashdot.org"
or "www.slashdot.org", but not just "slashdot"), the
square braced domain name tag is ommitted (after all,
the link IS the domain name, why write it a second time).
This would stop the milding annoying (in my opinion)
"try out thissite.com [thissite.com]" occurances and
save a few bytes of bandwidth ;)
Logged In: YES
user_id=288856
Seems fair. Someone should submit a patch that does
this.
Logged In: YES
user_id=3889
Doesn't seem to hard if we insist the link text conform
to some standard pretty accurately. The nice thing is
that we can do this on the fly, so it'll be backwards-
compatible and if we find bugs they can be fixed without
having to munge the DB.
Logged In: YES
user_id=3889
If I get a patch I'll be happy to take a look :)