home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Komunik / Amaya / WinNT2000 / amaya-WindowsNT-4.3.exe / _SETUP.1 / Configure.html < prev    next >
Encoding:
Extensible Markup Language  |  2001-02-26  |  22.3 KB  |  504 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.   <title>Configuring Amaya</title>
  7.   <meta name="GENERATOR" content="amaya V4.2.2" />
  8.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  9. </head>
  10.  
  11. <body xml:lang="en" lang="en">
  12.  
  13. <table border="0" width="100%" summary="toc">
  14.   <tbody>
  15.     <tr>
  16.       <td><p><img border="0" alt="W3C" src="../../Icons/WWW/w3c_home" /> <img
  17.         border="0" alt="Amaya" src="../Icons/amaya.gif" /></p>
  18.       </td>
  19.       <td><p align="right"><a href="Annotations.html" accesskey="p"><img
  20.         alt="previous" border="0" src="../Icons/left.gif" /></a> <a
  21.         href="Manual.html" accesskey="t"><img alt="top" border="0"
  22.         src="../Icons/up.gif" /></a> <a href="ShortCuts.html"
  23.         accesskey="n"><img alt="next" border="0" src="../Icons/right.gif"
  24.         /></a></p>
  25.       </td>
  26.     </tr>
  27.   </tbody>
  28. </table>
  29.  
  30. <div id="Configuring">
  31. <h2>Configuring Amaya</h2>
  32.  
  33. <p><strong>Amaya</strong> uses different configuration files to get initial
  34. values for global parameters, dialogues, shortcuts, window size and position,
  35. user's style sheet, etc. You can change most of the configuration parameters
  36. by means of specific preferences menus. This document outlines the
  37. configuration directory and file <a href="#Conventions">conventions</a>, gives
  38. a walk-through of the different <a href="#preferences">preference menus</a>,
  39. and gives specific information on how to configure the <a
  40. href="ShortCuts.html#shortcuts">keyboard shortcuts</a>.</p>
  41.  
  42. <h3><a name="Conventions">Conventions</a></h3>
  43.  
  44. <h4><a name="L979">The <strong>Amaya/Config</strong> directory</a></h4>
  45.  
  46. <p>This is the directory where most of the default values and all the dialogue
  47. messages are stored. The directory's parent is the one where Amaya was
  48. installed.</p>
  49.  
  50. <h4><a name="AmayaHome">The AmayaHome Directory</a></h4>
  51.  
  52. <p>Amaya stores the user preferences as well as other user configuration files
  53. in a directory which we call the <strong>AmayaHome</strong> directory. The
  54. following table shows where this directory is stored within different
  55. architectures:</p>
  56.  
  57. <table border="1" summary="directory structure" align="center">
  58.   <thead>
  59.     <tr>
  60.       <td><strong>architecture</strong></td>
  61.       <td><strong>AmayaHome directory</strong></td>
  62.     </tr>
  63.   </thead>
  64.   <tbody>
  65.     <tr>
  66.       <td>Unix</td>
  67.       <td>$HOME/.amaya</td>
  68.     </tr>
  69.     <tr>
  70.       <td>Windows 95/ 
  71.  
  72.         <p>Windows 98</p>
  73.       </td>
  74.       <td>AMAYA-INSTALL-DIR\users\username 
  75.  
  76.         <p>or, if the user didn't login to Windows,</p>
  77.  
  78.         <p>AMAYA-INSTALL-DIR\users\default</p>
  79.       </td>
  80.     </tr>
  81.     <tr>
  82.       <td>Windows NT</td>
  83.       <td>c:\winnt\profiles\username\amaya</td>
  84.     </tr>
  85.   </tbody>
  86. </table>
  87.  
  88. <p>The <strong>AmayaHome</strong> directory is preserved even when installing
  89. new versions of Amaya and may contain the following files:</p>
  90. <ul>
  91.   <li><strong>thot.rc</strong> : the user preferences, changed through the
  92.     preferences menu.</li>
  93.   <li><a name="keyboard"><strong>amaya.keyboard</strong></a> (Unix) or
  94.     <strong>amaya.kb</strong> (Windows) : this file defines <a
  95.     href="ShortCuts.html#shortcuts">Amaya keyboard shortcuts</a>.</li>
  96.   <li><strong>amaya.css</strong> : contains the user's style sheet.</li>
  97.   <li><strong>dictionary.DCT</strong> : Amaya provides a <a
  98.     href="SpellChecking.html#Spell">multilingual spell checker</a>. By default
  99.     the spell checker works with two dictionaries: the English dictionary and
  100.     the French dictionary (these two dictionaries can be downloaded from <a
  101.     href="http://www.w3.org/Amaya/User/BinDist.html">W3C servers</a>). When
  102.     the user wants to register a new word, the spell checker creates or
  103.     updates the "user's personal dictionary".</li>
  104. </ul>
  105.  
  106. <p><strong>Note:</strong> the <strong>amaya.keyboard/amaya.kb</strong> and
  107. <strong>amaya.css</strong> files are loaded at launch time. If you change
  108. them, you will need to quit and restart Amaya to take them into account.</p>
  109.  
  110. <h4><a name="AmayaTemp">The AmayaTemp Directory</a></h4>
  111.  
  112. <p>Amaya stores all the temporary files it creates during its execution in a
  113. directory which we call the <strong>AmayaTemp</strong> directory. The
  114. following table shows where this directory is stored within different
  115. architectures:</p>
  116.  
  117. <table border="1" summary="directory structure" align="center">
  118.   <thead>
  119.     <tr>
  120.       <td><strong>architecture</strong></td>
  121.       <td><strong>AmayaTemp directory</strong></td>
  122.     </tr>
  123.   </thead>
  124.   <tbody>
  125.     <tr>
  126.       <td>Unix</td>
  127.       <td>$HOME/.amaya</td>
  128.     </tr>
  129.     <tr>
  130.       <td>Windows</td>
  131.       <td><p>c:\temp\amaya (default value)</p>
  132.       </td>
  133.     </tr>
  134.   </tbody>
  135. </table>
  136.  
  137. <p>Amaya creates files in this directory while browsing remote documents or
  138. printing a document. The cache is stored in this directory. The user may
  139. change both the AmayaTemp and cache directories by means of the
  140. <strong>General Preferences</strong> and <strong>Cache</strong> menus.</p>
  141.  
  142. <p>Amaya always tries to delete all the temporary files it creates. However,
  143. if Amaya crashes, the temporary files will not be deleted. This will not
  144. impact subsequent executions of Amaya.</p>
  145.  
  146. <h3><a name="preferences">Preferences Menus</a></h3>
  147.  
  148. <p>These menus are found under the <strong>Special/Preference</strong> menu.
  149. There are nine different preference menus available: <a
  150. href="#General">general</a>, <a href="#Publishing">publishing</a>, <a
  151. href="#Cache">cache</a>, <a href="#Specifying1">proxy</a>, <a
  152. href="#color">colors</a>, <a href="#HTML">Window geometry</a>, <a
  153. href="#lang">language negotiation</a>, <a href="#Profiles">profiles</a>, and
  154. <a href="#Templates">templates</a>. In each of these menus, there are three
  155. common action buttons:</p>
  156.  
  157. <table border="0" cellspacing="10" cellpadding="5"
  158. summary="action button chart">
  159.   <tbody>
  160.     <tr>
  161.       <th bgcolor="C0C0C0">Apply</th>
  162.       <td>This button validates and store the options shown in the menu.</td>
  163.     </tr>
  164.     <tr>
  165.       <th bgcolor="C0C0C0">Defaults</th>
  166.       <td>This button restores, but not save, the default values. Use the
  167.         Apply button to validate the options.</td>
  168.     </tr>
  169.     <tr>
  170.       <th bgcolor="C0C0C0">Done</th>
  171.       <td>This button dismisses the menu.</td>
  172.     </tr>
  173.   </tbody>
  174. </table>
  175.  
  176. <h4><a name="General">General preferences</a></h4>
  177.  
  178. <p style="text-align: center"><img src="../Icons/GeneralMenu.gif"
  179. alt="General Preferences Menu" /></p>
  180. <dl>
  181.   <dt></dt>
  182.   <dt><strong>Amaya user directory</strong> (Windows platforms only, not shown
  183.   in the included figure)</dt>
  184.     <dd>Specifies the directory where the user preferences are stored.<br />
  185.       <strong>Note:</strong> the user can't change the location of this
  186.       directory.<br />
  187.       <br />
  188.     </dd>
  189.   <dt><strong>Amaya temporary directory</strong> (Windows platforms only, not
  190.   shown in the figure)</dt>
  191.     <dd>Specifies the directory where Amaya will store its temporary files,
  192.       for example, while printing a document. If not specified, the default
  193.       temporary directory will be <code>c:\temp</code>.<br />
  194.       <strong>Note:</strong> changing this directory will not erase the
  195.       previous one. You will have to remove the old directory manually. If the
  196.       <a href="#Cache">cache</a> was located under the previous temporary
  197.       directory, a new cache will be created under the new directory.<br />
  198.       <br />
  199.     </dd>
  200.   <dt><strong>Home Page</strong></dt>
  201.     <dd>Specifies the URI that Amaya will load when launched or when the user
  202.       presses the home page button. An example is
  203.       <code>http://www.w3.org</code>.<br />
  204.       <strong>Note:</strong> A complete URI must be used.<br />
  205.       <br />
  206.     </dd>
  207.   <dt><strong><a name="Enable">Enable multi-key</a></strong></dt>
  208.     <dd>Enables or disables the optional multi-key input method. 
  209.       <p>The optional input method (Multi-Key) is based on a two key sequence
  210.       beginning with the "accent" followed by the "letter". For example to
  211.       obtain a 'π' first press '~' then type 'a'. To obtain a '~' you have to
  212.       press '~' twice.</p>
  213.       <p>Character sequences used by the standard multi-key input method and
  214.       the optional multi-key input method are summarized in <a
  215.       href="Keyboard.html#Keyboard">two different tables</a>.</p>
  216.       <p></p>
  217.     </dd>
  218.   <dt>á<strong>Show background images</strong></dt>
  219.     <dd>Controls whether background images should be shown. This option is
  220.       only effective when loading a new document. 
  221.       <p></p>
  222.     </dd>
  223.   <dt><strong>Double click activates link</strong></dt>
  224.     <dd>Since the first version of Amaya, users need to double click on a link
  225.       to activate it. This allows one to differentiate between the edition of
  226.       a link or its activation. You can override this behavior by deactivating
  227.       this option. 
  228.       <p></p>
  229.     </dd>
  230.   <dt><strong>Enable FTP (experimental)</strong></dt>
  231.     <dd>Allows Amaya to follow FTP URLs. This support is experimental and it's
  232.       not yet fully debugged. For example, for FTP URLs needing user
  233.       authentication, the authentication information is not always memorized.
  234.       Also, pressing the Stop button during an FTP download may crash Amaya.
  235.       Albeit these problems, we added this option to Amaya so that other
  236.       developer's may help us to debug it faster. By default this option is
  237.       turned off.<br />
  238.     </dd>
  239.   <dt><strong>Access keys</strong></dt>
  240.     <dd>Specifies the key <strong>Alt</strong> or <strong>Control</strong>
  241.       used to implement the document <a href="Browsing.html#Access">access
  242.       keys</a> or notifies that access keys defined in documents are ignored.
  243.       <p></p>
  244.     </dd>
  245.   <dt><strong>Menu Font size</strong> (Unix platforms only)</dt>
  246.     <dd>Specifies the font size of all the Amaya menus. This option is only
  247.       taken into account at launch time. 
  248.       <p><br />
  249.       </p>
  250.     </dd>
  251.   <dt><strong>Font Zoom</strong></dt>
  252.     <dd>It's possible to zoom in and zoom out, document window by document
  253.       window. Each document (text and images) displayed within a zoomed window
  254.       will be displayed larger or smaller than its real size according of the
  255.       current zoom.<br />
  256.       That option allows you to change the default font zoom for all windows.
  257.       This change affects only font sizes but not images and is reflected
  258.       immediately in all open document windows.<br />
  259.       <br />
  260.     </dd>
  261.   <dt><strong>Double click delay</strong> (Unix platforms only)</dt>
  262.     <dd>This option allows one to control the delay for which two mouse clicks
  263.       are classed as a double-click. This option is only taken into account at
  264.       launch time.<br />
  265.       <br />
  266.     </dd>
  267.   <dt><strong>Dialogue language</strong></dt>
  268.     <dd>Specifies the language for all of Amaya's menus and dialogue messages.
  269.       The default language is American English (value <code>en_US</code>). At
  270.       the present time only three alternate languages are available: English
  271.       (<code>en</code>), French (<code>fr</code>), and German
  272.       (<code>de</code>). When launched, Amaya loads dialogue files according
  273.       to the current dialogue language: en-, fr-, or de- files. These dialogue
  274.       files are located in the <strong>Amaya/config</strong> directory. 
  275.       <p>In Thot, a document is specified according to a schema. In Amaya, the
  276.       dialogue messages that are displayed when parsing a document or when
  277.       saving it under a specific schema are located in the
  278.       <strong>Amaya/amaya/HTML.<em>code</em></strong> file, where the
  279.       <em>code</em> suffix is a language abbreviation (e.g. <code>en</code> or
  280.       <code>fr</code>). This file has 4 sections:</p>
  281.       <ul>
  282.         <li><strong>extension:</strong> not used by Amaya</li>
  283.         <li><strong>presentation:</strong> not used by Amaya</li>
  284.         <li><strong>export</strong>: give the text displayed for each
  285.           translation schema ("Save As" command)</li>
  286.         <li><strong>translation</strong>: give the text displayed for each
  287.           element and attribute in the Thot HTML structure.</li>
  288.       </ul>
  289.       <p>It is possible to adapt Amaya to new ISO-Latin-1 languages by writing
  290.       corresponding dialogue files. These dialogue files have to be located in
  291.       the same directory (i.e. <strong>Amaya/config</strong>) and must use the
  292.       correct ISO 639 code as a prefix (it- for Italian, de- for German,
  293.       etc.). The specific HTML.code file also has to be created.</p>
  294.       <p></p>
  295.     </dd>
  296. </dl>
  297.  
  298. <h4><a name="Publishing">Publishing preferences</a></h4>
  299.  
  300. <p style="text-align: center"><img src="../Icons/PublishMenu.gif"
  301. alt="Publish Preferences Menu" /></p>
  302. <dl>
  303.   <dt><strong>Use ETAGS and preconditions</strong></dt>
  304.     <dd>HTTP/1.1 introduces new headers that allow to avoid the <a
  305.       href="http://www.w3.org/WinCom/NoMoreLostUpdates.html">lost updates</a>
  306.       problem when publishing. With this mechanism, you can detect conflicts
  307.       when two users are publishing the same document.</dd>
  308.   <dt><strong>Verify each PUT with a GET</strong></dt>
  309.     <dd>If you don't trust your server, this option tells Amaya to retrieve
  310.       each document as soon as it has been published and compare it with the
  311.       copy stored in your workstation. If the documents differ, Amaya will
  312.       warn you.</dd>
  313.   <dt><strong>Default name for URLs finishing in '/'</strong></dt>
  314.     <dd>An HTTP server usually associate the URLs that finish in '/' with a
  315.       default name, e.g., Overview.html. This option allows specifying the
  316.       default name that Amaya should use when publishing such a URL. Please
  317.       consult with your Webmaster to find out what the default name is for
  318.       your server.</dd>
  319.   <dt><strong>Allow automatic PUT redirections on these domains</strong></dt>
  320.     <dd>According to the HTTP/1.1 specification, PUT operations should not be
  321.       automatically redirected unless it can be confirmed by the user, since
  322.       this might change the conditions under which the request was issued. You
  323.       can avoid having Amaya prompt with a PUT redirection warning by entering
  324.       the name of the server's domain to which you are publishing. You may
  325.       specify one or more domains, each separated with a <em>space</em>, e.g.,
  326.       <code>www.w3.org groucho.marx.edu</code>.</dd>
  327. </dl>
  328.  
  329. <h4><a name="Cache">Cache preferences</a></h4>
  330.  
  331. <p style="text-align: center"><img src="../Icons/CacheMenu.gif"
  332. alt="Cache Preferences Menu" /></p>
  333.  
  334. <p>Amaya provides a cache through libwww. By default, the cache is enabled by
  335. default and is stored in the <strong>AmayaTemp/libwww-cache</strong>
  336. directory. This menu also provides a <strong>Flush Cache</strong> button, for
  337. erasing the cache directory.</p>
  338. <dl>
  339.   <dt><strong>Enable cache</strong></dt>
  340.     <dd>Activates or deactivates the cache</dd>
  341.   <dt><strong>Cache protected documents</strong></dt>
  342.     <dd>By default, documents which are protected by a password are stored in
  343.       the cache. Use this flag to override this behavior.</dd>
  344.   <dt><strong>Disconnected mode</strong></dt>
  345.     <dd>Always retrieves documents from the cache.</dd>
  346.   <dt><strong>Ignore Expires: header</strong></dt>
  347.     <dd>Does not expire cache entries.</dd>
  348.   <dt><strong>Cache directory</strong></dt>
  349.     <dd>Gives the parent directory for the libwww-cache directory. Changing
  350.       this directory does not erase the contents of the previous one. You will
  351.       have to remove it yourself.<br />
  352.       <strong>Note:</strong> File protection mechanisms prevent the use of NFS
  353.       (Network File System) directories for the cache directory as NFS allows
  354.       reuse by multiple processes or users. Use a 'local' directory for the
  355.       cache.</dd>
  356.   <dt><strong>Cache size</strong></dt>
  357.     <dd>Gives the size, in megabytes, of the cache repository.</dd>
  358.   <dt><strong>Cache entry size limit</strong></dt>
  359.     <dd>Gives the maximum size for a cache entry.</dd>
  360. </dl>
  361.  
  362. <h4><a name="Proxy">Proxy preferences</a></h4>
  363.  
  364. <p style="text-align: center"><img src="../Icons/ProxyMenu.gif"
  365. alt="Proxy Preferences Menu" /></p>
  366.  
  367. <p>You can specify a proxy and a set of domains where the proxy should or
  368. should not be used by means of this menu.</p>
  369. <dl>
  370.   <dt><strong>HTTP proxy</strong></dt>
  371.     <dd>Gives the proxy that should be used for HTTP requests. You must
  372.       specify the full name of the server. If the server is running in a port
  373.       other than 80, then, like in a URL, you need to add a ":" char to the
  374.       proxy name, followed by the port number. For example:: 
  375.       <pre>   groucho.marx.edu
  376.             </pre>
  377.       <p>declares a proxy called groucho.marx.edu running at the default port
  378.       80, and</p>
  379.       <pre>   groucho.marx.edu:1234
  380.             </pre>
  381.       <p>declares a proxy called groucho.marx.edu, running at port 1234</p>
  382.     </dd>
  383. </dl>
  384. <dl>
  385.   <dt><strong>Proxy domain list</strong></dt>
  386.     <dd>Gives a list of space separated domains where you want to use or not
  387.       use your proxy. For example: 
  388.       <pre>harpo.marx.edu zeppo.marx.edu chico.marx.edu
  389.               ^--------------^----> space separated entries
  390.             </pre>
  391.       <p>Use the switch buttons to specify if the proxy should or shouldn't be
  392.       used with this domain list.</p>
  393.     </dd>
  394. </dl>
  395.  
  396. <h4><a name="color">Color preferences</a></h4>
  397.  
  398. <p style="text-align: center"><img src="../Icons/ColorMenu.gif"
  399. alt="Color Preferences Menu" /></p>
  400.  
  401. <p>This menu allows selection of the default foreground and background colors
  402. for documents. It allows also to control the colors: used by Amaya to display
  403. the current selection</p>
  404. <ul type="square">
  405.   <li><strong>Caret color</strong> gives the foreground color that shows the
  406.     selection when it's limited to an insert point;</li>
  407.   <li><strong>Selection colo</strong>r gives the background that shows the
  408.     current selection when it's extended.</li>
  409. </ul>
  410.  
  411. <p>The Unix version also provides entries for changing the menu colors. To
  412. change menu colors in Windows, you will need to use the standard Windows
  413. configuration control, found in the Control Panel folder.</p>
  414.  
  415. <p>All these colors may be selected by name, hex code, or rgb format:</p>
  416. <ul type="square">
  417.   <li>Valid names are: Aqua, Black, Blue, Fuchsia, Gray, Green, Lime, Maroon,
  418.     Navy, Olive, Purple, Red, Silver, Teal, Yellow, and White.</li>
  419.   <li>Valid hexcode format is #FF00FF as an example.</li>
  420.   <li>Valid rgb format is rgb(255, 0, 255) as an example.</li>
  421. </ul>
  422.  
  423. <p>If you enter an invalid color, the default colors will be used instead.</p>
  424.  
  425. <p>In Windows, you can also select colors by means of a color palette.</p>
  426.  
  427. <p><strong>Note:</strong> the color changes will be effective when you open a
  428. new document window or when reloading a document.</p>
  429.  
  430. <p>Setting or changing colors for links, visited links, and active links is
  431. done through the Amaya.css style sheet.</p>
  432.  
  433. <h4><a name="HTML">Window geometry preferences</a></h4>
  434.  
  435. <p style="text-align: center"><img src="../Icons/GeomMenu.gif"
  436. alt="Geometry Preferences Menu" /></p>
  437.  
  438. <p>This menu allows you to save the current window position and size size of
  439. the different views of a document (formatted, structure, alternate, links, and
  440. Table of Contents.) or to restore the default values. Note that the values
  441. that are saved are those belonging to the views of the document where you
  442. called this menu. These changes will be reflected when you open new document
  443. windows.</p>
  444.  
  445. <h4><a name="lang">Language negotiation preferences</a></h4>
  446.  
  447. <p style="text-align: center"><img src="../Icons/LangueNegotiation.gif"
  448. alt="Language negotiation menu" /></p>
  449.  
  450. <p>If a document exists in different languages and your server is configured
  451. to do language negotiation, you can use this menu to enter your language
  452. preferences (first one has the highest priority). Try browsing this <a
  453. href="http://www.w3.org/1999/05/WCAG-RECPressRelease.html">press release</a>,
  454. which exists in French, English, and Japanese versions. By changing the
  455. language negotiation to the ISO codes for the above languages
  456. (<strong>fr</strong>, <strong>en</strong>, or <strong>ja</strong> you can
  457. transparently request any of these versions.</p>
  458.  
  459. <h4><a name="Profiles">Profiles</a></h4>
  460.  
  461. <p style="text-align: center"><img src="../Icons/ProfilesMenu.gif"
  462. alt="Profiles  menu" /></p>
  463.  
  464. <p>In Amaya, a <strong>profile</strong> defines the look and feel of of the
  465. Amaya user interface. You can use profiles to hide or display the Amaya
  466. buttons and menus. This menu allows you to choose a given profile definition
  467. file and select among any of the profiles proposed by that file. Amaya
  468. proposes four sample profiles: <em>editor</em>, <em>mini-editor</em>,
  469. <em>browser</em>, <em>mini-browser</em>, each one with different capabilities.
  470. Any profile change will be effective upon the next launch of Amaya.</p>
  471.  
  472. <h4><a name="Templates">Templates</a></h4>
  473.  
  474. <p style="text-align: center"><img src="../Icons/TemplatesMenu.gif"
  475. alt="Templates " /></p>
  476.  
  477. <p>A <strong>template</strong> is a model, or skeleton, of a document that you
  478. may use for creating your own documents. This menu allows you to specify the
  479. URL of a template server, which may be either local to your station or stored
  480. in some server. You'll need to quit Amaya to validate this option. When you
  481. launch Amaya again., there will be a new <code>File/New/From Template</code>
  482. entry. Following this entry will open a new document showing you the results
  483. of browsing the template URL. The idea is that this page acts as an index to
  484. the templates available in your station or in the template server. A sample
  485. template server is available at <a
  486. href="http://cgi.w3.org/cgi-bin/createform.pl">http://cgi.w3.org/cgi-bin/createform.pl</a>.
  487. For more info, browse the <a
  488. href="http://www.w3.org/Amaya/User/Templates.html">using templates with
  489. Amaya</a> page.</p>
  490. </div>
  491.  
  492. <p align="right"><a href="Annotations.html"><img alt="previous" border="0"
  493. src="../Icons/left.gif" /></a><a href="Manual.html"><img alt="top" border="0"
  494. src="../Icons/up.gif" /></a> <a href="ShortCuts.html"><img alt="next"
  495. border="0" src="../Icons/right.gif" /></a></p>
  496. <hr />
  497. <address>
  498.   <a href="mailto:vatton@w3.org">IrΦne Vatton</a><br />
  499.   <br />
  500.  
  501. </address>
  502. </body>
  503. </html>
  504.