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

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

Webmaster