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

1.101     vatton      1: <html>
1.1       cvs         2: <head>
1.101     vatton      3:   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.34      cvs         4:   <title>Welcome to Amaya</title>
1.58      cvs         5:   <style type="text/css">
1.70      cvs         6:  body {font-family: helvetica, arial, sans-serif; color: black; background-color: #C0C0C0}
                      7:  h1 {font-size: 200%; font-weight: bold; font-style: italic; color: #488B9B;
                      8:  margin-bottom: 0}
1.93      cvs         9:  h2 {margin-top: 0; margin-bottom: .4em; font-style:italic;  color: #488B9B;}
1.70      cvs        10:  h3 {border: solid 1px #488B9B; padding: 4px; margin-bottom: .2em;  color: #488B9B }
1.63      cvs        11:  div p {text-align: justify}
                     12:  div {margin-top: 0}
1.70      cvs        13:  strong {color: #488B9B}
                     14:  .button {border: solid 1px #488B9B; padding: 4px}
1.63      cvs        15:  .buttonbar {text-align: center; margin-top: 1.5em}
1.70      cvs        16:  .pink {color: #dc5b53}
                     17:  a:link {color:#dc5b53; font-weight: bold}
                     18:  a:active {color: #ff0000; font-weight: bold}
1.63      cvs        19:  a:visited {color: #9820c8; font-weight: bold}
1.67      cvs        20:   </style>
1.1       cvs        21: </head>
1.35      cvs        22: 
1.101     vatton     23: <body lang="en">
                     24: <p style="text-align: center"><svg xmlns="http://www.w3.org/2000/svg"
1.102     vatton     25: width="600" height="349">
1.101     vatton     26:   <image id="backgroundImage" x="0" y="0" width="466" height="349"
                     27:          xlink:href="amaya.png">
                     28:     <desc>Leading the Web to its full potential</desc>
                     29:   </image>
1.103   ! vatton     30:   <text y="218px" x="477px" xmlns:xlink="http://www.w3.org/1999/xlink"
1.102     vatton     31:   xlink:type="simple" xlink:href="http://www.w3.org"
                     32:   style="fill:#dc5b53; font: bold 16px">W3C
                     33:   </text>
1.103   ! vatton     34:   <text y="38px" x="477px" xmlns:xlink="http://www.w3.org/1999/xlink"
1.102     vatton     35:   xlink:type="simple" xlink:href="http://www.w3.org/Amaya"
                     36:   style="fill:#dc5b53; font: bold 16px">Amaya at W3C
                     37:   </text>
1.103   ! vatton     38:   <text y="68px" x="477px" xmlns:xlink="http://www.w3.org/1999/xlink"
1.102     vatton     39:   xlink:type="simple" xlink:href="../doc/amaya/Manual.html"
                     40:   style="fill:#dc5b53; font: bold 16px">Online Manual
1.103   ! vatton     41:   </text>
        !            42:   <text y="98px" x="481px" style="fill:#dc5b53; font: bold 16px"
        !            43:   xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
        !            44:   xlink:href="../doc/amaya/Index.html">Index
        !            45:   </text>
        !            46:   <text y="128px" x="477px" style="fill:#dc5b53; font: bold 16px"
        !            47:   xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
        !            48:   xlink:href="../doc/amaya/Annotations.html">Annotations
        !            49:   </text>
        !            50:   <text y="158px" x="477px" style="fill:#dc5b53; font: bold 16px"
        !            51:   xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
        !            52:   xlink:href="../doc/amaya/Math.html">MathML
        !            53:   </text>
        !            54:   <text y="188px" x="477px" style="fill:#dc5b53; font: bold 16px"
        !            55:   xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
        !            56:   xlink:href="../doc/amaya/SVG.html">SVG
1.102     vatton     57:   </text>
1.101     vatton     58:   <defs>
                     59:     <symbol id="cube">
                     60:       <polygon points="0,1  5,6  5,21  0,16" stroke-width="1"/>
                     61:       <polygon points="1,0  16,0  21,5  6,5" stroke-width="1"/>
                     62:       <rect x="6" y="6" width="15" height="15" stroke-width="1"/>
                     63:     </symbol>
                     64:   </defs>
                     65:   <g id="cubes">
                     66:     <use x="200" y="112" xlink:href="#cube" style="fill: #0192BF"/>
                     67:     <use x="230" y="112" xlink:href="#cube" style="fill: #2B9FC3"/>
                     68:     <use x="260" y="112" xlink:href="#cube" style="fill: #53AAC5"/>
                     69:     <use x="290" y="112" xlink:href="#cube" style="fill: #7AB4C6"/>
                     70:     <use x="320" y="112" xlink:href="#cube" style="fill: #A3C0C9"/>
                     71:     <use x="350" y="112" xlink:href="#cube" style="fill: #A3C0C9"/>
                     72:     <use x="380" y="112" xlink:href="#cube" style="fill: #A3C0C9"/>
                     73:     <use x="410" y="112" xlink:href="#cube" style="fill: #EC1608"/>
                     74:     <use x="410" y="142" xlink:href="#cube" style="fill: #E2372C"/>
                     75:     <use x="350" y="172" xlink:href="#cube" style="fill: #DAAFAC"/>
                     76:     <use x="380" y="172" xlink:href="#cube" style="fill: #DF8984"/>
                     77:     <use x="410" y="172" xlink:href="#cube" style="fill: #DC5B53"/>
                     78:   </g>
                     79:   <text id="logo" x="304" y="162"
                     80:   style="font: 24px helvetica; font-weight: bold; fill: #488B9B;">AMAYA
                     81:   </text>
                     82:   <text id="version" x="320px" y="320"
                     83:   style="font: bold 16px italic; fill: #0192BF;">Release 5.0
                     84:   </text>
                     85:   <g id="polygonMask" style="stroke: none;">
                     86:     <polygon style="fill: #0192BF;" points="30,60 30,230 108,208"
                     87:              stroke-width="1"/>
                     88:     <polygon style="fill: #9EA4A6;" points="30,60  108,208  125,155"
                     89:              stroke-width="1"/>
                     90:     <polygon style="fill: #89A5C7;" points="30,60  125,155  144,161"
                     91:              stroke-width="1"/>
                     92:     <polygon style="fill: #488B9B;" points="30,60  144,161  138,115"
                     93:              stroke-width="1"/>
                     94:     <polygon style="fill: #9EA4A6;" points="30,60  138,115  180,114"
                     95:              stroke-width="1"/>
                     96:     <polygon style="fill: #EC1608;" points="30,60  180,114  160,60"
                     97:              stroke-width="1"/>
                     98:     <foreignObject y="156px" x="35px">
1.86      cvs        99: 
1.82      cvs       100:       <math xmlns="http://www.w3.org/1998/Math/MathML"
1.101     vatton    101:       style="color: #FFFFFF; font-family: times">
                    102:         <mrow>
                    103:           <mi>y</mi>
                    104:           <mo>=</mo>
                    105:           <mfrac>
1.83      cvs       106:             <mn>1</mn>
1.101     vatton    107:             <msqrt>
1.83      cvs       108:               <mrow>
1.101     vatton    109:                 <msup>
                    110:                   <mi>x</mi>
                    111:                   <mn>2</mn>
                    112:                 </msup>
                    113:                 <mo>+</mo>
                    114:                 <mn>1</mn>
1.83      cvs       115:               </mrow>
1.101     vatton    116:             </msqrt>
                    117:           </mfrac>
                    118:         </mrow>
1.73      cvs       119:       </math>
                    120:     </foreignObject>
1.70      cvs       121:   </g>
1.83      cvs       122: </svg>
1.101     vatton    123: </p>
1.1       cvs       124: 
1.101     vatton    125: <div>
1.70      cvs       126: <p><strong>Amaya</strong> is a Web client that acts both as a browser and as
                    127: an authoring tool. It has been designed by <a
1.101     vatton    128: href="http://www.w3.org/">W3C</a> with the primary purpose of demonstrating
                    129: new Web technologies in a WYSIWYG environment. The current version implements
                    130: HTML, XHTML, MathML, SVG, CSS, and HTTP.</p>
1.70      cvs       131: </div>
1.18      cvs       132: 
1.26      cvs       133: <div>
1.18      cvs       134: <h3>Main Features</h3>
1.59      cvs       135: 
                    136: <p>With Amaya, you can manipulate rich Web pages containing forms, tables and
1.101     vatton    137: the most advanced features from HTML. You can create and edit complex <a
1.75      kahan     138: href="../doc/amaya/Math.html">mathematical expressions</a> and simple <a
                    139: href="../doc/amaya/SVG.html">SVG graphics</a> within Web pages. You can style
                    140: your documents using Cascading Style Sheets. You can publish HTML and XHTML
                    141: documents on local or remote servers through HTTP.</p>
1.59      cvs       142: 
                    143: <p>Browsing and authoring are integrated seamlessly. You can browse and edit
                    144: Web pages at the same time. To make editing easier, a simple click in Amaya
                    145: just moves the caret and allows text input; to follow a link, you have to
                    146: double click. This behavior can be changed as well as many other features
                    147: using the Special/Preferences menu.</p>
                    148: 
1.93      cvs       149: <p>Amaya includes a collaborative <a
                    150: href="../doc/amaya/Annotations.html"><img src="annot.gif"
1.101     vatton    151: alt="annotation icon">annotation</a> application based on W3C technologies
1.93      cvs       152: (RDF, XLink, and XPointer). Annotations are external comments, notes, remarks
1.101     vatton    153: that can be attached to any Web document or a selected part of the document.
                    154: Annotations are stored either into the local file system or into annotation
                    155: servers and can be shared. The creation of annotations on a document doesn't
                    156: modify the document itself.</p>
1.26      cvs       157: </div>
                    158: 
                    159: <div>
1.18      cvs       160: <h3>Online Manual</h3>
1.28      cvs       161: 
1.59      cvs       162: <p>A User's Manual is available online. You can access it with the Help menu,
1.93      cvs       163: which displays each section separately. You can also print it: just follow
                    164: the <a href="../doc/amaya/Manual.html">Online Manual</a> link below. You'll
                    165: get the front page. Then build the whole book with the "Make book" entry from
1.101     vatton    166: the Special menu and print the result.</p>
1.26      cvs       167: </div>
                    168: 
                    169: <div>
1.18      cvs       170: <h3>Copyright</h3>
1.28      cvs       171: 
                    172: <p>Permission to use, copy, modify, and distribute this software and its
1.1       cvs       173: documentation for any purpose and without fee or royalty is hereby granted,
1.16      cvs       174: provided that the full text of the <a
1.6       cvs       175: href="http://www.w3.org/Consortium/Legal/copyright-software.html">MIT and
                    176: INRIA Copyright Statement</a> appears on ALL copies of the software and
1.49      cvs       177: documentation or portions thereof, including modifications that you make.</p>
1.26      cvs       178: </div>
1.1       cvs       179: </body>
                    180: </html>

Webmaster