support for alternative links
MJoyce - December 30, 2004 - 02:37
| Project: | Urlfilter |
| Version: | 4.5.x-1.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | deekayen |
| Status: | closed |
Jump to:
Description
Would it be possible to add support for other link types ?
I'd like to use this internally for our staff to reference files on the network; we have Macs and PCs on Windows servers.
afp://
smb://
file://s:\folder\file.doc
\\server\share\folder\file.doc
Just a thought.

#1
I'm about to add the following to the preg_replace, and I'd like to add the \\, but I'm not sure if I should implement \\ since it's really only two characters. At least stuff in a xxx:// format is almost definately something to link.
|smb://|afp://|file://|ssl://|sslv2://|sslv3://|tls://|tcp://|udp://If you really want \\server\asdf\foo.doc, open a new request, but I wouldn't expect it to ever get filled.
#2