Subject: | texinfo @url{} and @uref{} |
Date: | Thu, 06 Aug 2009 08:47:32 +1000 |
To: | bug-URI-Find [...] rt.cpan.org |
From: | Kevin Ryde <user42 [...] zip.com.au> |
I know you're not taking lots of url quoting styles just yet, but one to
contemplate for the future would be the texinfo comands
@uref{http://foo.com/}
@uref{http://foo.com/,Display text}
@uref{http://foo.com/,Display text,Repl text}
@url{http://foo.com/}
@url{http://foo.com/,Display text}
@url{http://foo.com/,Display text,Repl text}
The two @uref{} and @url{} names are synonyms. The key for URI::Find is
that the url arg stops at a "," whereas normally a comma is a valid
uri-char (without a following space at least, or some such).