~ubuntu-branches/ubuntu/jaunty/python-docutils/jaunty

« back to all changes in this revision

Viewing changes to docutils/urischemes.py

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-07-10 11:45:05 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710114505-otkhqcslevewxmz5
Tags: 0.4-3
Added build dependency on python-central (closes: #377580).

Show diffs side-by-side

added added

removed removed

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