SID-00013: Uncommon link types
| Status: |
Answered |
TWiki version: |
|
Perl version: |
|
| Category: |
CategoryRendering |
Server OS: |
|
Last update: |
17 years ago |
At my company we use links with a "doors://" protocol. The browser on our desktops can process this link, but we can't create any such link in TWiki, because it rejects the possibility that "doors://" could be a protocol. Couldn't TWiki use a regular expression instead of hardcoded strings to detect a protocol?
[A-Za-z][A-Za-z0-9]*:\/\/ would identify any protocol, right? If this feature were available, we would use it.
--
ByronHawkins - 06 Jan 2009
Discussion and Answer
You can add uncommon protocols to the
{linkProtocolPattern} setting in configure.
Alternatively, add a new rule to your
InterwikiPlugin.
--
PeterThoeny - 06 Jan 2009
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.