buildframework/helium/external/python/lib/common/docutils-0.5-py2.5.egg/docutils/urischemes.py
author wbernard
Wed, 23 Dec 2009 19:29:07 +0200
changeset 179 d8ac696cc51f
permissions -rw-r--r--
helium_7.0-r14027
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
179
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     1
# $Id: urischemes.py 4564 2006-05-21 20:44:42Z wiemann $
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     2
# Author: David Goodger <goodger@python.org>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     3
# Copyright: This module has been placed in the public domain.
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     4
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     5
"""
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     6
`schemes` is a dictionary with lowercase URI addressing schemes as
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     7
keys and descriptions as values. It was compiled from the index at
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     8
http://www.iana.org/assignments/uri-schemes (revised 2005-11-28)
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     9
and an older list at http://www.w3.org/Addressing/schemes.html.
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    10
"""
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    11
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    12
# Many values are blank and should be filled in with useful descriptions.
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    13
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    14
schemes = {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    15
      'about': 'provides information on Navigator',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    16
      'acap': 'Application Configuration Access Protocol; RFC 2244',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    17
      'addbook': "To add vCard entries to Communicator's Address Book",
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    18
      'afp': 'Apple Filing Protocol',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    19
      'afs': 'Andrew File System global file names',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    20
      'aim': 'AOL Instant Messenger',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    21
      'callto': 'for NetMeeting links',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    22
      'castanet': 'Castanet Tuner URLs for Netcaster',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    23
      'chttp': 'cached HTTP supported by RealPlayer',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    24
      'cid': 'content identifier; RFC 2392',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    25
      'crid': 'TV-Anytime Content Reference Identifier; RFC 4078',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    26
      'data': ('allows inclusion of small data items as "immediate" data; '
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    27
               'RFC 2397'),
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    28
      'dav': 'Distributed Authoring and Versioning Protocol; RFC 2518',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    29
      'dict': 'dictionary service protocol; RFC 2229',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    30
      'dns': 'Domain Name System resources',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    31
      'eid': ('External ID; non-URL data; general escape mechanism to allow '
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    32
              'access to information for applications that are too '
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    33
              'specialized to justify their own schemes'),
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    34
      'fax': ('a connection to a terminal that can handle telefaxes '
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    35
              '(facsimiles); RFC 2806'),
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    36
      'feed' : 'NetNewsWire feed',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    37
      'file': 'Host-specific file names; RFC 1738',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    38
      'finger': '',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    39
      'freenet': '',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    40
      'ftp': 'File Transfer Protocol; RFC 1738',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    41
      'go': 'go; RFC 3368',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    42
      'gopher': 'The Gopher Protocol',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    43
      'gsm-sms': ('Global System for Mobile Communications Short Message '
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    44
                  'Service'),
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    45
      'h323': ('video (audiovisual) communication on local area networks; '
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    46
               'RFC 3508'),
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    47
      'h324': ('video and audio communications over low bitrate connections '
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    48
               'such as POTS modem connections'),
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    49
      'hdl': 'CNRI handle system',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    50
      'hnews': 'an HTTP-tunneling variant of the NNTP news protocol',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    51
      'http': 'Hypertext Transfer Protocol; RFC 2616',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    52
      'https': 'HTTP over SSL; RFC 2818',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    53
      'hydra': 'SubEthaEdit URI.  See http://www.codingmonkeys.de/subethaedit.',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    54
      'iioploc': 'Internet Inter-ORB Protocol Location?',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    55
      'ilu': 'Inter-Language Unification',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    56
      'im': 'Instant Messaging; RFC 3860',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    57
      'imap': 'Internet Message Access Protocol; RFC 2192',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    58
      'info': 'Information Assets with Identifiers in Public Namespaces',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    59
      'ior': 'CORBA interoperable object reference',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    60
      'ipp': 'Internet Printing Protocol; RFC 3510',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    61
      'irc': 'Internet Relay Chat',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    62
      'iris.beep': 'iris.beep; RFC 3983',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    63
      'iseek' : 'See www.ambrosiasw.com;  a little util for OS X.',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    64
      'jar': 'Java archive',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    65
      'javascript': ('JavaScript code; evaluates the expression after the '
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    66
                     'colon'),
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    67
      'jdbc': 'JDBC connection URI.',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    68
      'ldap': 'Lightweight Directory Access Protocol',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    69
      'lifn': '',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    70
      'livescript': '',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    71
      'lrq': '',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    72
      'mailbox': 'Mail folder access',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    73
      'mailserver': 'Access to data available from mail servers',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    74
      'mailto': 'Electronic mail address; RFC 2368',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    75
      'md5': '',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    76
      'mid': 'message identifier; RFC 2392',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    77
      'mocha': '',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    78
      'modem': ('a connection to a terminal that can handle incoming data '
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    79
                'calls; RFC 2806'),
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    80
      'mtqp': 'Message Tracking Query Protocol; RFC 3887',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    81
      'mupdate': 'Mailbox Update (MUPDATE) Protocol; RFC 3656',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    82
      'news': 'USENET news; RFC 1738',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    83
      'nfs': 'Network File System protocol; RFC 2224',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    84
      'nntp': 'USENET news using NNTP access; RFC 1738',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    85
      'opaquelocktoken': 'RFC 2518',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    86
      'phone': '',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    87
      'pop': 'Post Office Protocol; RFC 2384',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    88
      'pop3': 'Post Office Protocol v3',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    89
      'pres': 'Presence; RFC 3859',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    90
      'printer': '',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    91
      'prospero': 'Prospero Directory Service; RFC 4157',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    92
      'rdar' : ('URLs found in Darwin source '
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    93
                '(http://www.opensource.apple.com/darwinsource/).'),
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    94
      'res': '',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    95
      'rtsp': 'real time streaming protocol; RFC 2326',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    96
      'rvp': '',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    97
      'rwhois': '',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    98
      'rx': 'Remote Execution',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    99
      'sdp': '',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   100
      'service': 'service location; RFC 2609',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   101
      'shttp': 'secure hypertext transfer protocol',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   102
      'sip': 'Session Initiation Protocol; RFC 3261',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   103
      'sips': 'secure session intitiaion protocol; RFC 3261',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   104
      'smb': 'SAMBA filesystems.',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   105
      'snews': 'For NNTP postings via SSL',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   106
      'snmp': 'Simple Network Management Protocol; RFC 4088',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   107
      'soap.beep': 'RFC 3288',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   108
      'soap.beeps': 'RFC 3288',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   109
      'ssh': 'Reference to interactive sessions via ssh.',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   110
      't120': 'real time data conferencing (audiographics)',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   111
      'tag': 'RFC 4151',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   112
      'tcp': '',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   113
      'tel': ('a connection to a terminal that handles normal voice '
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   114
              'telephone calls, a voice mailbox or another voice messaging '
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   115
              'system or a service that can be operated using DTMF tones; '
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   116
              'RFC 2806.'),
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   117
      'telephone': 'telephone',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   118
      'telnet': 'Reference to interactive sessions; RFC 4248',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   119
      'tftp': 'Trivial File Transfer Protocol; RFC 3617',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   120
      'tip': 'Transaction Internet Protocol; RFC 2371',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   121
      'tn3270': 'Interactive 3270 emulation sessions',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   122
      'tv': '',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   123
      'urn': 'Uniform Resource Name; RFC 2141',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   124
      'uuid': '',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   125
      'vemmi': 'versatile multimedia interface; RFC 2122',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   126
      'videotex': '',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   127
      'view-source': 'displays HTML code that was generated with JavaScript',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   128
      'wais': 'Wide Area Information Servers; RFC 4156',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   129
      'whodp': '',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   130
      'whois++': 'Distributed directory service.',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   131
      'x-man-page': ('Opens man page in Terminal.app on OS X '
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   132
                     '(see macosxhints.com)'),
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   133
      'xmlrpc.beep': 'RFC 3529',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   134
      'xmlrpc.beeps': 'RFC 3529',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   135
      'z39.50r': 'Z39.50 Retrieval; RFC 2056',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   136
      'z39.50s': 'Z39.50 Session; RFC 2056',}