Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

support for gopher URLs

Quote Reply
support for gopher URLs
I know, the Web has pretty much taken over the world. But where can I hack Links 2.0 to make it so that gopher URLs aren't rejected?

Larry Scritchfield

Quote Reply
Re: support for gopher URLs In reply to
In links.def, in the %db_def hash, your URL field looks like:
Code:
URL => [2, 'alpha', 40, 75, 1, 'http://', '^http|news|mailto|ftp'],
after |ftp, add |gopher.

--Drew