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

1.161     vatton      1: <?xml version="1.0" encoding="iso-8859-1"?>
1.137     cheyroul    2: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
                      3:       "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
                      4: <html xmlns="http://www.w3.org/1999/xhtml">
1.1       cvs         5: <head>
1.150     vatton      6:   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
1.34      cvs         7:   <title>Welcome to Amaya</title>
1.161     vatton      8:   <link href="amaya.css" rel="stylesheet" type="text/css" />
1.1       cvs         9: </head>
1.35      cvs        10: 
1.122     vatton     11: <body xml:lang="en">
1.161     vatton     12: <p><svg xmlns="http://www.w3.org/2000/svg" width="600" height="349">
1.138     vatton     13:   <defs>
1.137     cheyroul   14:     <symbol id="cube">
1.138     vatton     15:       <polygon points="0,0 5,5 5,20 0,15" transform="translate(0,1)"
                     16:                stroke-width="1"/>
                     17:       <polygon points="0,0 15,0 20,5 5,5" transform="translate(1,0)"
                     18:                stroke-width="1"/>
                     19:       <rect x="6" y="6" width="15" height="15" stroke-width="1"/>
                     20:     </symbol>
                     21:   </defs>
1.112     quint      22:   <rect x="464" y="4" width="138" height="330" style="fill: #E1E1E1"/>
1.136     cheyroul   23:   <g style="fill:#dc5b53; font: bold 16px" transform="translate(477,0)">
1.113     quint      24:     <a xlink:href="http://www.w3.org/Amaya">
1.134     cheyroul   25:       <text y="38px" x="0px">Amaya at W3C
1.114     vatton     26:       </text>
1.113     quint      27:     </a>
                     28:     <a xlink:href="../doc/html/Manual.html">
1.134     cheyroul   29:       <text y="68px" x="0px">Online Manual
1.114     vatton     30:       </text>
1.113     quint      31:     </a>
                     32:     <a xlink:href="../doc/html/Index.html">
1.134     cheyroul   33:       <text y="98px" x="3px">Index
1.114     vatton     34:       </text>
1.113     quint      35:     </a>
                     36:     <a xlink:href="../doc/html/Annotations.html">
1.134     cheyroul   37:       <text y="128px" x="0px">Annotations
1.114     vatton     38:       </text>
1.113     quint      39:     </a>
                     40:     <a xlink:href="../doc/html/Creating.html">
1.134     cheyroul   41:       <text y="158px" x="0px">XHTML
1.114     vatton     42:       </text>
1.113     quint      43:     </a>
                     44:     <a xlink:href="../doc/html/Math.html">
1.134     cheyroul   45:       <text y="188px" x="0px">MathML
1.114     vatton     46:       </text>
1.113     quint      47:     </a>
                     48:     <a xlink:href="../doc/html/SVG.html">
1.134     cheyroul   49:       <text y="218px" x="0px">SVG
1.114     vatton     50:       </text>
1.113     quint      51:     </a>
                     52:     <a xlink:href="../doc/html/StyleSheets.html">
1.134     cheyroul   53:       <text y="248px" x="0px">CSS
1.114     vatton     54:       </text>
1.113     quint      55:     </a>
                     56:     <a xlink:href="http://www.w3.org">
1.144     vatton     57:       <image xlink:href="../doc/images/w3c_home" y="278px" x="0px">
                     58:         <desc>W3C</desc>
                     59:       </image>
1.113     quint      60:     </a>
                     61:   </g>
1.112     quint      62:   <g>
1.137     cheyroul   63:     <image id="backgroundImage" xlink:href="amaya.png" width="471px"
1.124     cheyroul   64:            height="338px" y="1px">
1.104     vatton     65:       <desc>Leading the Web to its full potential</desc>
                     66:     </image>
                     67:     <g id="cubes">
1.157     vatton     68:       <use x="200" y="112" xlink:href="#cube" style="fill: #0192BF"/>
                     69:       <use x="230" y="112" xlink:href="#cube" style="fill: #2B9FC3"/>
                     70:       <use x="260" y="112" xlink:href="#cube" style="fill: #53AAC5"/>
                     71:       <use x="290" y="112" xlink:href="#cube" style="fill: #7AB4C6"/>
1.104     vatton     72:       <use x="320" y="112" xlink:href="#cube" style="fill: #A3C0C9"/>
                     73:       <use x="350" y="112" xlink:href="#cube" style="fill: #A3C0C9"/>
                     74:       <use x="380" y="112" xlink:href="#cube" style="fill: #A3C0C9"/>
1.157     vatton     75:       <use x="410" y="112" xlink:href="#cube" style="fill: #EC1608"/>
1.104     vatton     76:       <use x="410" y="142" xlink:href="#cube" style="fill: #E2372C"/>
                     77:       <use x="350" y="172" xlink:href="#cube" style="fill: #DAAFAC"/>
                     78:       <use x="380" y="172" xlink:href="#cube" style="fill: #DF8984"/>
                     79:       <use x="410" y="172" xlink:href="#cube" style="fill: #DC5B53"/>
                     80:     </g>
1.157     vatton     81:     <text id="logo" x="304" y="162"
                     82:           style="font: 24px helvetica; font-weight: bold; fill: #488B9B;">AMAYA 
                     83:       <animateTransform attributeName="transform" attributeType="XML"
1.158     vatton     84:                         type="translate" from="-304,-162" to="0,0" begin="0s"
1.157     vatton     85:                         dur="6s" fill="freeze"/>
                     86:     </text>
1.104     vatton     87:     <g id="polygonMask" style="stroke: none;">
1.116     vatton     88:       <polygon style="fill: #0192BF;" points="0,0 0,170 78,148"
1.124     cheyroul   89:                transform="translate(30,60)" stroke-width="1" opacity="1"/>
1.116     vatton     90:       <polygon style="fill: #9EA4A6;" points="0,0 78,148 95,95"
1.124     cheyroul   91:                transform="translate(30,60)scale(1.000000,1.000000)"
1.152     vatton     92:                stroke-width="1" opacity=".8"/>
1.116     vatton     93:       <polygon style="fill: #89A5C7;" points="0,0 95,95 114,101"
1.124     cheyroul   94:                transform="translate(30,60)scale(1.000000,1.000000)"
1.152     vatton     95:                stroke-width="1" opacity=".9"/>
1.116     vatton     96:       <polygon style="fill: #488B9B;" points="0,0 114,101 108,55"
1.124     cheyroul   97:                transform="translate(30,60)scale(1.000000,1.000000)"
                     98:                stroke-width="1" opacity="0.6"/>
1.116     vatton     99:       <polygon style="fill: #9EA4A6;" points="0,0 108,55 150,54"
1.124     cheyroul  100:                transform="translate(30,60)scale(1.000000,1.000000)"
                    101:                stroke-width="1" opacity="0.4"/>
1.116     vatton    102:       <polygon style="fill: #EC1608;" points="0,0 150,54 130,0"
1.124     cheyroul  103:                transform="translate(30,60)scale(1.000000,1.000000)"
                    104:                stroke-width="1" opacity="0.2"/>
1.108     cvs       105:       <switch>
                    106:         <foreignObject y="156px" x="35px">
1.122     vatton    107:           <math xmlns="http://www.w3.org/1998/Math/MathML"
                    108:           style="color: #FFFFFF; font-family: times">
                    109:             <mrow>
                    110:               <mi>y</mi>
                    111:               <mo>=</mo>
                    112:               <mfrac>
                    113:                 <mn>1</mn>
                    114:                 <msqrt>
                    115:                   <mrow>
                    116:                     <msup>
                    117:                       <mi>x</mi>
                    118:                       <mn>2</mn>
                    119:                     </msup>
                    120:                     <mo>+</mo>
                    121:                     <mn>1</mn>
                    122:                   </mrow>
                    123:                 </msqrt>
                    124:               </mfrac>
                    125:             </mrow>
1.146     vatton    126:           </math></foreignObject>
1.122     vatton    127:       </switch>
1.104     vatton    128:     </g>
1.70      cvs       129:   </g>
1.83      cvs       130: </svg>
1.101     vatton    131: </p>
1.1       cvs       132: 
1.101     vatton    133: <div>
1.163     vatton    134: <h3>Amaya</h3>
                    135: 
1.148     cheyroul  136: <p><strong>Amaya</strong> is a Web client that acts both as a browser and as
                    137: an authoring tool. It has been designed by <a
1.144     vatton    138: href="http://www.w3.org/"><acronym
                    139: title="World Wide Web Consortium">W3C</acronym></a> with the primary purpose
                    140: of demonstrating new Web technologies in a What You See Is What You Get
                    141: (<acronym title="What You See Is What You Get">WYSIWYG</acronym>)
1.146     vatton    142: environment. The current version implements the Hypertext Markup Language
1.143     cheyroul  143: (<acronym title="Hypertext Markup Language">HTML</acronym>), Extensible
                    144: Hypertext Markup Language (<acronym
1.117     vatton    145: title="Extensible Hypertext Markup Language">XHTML</acronym>), Mathematical
                    146: Markup Language (<acronym
1.120     cheyroul  147: title="Mathematical Markup Language">MathML</acronym>), Scalable Vector
1.139     vatton    148: Graphics (<acronym title="Scalable Vector Graphics">SVG</acronym>), the
                    149: animation module of Synchronized Multimedia (SMIL Animation), Cascading Style
1.160     vatton    150: Sheets (<acronym title="Cascading Style Sheets">CSS</acronym>), and Hypertext
                    151: Transfer Protocol (<acronym
1.117     vatton    152: title="Hypertext Transfer Protocol">HTTP</acronym>).</p>
1.155     cvs       153: </div>
1.139     vatton    154: 
1.155     cvs       155: <div>
1.18      cvs       156: <h3>Main Features</h3>
1.59      cvs       157: 
1.117     vatton    158: <p>With Amaya, you can manipulate rich Web pages containing forms, tables,
                    159: and the most advanced features from <acronym
                    160: title="Hypertext Markup Language">HTML</acronym>. You can create and edit
                    161: complex <a href="../doc/html/Math.html">mathematical expressions</a> and
                    162: simple <a href="../doc/html/SVG.html"><acronym
1.122     vatton    163: title="Scalable Vector Graphics">SVG</acronym> graphics</a> within Web pages.
                    164: You can style your documents using Cascading Style Sheets. You can publish
                    165: <acronym title="Hypertext Markup Language">HTML</acronym>, <acronym
1.117     vatton    166: title="Extensible Hypertext Markup Language">XHTML</acronym>, <acronym
                    167: title="Mathematical Markup Language">MathML</acronym>, and <acronym
1.121     vatton    168: title="Scalable Vector Graphics">SVG</acronym> documents on local or remote
1.117     vatton    169: servers through <acronym title="Hypertext Transfer Protocol">HTTP</acronym>.
                    170: A first support of generic Extensible Markup Language (<acronym
                    171: title="Extensible Markup Language">XML</acronym>) allows you to display the
                    172: content of every <acronym title="Extensible Markup Language">XML</acronym>
                    173: document and to associate with it a <acronym
                    174: title="Cascaded Stylesheets">CSS</acronym> Stylesheet.</p>
1.59      cvs       175: 
                    176: <p>Browsing and authoring are integrated seamlessly. You can browse and edit
                    177: Web pages at the same time. To make editing easier, a simple click in Amaya
1.117     vatton    178: moves the caret and allows text input; to follow a link, you have to double
                    179: click. This behavior can be changed as well as many other features using the
                    180: Special/Preferences menu.</p>
1.59      cvs       181: 
1.109     vatton    182: <p>Amaya includes a collaborative <a href="../doc/html/Annotations.html"><img
                    183: src="annot.gif" alt="annotation icon" />annotation</a> application based on
1.117     vatton    184: <acronym title="World Wide Web Consortium">W3C</acronym> technologies
                    185: (Resource Description Framework (<acronym
                    186: title="Resouce Description Framework">RDF</acronym>), XLink, and XPointer).
                    187: Annotations are external comments, notes, remarks that can be attached to any
                    188: Web document or a selected part of the document. Annotations are stored
                    189: either in the local file system or on publically-accessible annotation
                    190: servers. The creation of annotations on a document does not modify the
                    191: document itself.</p>
1.26      cvs       192: </div>
                    193: 
                    194: <div>
1.18      cvs       195: <h3>Online Manual</h3>
1.28      cvs       196: 
1.59      cvs       197: <p>A User's Manual is available online. You can access it with the Help menu,
1.93      cvs       198: which displays each section separately. You can also print it: just follow
1.117     vatton    199: this <a href="../doc/html/Manual.html">Online Manual</a> link. You will get
                    200: the front page. Then build the whole book with the "Make book" entry from the
                    201: Special menu and print the result.</p>
1.26      cvs       202: </div>
                    203: 
                    204: <div>
1.18      cvs       205: <h3>Copyright</h3>
1.28      cvs       206: 
                    207: <p>Permission to use, copy, modify, and distribute this software and its
1.1       cvs       208: documentation for any purpose and without fee or royalty is hereby granted,
1.16      cvs       209: provided that the full text of the <a
1.117     vatton    210: href="http://www.w3.org/Consortium/Legal/copyright-software.html"><acronym
                    211: title="Massachusetts Institute of Technology">MIT</acronym> and INRIA
                    212: Copyright Statement</a> appears with <strong>all</strong> copies of the
                    213: software and documentation or portions thereof, including modifications that
                    214: you make.</p>
1.26      cvs       215: </div>
1.1       cvs       216: </body>
1.144     vatton    217: </html>

Webmaster