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

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

Webmaster