Diff for /Amaya/amaya/AmayaPage.html between versions 1.62 and 1.63

version 1.62, 2000/07/11 08:04:39 version 1.63, 2000/09/08 15:50:17
Line 1 Line 1
 <?xml version="1.0" encoding="iso-8859-1"?>  <?xml version="1.0" encoding="iso-8859-1"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">      "DTD/xhtml1-1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">  <html xmlns="http://www.w3.org/1999/xhtml">
 <head>  <head>
   <title>Welcome to Amaya</title>    <title>Welcome to Amaya</title>
   <meta name="GENERATOR" content="amaya V3.2.1" />    <meta name="GENERATOR" content="amaya V3.2.1" />
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
   <style type="text/css">    <style type="text/css">
     body {font-family: helvetica, arial, sans-serif; color: #501070;    body {font-family: helvetica, arial, sans-serif; color: #501070;
           background-color: #f7edff}   background-color: #f7edff}
     h1 {font-size: 200%; font-weight: bold; font-style:italic; color:#ffa0d8;   h1 {font-size: 200%; font-weight: bold; font-style:italic; color:#ffa0d8;
         margin-bottom: 0"}   margin-bottom: 0"}
     h2 {marging-top: 0; margin-bottom: .4em; font-style:italic; color:#ffa0d8}   h2 {marging-top: 0; margin-bottom: .4em; font-style:italic; color:#ffa0d8}
     h3 {border: solid 1px #ffa0d8; padding: 4px; margin-bottom: .2em}   h3 {border: solid 1px #ffa0d8; padding: 4px; margin-bottom: .2em}
     div p {text-align: justify}   div p {text-align: justify}
     div {margin-top: 0}   div {margin-top: 0}
     .intro {text-align: right; margin-top: -217px; margin-bottom: 120px}   .intro {text-align: right; margin-botton: 100px}
     .button {border: solid 1px #501070; padding: 4px}   .button {border: solid 1px #501070; padding: 4px}
     .buttonbar {text-align: center; margin-top: 1.5em}   .buttonbar {text-align: center; margin-top: 1.5em}
     .pink {color: #ffa0d8}   .pink {color: #ffa0d8}
     a:link {color:#ffa0d8; font-weight: bold}   a:link {color:#ffa0d8; font-weight: bold}
     a:active {color: #c04898; font-weight: bold}   a:active {color: #c04898; font-weight: bold}
     a:visited {color: #9820c8; font-weight: bold}   a:visited {color: #9820c8; font-weight: bold}
   </style>   </style>
 </head>  </head>
   
 <body xml:lang="en" lang="en">  <body xml:lang="en" lang="en"
 <img src="purple.gif" alt="A purple background" width="100%" height="217" />  style="background-image: url(/local_home/vatton/Amaya/amaya/purple.gif); background-repeat: no-repeat">
   
 <p class="intro"><strong>Amaya</strong> is a Web client that acts both as a  <p class="intro"><strong>Amaya</strong> is a Web client that acts both as a
 browser and as an authoring tool.<br />  browser and as an authoring tool.<br />
 It has been designed by <a href="http://www.w3.org/">W3C</a> with the primary  It has been designed by <a href="http://www.w3.org/">W3C</a> with the primary
Line 37  The current version implements<br /> Line 36  The current version implements<br />
 HTML, XHTML, MathML,<br />  HTML, XHTML, MathML,<br />
 CSS, and HTTP.</p>  CSS, and HTTP.</p>
   
 <h1>Welcome to Amaya!</h1>  <h1 style="margin-top: 100 px">Welcome to Amaya!</h1>
   
 <h2>Release 3.2.1</h2>  <h2>Release 3.2.1</h2>
   
Line 60  using the Special/Preferences menu.</p> Line 59  using the Special/Preferences menu.</p>
 link and unlink style sheets to documents. You can selectively enable and  link and unlink style sheets to documents. You can selectively enable and
 disable them and immediately see rendering differences.</p>  disable them and immediately see rendering differences.</p>
   
 <p>A  Source view shows the current markup produced by Amaya. Using that view  <p>A Source view shows the current markup produced by Amaya. Using that view
 along with the main view, you can work both on the rendered page and on the  along with the main view, you can work both on the rendered page and on the
 source code. Amaya provides a multi-level multi-document Undo/Redo  source code. Amaya provides a multi-level multi-document Undo/Redo
 feature.</p>  feature.</p>
Line 70  feature.</p> Line 69  feature.</p>
 <h3>Online Manual</h3>  <h3>Online Manual</h3>
   
 <p>A User's Manual is available online. You can access it with the Help menu,  <p>A User's Manual is available online. You can access it with the Help menu,
 which displays each section separately.  You can also print it: just follow  which displays each section separately. You can also print it: just follow
 the <a href="../doc/amaya/Manual.html">Online Manual</a> link below. You'll  the<a href="../doc/amaya/Manual.html"> Online Manual</a> link below. You'll
 get the front page. Then build the whole book with the "Make book" entry from  get the front page. Then build the whole book with the "Make book" entry from
 the Special menu and print the result.</p>  the Special menu and print the result.</p>
 </div>  </div>

Removed from v.1.62  
changed lines
  Added in v.1.63


Webmaster