Mercurial > hg > xemacs-beta
comparison man/w3.texi @ 82:6a378aca36af r20-0b91
Import from CVS: tag r20-0b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:07:36 +0200 |
parents | 1ce6082ce73f |
children | 0d2f883870bc |
comparison
equal
deleted
inserted
replaced
81:ebca3d831cea | 82:6a378aca36af |
---|---|
10 \overfullrule=0pt | 10 \overfullrule=0pt |
11 %\global\baselineskip 30pt % for printing in double space | 11 %\global\baselineskip 30pt % for printing in double space |
12 @end tex | 12 @end tex |
13 @synindex cp fn | 13 @synindex cp fn |
14 @synindex vr fn | 14 @synindex vr fn |
15 @dircategory World Wide Web | |
16 @dircategory GNU Emacs Lisp | |
17 @direntry | |
18 * W3: (w3). Emacs-W3 World Wide Web browser. | |
19 @end direntry | |
15 @ifinfo | 20 @ifinfo |
16 This file documents the Emacs-W3 World Wide Web browser. | 21 This file documents the Emacs-W3 World Wide Web browser. |
17 | 22 |
18 Copyright (C) 1993, 1994, 1995 William M. Perry | 23 Copyright (C) 1993, 1994, 1995 William M. Perry |
19 Copyright (C) 1996 Free Software Foundation | 24 Copyright (C) 1996 Free Software Foundation |
219 | 224 |
220 @node Stylesheets, Supported Protocols, Markup Languages Supported,Introduction | 225 @node Stylesheets, Supported Protocols, Markup Languages Supported,Introduction |
221 @chapter Stylesheets | 226 @chapter Stylesheets |
222 @cindex Stylesheets | 227 @cindex Stylesheets |
223 @cindex Cascading Style Sheets | 228 @cindex Cascading Style Sheets |
229 @cindex Aural Cascading Style Sheets | |
224 @cindex CSS | 230 @cindex CSS |
225 @cindex DSSSL | 231 @cindex DSSSL |
226 :: WORK :: Document CSS support | 232 :: WORK :: Document CSS support |
233 CSS Information at http://www.w3.org/pub/WWW/TR/REC-CSS1 | |
234 Style guide at http://www.htmlhelp.com/reference/css/ | |
235 :: WORK :: Document ACSS support | |
236 ACSS Information at http://www.w3.org/pub/WWW/Style/CSS/Speech/NOTE-ACSS | |
227 :: WORK :: Document DSSSL support | 237 :: WORK :: Document DSSSL support |
228 | 238 |
229 @node Supported Protocols, , Stylesheets, Introduction | 239 @node Supported Protocols, , Stylesheets, Introduction |
230 @chapter Supported Protocols | 240 @chapter Supported Protocols |
231 @cindex Network Protocols | 241 @cindex Network Protocols |
259 @inforef{Ange-FTP,Top,ange-ftp}, for more information on Ange-FTP, or | 269 @inforef{Ange-FTP,Top,ange-ftp}, for more information on Ange-FTP, or |
260 @inforef{EFS, Top,efs}, for information on EFS. | 270 @inforef{EFS, Top,efs}, for information on EFS. |
261 @item Local files | 271 @item Local files |
262 Local files are of course handled, and MIME content-types are derived | 272 Local files are of course handled, and MIME content-types are derived |
263 from the file extensions. | 273 from the file extensions. |
264 @item Telnet, tn3270, rlogin | 274 @item telnet, tn3270, rlogin |
265 Telnet, tn3270, and rogin are handled by running the appropriate program | 275 Telnet, tn3270, and rogin are handled by running the appropriate program |
266 in an emacs buffer, or running an external process. | 276 in an emacs buffer, or running an external process. |
267 @item Mailto | 277 @item mailto |
268 Causes a mail message to be started to a specific address. Supports the | 278 Causes a mail message to be started to a specific address. Supports the |
269 Netscape @i{extensions} to specify arbitrary headers on the message. | 279 Netscape @i{extensions} to specify arbitrary headers on the message. |
280 @item data | |
281 A quick and easy way to `inline' small pieces of information that you do | |
282 not necessarily want to download over the net separately. Can speed up | |
283 display of small icons, stylesheet information, etc. See the internet | |
284 draft draft-masinter-url-data-02.txt for more information. | |
270 @item mailserver | 285 @item mailserver |
271 A more powerful version of mailto, which allows the author to specify | 286 A more powerful version of mailto, which allows the author to specify |
272 the subject and body text of the mail message. This type of link is | 287 the subject and body text of the mail message. This type of link is |
273 never fully executed without user confirmation, because it is possible | 288 never fully executed without user confirmation, because it is possible |
274 to insert insulting or threatening (and possibly illegal) data into the | 289 to insert insulting or threatening (and possibly illegal) data into the |
275 message. The mail message is displayed, and the user must confirm the | 290 message. The mail message is displayed, and the user must confirm the |
276 message before it is sent. | 291 message before it is sent. |
277 @item X-exec | 292 @item x-exec |
278 A URL can cause a local executable to be run, and its output interpreted | 293 A URL can cause a local executable to be run, and its output interpreted |
279 as if it had come from an HTTP server. This is very useful, but is | 294 as if it had come from an HTTP server. This is very useful, but is |
280 still an experimental protocol, hence the X- prefix. This URL protocol | 295 still an experimental protocol, hence the X- prefix. This URL protocol |
281 is deprecated, but might be useful in the future. | 296 is deprecated, but might be useful in the future. |
282 @item NFS | 297 @item NFS |
283 Retrieves information over NFS. This requires that your operating | 298 Retrieves information over NFS. This requires that your operating |
284 system support auto-mounting of NFS volumes. | 299 system support auto-mounting of NFS volumes. |
285 @item Finger | 300 @item finger |
286 Retrieves information about a user via the 'finger' protocol, as defined | 301 Retrieves information about a user via the 'finger' protocol. |
287 in RFC ????? :: WORK :: | |
288 @item Info | 302 @item Info |
289 Creates a link to an GNU-style info file. @inforef{Info,Top,info}, for more | 303 Creates a link to an GNU-style info file. @inforef{Info,Top,info}, for more |
290 information on the Info format. | 304 information on the Info format. |
291 @item SSL | 305 @item SSL |
292 SSL requires a set of patches to the Emacs C code and SSLRef 2.0, or an | 306 SSL requires a set of patches to the Emacs C code and SSLRef 2.0, or an |