Annotation of Amaya/amaya/AmayaPage_WX.html, revision 1.13

1.1       vatton      1: <?xml version="1.0" encoding="iso-8859-1"?>
                      2: <html xmlns="http://www.w3.org/1999/xhtml">
                      3: <head>
1.12      gully       4:   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
1.1       vatton      5:   <title>Welcome to Amaya</title>
1.13    ! vatton      6:   <meta name="generator" content="amaya 9.3, see http://www.w3.org/Amaya/" />
1.1       vatton      7:   <link href="amaya.css" rel="stylesheet" type="text/css" />
                      8: </head>
                      9: 
                     10: <body xml:lang="en" lang="en">
                     11: 
                     12: <div id="logo">
                     13: <svg xmlns="http://www.w3.org/2000/svg" version="1.0" height="150px"
                     14:      width="230px">
                     15:   <title>Amaya logo</title>
                     16:   <ellipse cx="0px" cy="0px" rx="66px" ry="45px"
                     17:         style="fill: #EDF3FF; stroke: #EDF3FF" transform="translate(138,96)">
                     18:     <animateTransform attributeName="transform" attributeType="XML"
                     19:                       type="scale" from=".1" to="1" additive="sum" begin="0s"
                     20:                       dur="6s" fill="freeze"/>
                     21:   </ellipse>
                     22:   <g transform="rotate(-30,100,150)">
                     23:     <polygon points="0,117 66,0 21,117" transform="translate(49,22)"
                     24:              style="fill: #B27700; stroke: #D9E500"/>
                     25:     <polygon points="0,0 9,30 27,41 21,14 12,3" transform="translate(117,25)"
                     26:              style="fill: #00B200; stroke: #00E500"/>
                     27:     <polygon points="0,6 29,0 56,8 32,15 13,19" transform="translate(95,76)"
                     28:              style="fill: #00B200; stroke: #00E500"/>
                     29:     <animateTransform attributeName="transform" attributeType="XML"
                     30:                       type="rotate" from="-30,100,150" to="-20,100,150"
                     31:                       begin="2.5s" dur="0.3s" fill="freeze"/>
                     32:     <animateTransform attributeName="transform" attributeType="XML"
                     33:                       type="rotate" from="-20,100,150" to="-10,100,150"
                     34:                       begin="2.8s" dur="0.2s" fill="freeze"/>
                     35:     <animateTransform attributeName="transform" attributeType="XML"
                     36:                       type="rotate" from="-10,100,150" to="0,100,150"
                     37:                       begin="3s" dur="0.1s" fill="freeze"/>
                     38:   </g>
                     39:   <g transform="translate(118,110)">
                     40:     <polygon points="3,0 5,16 0,16" transform="translate(25,-20)"
                     41:              style="stroke: #E50000; fill: #E50000"/>
                     42:     <polygon
                     43:              points="0,13 10,0 20,1 23,10 29,2 40,1 42,9 45,17 32,17 33,11 30,11 23,15 18,15 12,7 8,7 8,13"
                     44:              stroke="#E50000" fill="#FF9595"/>
                     45:     <!-- M scale -->
                     46:     <animateTransform attributeName="transform" attributeType="XML"
                     47:                       type="scale" from=".1" to="1" additive="sum" begin="0s"
                     48:                       dur="3s" fill="freeze"/>
                     49:     <!-- M translation -->
                     50:     <animateTransform attributeName="transform" attributeType="XML"
                     51:                       type="translate" from="0,0" to="118,110" begin="0s"
                     52:                       dur="3s" fill="freeze"/>
                     53:     <!-- M oscillations -->
                     54:     <!-- Maybe rotation center is not correct... (30,-22)  -->
                     55:     <animateTransform attributeName="transform" attributeType="XML"
                     56:                       type="rotate" from="0,30,-22" to="-30,30,-22"
                     57:                       begin="3s" dur="0.2s" fill="freeze"/>
                     58:     <animateTransform attributeName="transform" attributeType="XML"
                     59:                       type="rotate" from="-30,30,-22" to="25,30,-22"
                     60:                       begin="3.2s" dur="0.4s" fill="freeze"/>
                     61:     <animateTransform attributeName="transform" attributeType="XML"
                     62:                       type="rotate" from="25,30,-22" to="-20,30,-22"
                     63:                       begin="3.6s" dur="0.6s" fill="freeze"/>
                     64:     <animateTransform attributeName="transform" attributeType="XML"
                     65:                       type="rotate" from="-20,30,-22" to="15,30,-22"
                     66:                       begin="4.2s" dur="0.8s" fill="freeze"/>
                     67:     <animateTransform attributeName="transform" attributeType="XML"
                     68:                       type="rotate" from="15,30,-22" to="-10,30,-22"
                     69:                       begin="5s" dur="1s" fill="freeze"/>
                     70:     <animateTransform attributeName="transform" attributeType="XML"
                     71:                       type="rotate" from="-10,30,-22" to="0,30,-22"
                     72:                       begin="6s" dur="0.6s" fill="freeze"/>
                     73:   </g>
                     74: </svg>
                     75: </div>
                     76: 
1.13    ! vatton     77: <h1>Welcome to Amaya 9.3</h1>
1.1       vatton     78: 
                     79: <p>Amaya is a Web client that acts both as a browser and as an authoring
1.7       vatton     80: tool. It has been designed by <a href="http://www.w3.org">W3C</a> and <a
1.8       vatton     81: href="http://www.inria.fr/index.en.html">INRIA</a> with the primary purpose
                     82: of demonstrating new Web technologies and helping users to generate valid Web
1.4       vatton     83: pages.<br />
1.1       vatton     84: With Amaya, you can manipulate rich Web pages containing forms, tables, and
                     85: the most advanced features from <acronym
                     86: title="Hypertext Markup Language">XHTML</acronym>. You can create and edit
1.11      gully      87: complex <a href="../doc/WX/Math.html">mathematical expressions</a> within Web
                     88: pages. You can style your documents using Cascading Style Sheets (CSS).</p>
1.1       vatton     89: 
                     90: <div class="body">
                     91: <p>Did you know?</p>
                     92: <dl>
                     93:   <dt>Amaya is a structured editor</dt>
1.2       vatton     94:     <dd>With the F2 key you can select the parent element in the structure,
1.9       vatton     95:       to apply editing functions (copy, paste, attributes, etc.) to the right
                     96:       element.</dd>
1.5       vatton     97:   <dt>Documents can be edited through different synchronized views</dt>
1.6       quint      98:     <dd>The Views menu allows you to open the Structure view, the Source
                     99:       view, etc. Just click the red line at the bottom to open or close an
                    100:       additional view</dd>
1.5       vatton    101:   <dt>Documents can be published directly on remote servers</dt>
1.6       quint     102:     <dd>With the http PUT method you can save a Web page on a remote server
                    103:       provided you are allowed to do so.</dd>
1.1       vatton    104:   <dt>Links can be created by a simple click</dt>
1.6       quint     105:     <dd>To create a link you can directly click its target (use <code>Views
                    106:       &gt; Show targets</code> to display targets).</dd>
1.5       vatton    107:   <dt>Amaya provides advanced commands</dt>
1.6       quint     108:     <dd>Section numbering, generation of table of contents, insertion of time
                    109:       stamp , structure transformation.</dd>
1.1       vatton    110: </dl>
                    111: </div>
                    112: 
                    113: <p class="bottom">Permission to use, copy, modify, and distribute this
                    114: software and its documentation for any purpose and without fee or royalty is
                    115: hereby granted, provided that the full text of the <a
                    116: href="http://www.w3.org/Consortium/Legal/copyright-software.html"><acronym
                    117: title="Massachusetts Institute of Technology">MIT</acronym> and INRIA
                    118: Copyright Statement</a> appears with <strong>all</strong> copies of the
                    119: software and documentation or portions thereof, including modifications that
                    120: you make.</p>
                    121: </body>
                    122: </html>

Webmaster