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

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

Webmaster