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

1.18      cvs         1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
1.35    ! cvs         2:                       "http://www.w3.org/TR/REC-html40/loose.dtd">
1.1       cvs         3: <html>
                      4: <head>
1.34      cvs         5:   <title>Welcome to Amaya</title>
                      6:   <meta name="GENERATOR" content="amaya V2.0a">
1.1       cvs         7: </head>
1.35    ! cvs         8: 
1.33      cvs         9: <body bgcolor="white" lang="en" text="black">
1.16      cvs        10: <h1 style="font-size : 30pt; color : #FF0080">Welcome to Amaya</h1>
1.1       cvs        11: 
1.32      cvs        12: <h2 style="text-align : right; color : #BEBEBE">Release 2.0a</h2>
1.28      cvs        13: 
                     14: <p><strong>Amaya</strong> is a Web client that acts both as a browser and as
                     15: an authoring tool. It has been designed with the primary purpose of
                     16: demonstrating new Web technologies in a WYSIWYG environment. The current
1.30      cvs        17: version implements HTML, XHTML, MathML, CSS, and HTTP.</p>
1.18      cvs        18: 
1.26      cvs        19: <div>
1.18      cvs        20: <h3>Main Features</h3>
1.29      cvs        21: <ul>
1.35    ! cvs        22:   <li>With Amaya, you can manipulate rich Web pages containing forms, tables
        !            23:     and the most advanced features from HTML. You can create and edit complex
        !            24:     mathematical expressions within Web pages. You can style your documents
        !            25:     using Cascading Style Sheets. You can publish HTML and XHTML documents on
        !            26:     local or remote servers with the HTTP Put method.</li>
        !            27:   <li>Browsing and authoring are integrated seamlessly. You can browse and
        !            28:     edit Web pages at the same time. In order to simplify the edition of
        !            29:     documents, a simple click in Amaya just moves the caret to allow text
        !            30:     editing; to follow a link, you have to double click. This behavior can be
        !            31:     changed as well as many other parameters using a preferences menu.</li>
        !            32:   <li>Amaya supports the editing and publishing of CSS style sheets. In
        !            33:     addition, you can easily link and unlink Cascading Style Sheets to
        !            34:     documents. It's also possible to selectively enable and disable them and
        !            35:     see the rendering differences immediately.</li>
        !            36:   <li>Amaya provides a multi-level multi-document Undo/Redo.</li>
1.29      cvs        37: </ul>
1.26      cvs        38: </div>
                     39: 
                     40: <div>
1.18      cvs        41: <h3>Online Manual</h3>
1.28      cvs        42: 
                     43: <p>A User's Manual is available online. You can browse it with the Help menu,
1.18      cvs        44: which displays each section separately.  You can also print it: just follow
                     45: the <a href="../doc/amaya/Manual.html">Online Manual</a> link below. You'll
                     46: get the front page. Then build the whole book with the "Make book" entry from
                     47: the Special menu and print the result.</p>
1.26      cvs        48: </div>
                     49: 
                     50: <div>
1.18      cvs        51: <h3>Copyright</h3>
1.28      cvs        52: 
                     53: <p>Permission to use, copy, modify, and distribute this software and its
1.1       cvs        54: documentation for any purpose and without fee or royalty is hereby granted,
1.16      cvs        55: provided that the full text of the <a
1.6       cvs        56: href="http://www.w3.org/Consortium/Legal/copyright-software.html">MIT and
                     57: INRIA Copyright Statement</a> appears on ALL copies of the software and
                     58: documentation or portions thereof, including modifications, that you make.</p>
1.26      cvs        59: </div>
1.18      cvs        60: <hr>
                     61: 
1.1       cvs        62: 
1.16      cvs        63: <table border="0" width="100%" style="background-color : #95E4FF; color :
                     64: #00B2E5">
1.35    ! cvs        65:   <tbody>
        !            66:     <tr>
        !            67:       <td align="center" width="33%"><p style="font-size : 14pt"><a
        !            68:         href="http://www.w3.org/">W3C server</a></p>
        !            69:       </td>
        !            70:       <td align="center" width="33%"><p style="font-size : 14pt"><a
        !            71:         href="http://www.w3.org/Amaya/">Amaya Home</a></p>
        !            72:       </td>
        !            73:       <td align="center" width="33%"><p style="font-size : 14pt"><a
        !            74:         href="../doc/amaya/Manual.html">Online Manual</a></p>
        !            75:       </td>
        !            76:     </tr>
        !            77:   </tbody>
1.1       cvs        78: </table>
                     79: </body>
                     80: </html>

Webmaster