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

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

Webmaster