Cookbook /
            AddUrlSchemes
Summary: How to get PmWiki to recognize additional URL schemes such as 
irc:, nntp:, etc.Version:
Prerequisites:
Status:
Maintainer: Petko
Discussion: AddUrlSchemes-Talk
Categories: Administration, PHP72
Question
How do I get PmWiki to recognize additional URL schemes such as irc:, nntp:, etc.?
Answer
Add the desired schemes as new InterMap entries in the local/localmap.txt file.  For example, to add irc: as a recognized URL link, add the line
irc: irc:
to the local/localmap.txt file or to the Site.InterMap page. Other examples include
    nntp:       nntp:
    xmpp:       xmpp:
    telnet:     telnet:
    ssh:        ssh:
For more information, see PmWiki.InterMap.
See Also
Contributors
Comments
See discussion at AddUrlSchemes-Talk