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

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>
1.58    ! cvs         6:   <style type="text/css">
        !             7:   table p { marging-top: 2px; margin-left: 2px; font-size: 14pt;  padding: 2px}
1.52      cvs         8:   td {border: solid white 2px; border-bottom-color: #909090; border-right-color: #909090; background:#CECECE}
1.50      cvs         9:   a:link {color: red}
                     10:   </style>
1.56      cvs        11:   <meta name="GENERATOR" content="amaya V3.2">
1.47      cvs        12:   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.1       cvs        13: </head>
1.35      cvs        14: 
1.58    ! cvs        15: <body bgcolor="#C1C1FF" lang="en" text="black"
        !            16: style="color: #000000; background-color: #EDEDFF">
        !            17: <p><img src="/local_home/vatton/Amaya/doc/Icons/w3c-amaya.gif" alt="test"></p>
        !            18: 
        !            19: <div style="font-size : 30pt; color : #FF0080; margin-top: -30px">
        !            20: <h1 align="right">Welcome to Amaya</h1>
        !            21: </div>
1.1       cvs        22: 
1.56      cvs        23: <h2 style="text-align: right; color: #B20000">Release 3.2</h2>
1.28      cvs        24: 
                     25: <p><strong>Amaya</strong> is a Web client that acts both as a browser and as
                     26: an authoring tool. It has been designed with the primary purpose of
                     27: demonstrating new Web technologies in a WYSIWYG environment. The current
1.47      cvs        28: version implements HTML, XHTML, MathML, CSS, and HTTP.</p>
1.18      cvs        29: 
1.26      cvs        30: <div>
1.18      cvs        31: <h3>Main Features</h3>
1.29      cvs        32: <ul>
1.35      cvs        33:   <li>With Amaya, you can manipulate rich Web pages containing forms, tables
                     34:     and the most advanced features from HTML. You can create and edit complex
                     35:     mathematical expressions within Web pages. You can style your documents
                     36:     using Cascading Style Sheets. You can publish HTML and XHTML documents on
                     37:     local or remote servers with the HTTP Put method.</li>
                     38:   <li>Browsing and authoring are integrated seamlessly. You can browse and
                     39:     edit Web pages at the same time. In order to simplify the edition of
                     40:     documents, a simple click in Amaya just moves the caret to allow text
                     41:     editing; to follow a link, you have to double click. This behavior can be
                     42:     changed as well as many other parameters using a preferences menu.</li>
1.40      cvs        43:   <li>A  Source view allows you to see the current markup provided by Amaya.
                     44:     By this way the user can alternatively edit the HTML form and the source
                     45:     code.</li>
1.35      cvs        46:   <li>Amaya supports the editing and publishing of CSS style sheets. In
                     47:     addition, you can easily link and unlink Cascading Style Sheets to
                     48:     documents. It's also possible to selectively enable and disable them and
                     49:     see the rendering differences immediately.</li>
                     50:   <li>Amaya provides a multi-level multi-document Undo/Redo.</li>
1.29      cvs        51: </ul>
1.26      cvs        52: </div>
                     53: 
                     54: <div>
1.18      cvs        55: <h3>Online Manual</h3>
1.28      cvs        56: 
                     57: <p>A User's Manual is available online. You can browse it with the Help menu,
1.18      cvs        58: which displays each section separately.  You can also print it: just follow
                     59: the <a href="../doc/amaya/Manual.html">Online Manual</a> link below. You'll
                     60: get the front page. Then build the whole book with the "Make book" entry from
                     61: the Special menu and print the result.</p>
1.26      cvs        62: </div>
                     63: 
                     64: <div>
1.18      cvs        65: <h3>Copyright</h3>
1.28      cvs        66: 
                     67: <p>Permission to use, copy, modify, and distribute this software and its
1.1       cvs        68: documentation for any purpose and without fee or royalty is hereby granted,
1.16      cvs        69: provided that the full text of the <a
1.6       cvs        70: href="http://www.w3.org/Consortium/Legal/copyright-software.html">MIT and
                     71: INRIA Copyright Statement</a> appears on ALL copies of the software and
1.49      cvs        72: documentation or portions thereof, including modifications that you make.</p>
1.26      cvs        73: </div>
1.18      cvs        74: <hr>
1.1       cvs        75: 
1.51      cvs        76: <table border="0" width="100%">
1.35      cvs        77:   <tbody>
                     78:     <tr>
1.47      cvs        79:       <td align="center" width="33%"><p><a href="http://www.w3.org/">W3C
                     80:         server</a></p>
1.35      cvs        81:       </td>
1.47      cvs        82:       <td align="center" width="33%"><p><a
1.35      cvs        83:         href="http://www.w3.org/Amaya/">Amaya Home</a></p>
                     84:       </td>
1.47      cvs        85:       <td align="center" width="33%"><p><a
1.35      cvs        86:         href="../doc/amaya/Manual.html">Online Manual</a></p>
                     87:       </td>
                     88:     </tr>
                     89:   </tbody>
1.1       cvs        90: </table>
                     91: </body>
                     92: </html>

Webmaster