PmWiki /
Link Schemes
(:Summary: PmWiki group header. Includes styles and trail.:)
{PmWiki.LinkSchemes$:Audience}
(:Summary: Link schemes supported by PmWiki:)
Link schemes supported by PmWiki
Of the URI schemes[1] (protocols) (data: file: ftp: gopher: http: https: ldap: ldapi: ldaps: mailto: mms: news: nntp: pop: rlogin: rtsp: rtspu: rsync: sip: sips: snews: telnet: tn3270: ssh: urn: urn:isbn: urn:oid:) the following are supported by PmWiki (as defined in pmwiki.php)
- http: rfc 2616 [2]
- https: rfc 2817
- mailto: rfc 2368
- ftp: rfc 959 [3]
- news: rfc 1738 [4]
- gopher: rfc 1436 [5]
- nap: http://nap.dstm.info/
- file: rfc 1738
See also
- InterMap {PmWiki.InterMap$:Summary}
- Custom InterMap {PmWiki.CustomInterMap$:Summary}
- $LinkFunctions
How do I add a new scheme, eg mms?
See Cookbook:AddUrlSchemes {Cookbook.AddUrlSchemes$:Summary}