Annotation of Amaya/amaya/AmayaPage.html, revision 1.66

1.59      cvs         1: <?xml version="1.0" encoding="iso-8859-1"?>
                      2: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
1.63      cvs         3:     "DTD/xhtml1-1-transitional.dtd">
1.59      cvs         4: <html xmlns="http://www.w3.org/1999/xhtml">
1.1       cvs         5: <head>
1.34      cvs         6:   <title>Welcome to Amaya</title>
1.65      cvs         7:   <meta name="GENERATOR" content="amaya V3.9" />
1.59      cvs         8:   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
1.58      cvs         9:   <style type="text/css">
1.65      cvs        10:  body {font-family: helvetica, arial, sans-serif; color: #501070;
1.63      cvs        11:  background-color: #f7edff}
                     12:  h1 {font-size: 200%; font-weight: bold; font-style:italic; color:#ffa0d8;
                     13:  margin-bottom: 0"}
                     14:  h2 {marging-top: 0; margin-bottom: .4em; font-style:italic; color:#ffa0d8}
                     15:  h3 {border: solid 1px #ffa0d8; padding: 4px; margin-bottom: .2em}
                     16:  div p {text-align: justify}
                     17:  div {margin-top: 0}
                     18:  .intro {text-align: right; margin-botton: 100px}
                     19:  .button {border: solid 1px #501070; padding: 4px}
                     20:  .buttonbar {text-align: center; margin-top: 1.5em}
                     21:  .pink {color: #ffa0d8}
                     22:  a:link {color:#ffa0d8; font-weight: bold}
                     23:  a:active {color: #c04898; font-weight: bold}
                     24:  a:visited {color: #9820c8; font-weight: bold}
                     25:  </style>
1.1       cvs        26: </head>
1.35      cvs        27: 
1.63      cvs        28: <body xml:lang="en" lang="en"
1.64      cvs        29: style="background-image: url(purple.gif); background-repeat: no-repeat">
1.59      cvs        30: <p class="intro"><strong>Amaya</strong> is a Web client that acts both as a
                     31: browser and as an authoring tool.<br />
                     32: It has been designed by <a href="http://www.w3.org/">W3C</a> with the primary
                     33: purpose of demonstrating<br />
                     34: new Web technologies in a WYSIWYG environment.<br />
                     35: The current version implements<br />
                     36: HTML, XHTML, MathML,<br />
                     37: CSS, and HTTP.</p>
1.1       cvs        38: 
1.63      cvs        39: <h1 style="margin-top: 100 px">Welcome to Amaya!</h1>
1.28      cvs        40: 
1.66    ! cvs        41: <h2>Release 3.9</h2>
1.18      cvs        42: 
1.26      cvs        43: <div>
1.18      cvs        44: <h3>Main Features</h3>
1.59      cvs        45: 
                     46: <p>With Amaya, you can manipulate rich Web pages containing forms, tables and
                     47: the most advanced features from HTML. You can create and edit complex
                     48: mathematical expressions within Web pages. You can style your documents using
                     49: Cascading Style Sheets. You can publish HTML and XHTML documents on local or
                     50: remote servers through HTTP.</p>
                     51: 
                     52: <p>Browsing and authoring are integrated seamlessly. You can browse and edit
                     53: Web pages at the same time. To make editing easier, a simple click in Amaya
                     54: just moves the caret and allows text input; to follow a link, you have to
                     55: double click. This behavior can be changed as well as many other features
                     56: using the Special/Preferences menu.</p>
                     57: 
                     58: <p>Amaya can edit and publish CSS style sheets. In addition, you can easily
                     59: link and unlink style sheets to documents. You can selectively enable and
                     60: disable them and immediately see rendering differences.</p>
                     61: 
1.63      cvs        62: <p>A Source view shows the current markup produced by Amaya. Using that view
1.59      cvs        63: along with the main view, you can work both on the rendered page and on the
                     64: source code. Amaya provides a multi-level multi-document Undo/Redo
                     65: feature.</p>
1.26      cvs        66: </div>
                     67: 
                     68: <div>
1.18      cvs        69: <h3>Online Manual</h3>
1.28      cvs        70: 
1.59      cvs        71: <p>A User's Manual is available online. You can access it with the Help menu,
1.63      cvs        72: which displays each section separately. You can also print it: just follow
                     73: the<a href="../doc/amaya/Manual.html"> Online Manual</a> link below. You'll
1.18      cvs        74: get the front page. Then build the whole book with the "Make book" entry from
                     75: the Special menu and print the result.</p>
1.26      cvs        76: </div>
                     77: 
                     78: <div>
1.18      cvs        79: <h3>Copyright</h3>
1.28      cvs        80: 
                     81: <p>Permission to use, copy, modify, and distribute this software and its
1.1       cvs        82: documentation for any purpose and without fee or royalty is hereby granted,
1.16      cvs        83: provided that the full text of the <a
1.6       cvs        84: href="http://www.w3.org/Consortium/Legal/copyright-software.html">MIT and
                     85: INRIA Copyright Statement</a> appears on ALL copies of the software and
1.49      cvs        86: documentation or portions thereof, including modifications that you make.</p>
1.26      cvs        87: </div>
1.1       cvs        88: 
1.59      cvs        89: <p class="buttonbar"><span class="button"><a href="http://www.w3.org/">W3C
                     90: server</a></span> <span class="button"><a
                     91: href="http://www.w3.org/Amaya/">Amaya Home</a></span> <span class="button"><a
                     92: href="../doc/amaya/Manual.html">Online Manual</a></span></p>
1.1       cvs        93: </body>
                     94: </html>

Webmaster