Diff for /Amaya/amaya/AmayaPage.html between versions 1.68 and 1.69

version 1.68, 2000/10/27 10:10:14 version 1.69, 2000/10/30 15:50:26
Line 1 Line 1
 <?xml version="1.0" encoding="iso-8859-1"?>  <?xml version="1.0" encoding="iso-8859-1"?>
   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       "DTD/xhtml1-1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">  <html xmlns="http://www.w3.org/1999/xhtml">
 <head>  <head>
   <title>Welcome to Amaya</title>    <title>Welcome to Amaya</title>
Line 8 Line 10
  body {font-family: helvetica, arial, sans-serif; color: #501070;   body {font-family: helvetica, arial, sans-serif; color: #501070;
  background-color: #f7edff}   background-color: #f7edff}
  h1 {font-size: 200%; font-weight: bold; font-style:italic; color:#ffa0d8;   h1 {font-size: 200%; font-weight: bold; font-style:italic; color:#ffa0d8;
  margin-bottom: 0"}  margin-top: 100px;  margin-bottom: 0"}
  h2 {marging-top: 0; margin-bottom: .4em; font-style:italic; color:#ffa0d8}   h2 {marging-top: 0; margin-bottom: .4em; font-style:italic; color:#ffa0d8}
  h3 {border: solid 1px #ffa0d8; padding: 4px; margin-bottom: .2em}   h3 {border: solid 1px #ffa0d8; padding: 4px; margin-bottom: .2em}
  div p {text-align: justify}   div p {text-align: justify}
Line 31  It has been designed by <a href="http:// Line 33  It has been designed by <a href="http://
 purpose of demonstrating<br />  purpose of demonstrating<br />
 new Web technologies in a WYSIWYG environment.<br />  new Web technologies in a WYSIWYG environment.<br />
 The current version implements<br />  The current version implements<br />
 HTML, XHTML, MathML,<br />  HTML, XHTML, MathML, SVG,<br />
 CSS, and HTTP.</p>  CSS, and HTTP.</p>
   
 <h1 style="margin-top: 100 px">Welcome to Amaya!</h1>  <h1>Welcome to Amaya!</h1>
   
 <h2>Release 3.9</h2>  <h2>Release 3.9</h2>
   
Line 43  CSS, and HTTP.</p> Line 45  CSS, and HTTP.</p>
   
 <p>With Amaya, you can manipulate rich Web pages containing forms, tables and  <p>With Amaya, you can manipulate rich Web pages containing forms, tables and
 the most advanced features from HTML. You can create and edit complex  the most advanced features from HTML. You can create and edit complex
 mathematical expressions within Web pages. You can style your documents using  mathematical expressions and simple SVG  graphics within Web pages. You can
 Cascading Style Sheets. You can publish HTML and XHTML documents on local or  style your documents using Cascading Style Sheets. You can publish HTML and
 remote servers through HTTP.</p>  XHTML documents on local or remote servers through HTTP.</p>
   
 <p>Browsing and authoring are integrated seamlessly. You can browse and edit  <p>Browsing and authoring are integrated seamlessly. You can browse and edit
 Web pages at the same time. To make editing easier, a simple click in Amaya  Web pages at the same time. To make editing easier, a simple click in Amaya
Line 53  just moves the caret and allows text inp Line 55  just moves the caret and allows text inp
 double click. This behavior can be changed as well as many other features  double click. This behavior can be changed as well as many other features
 using the Special/Preferences menu.</p>  using the Special/Preferences menu.</p>
   
 <p>Amaya can edit and publish CSS style sheets. In addition, you can easily  <p>Amaya includes a collaborative annotation application based on W3C
 link and unlink style sheets to documents. You can selectively enable and  technologies (RDF, XLink, and XPointer). Annotations are external comments,
 disable them and immediately see rendering differences.</p>  notes, remarks that can be attached to any Web document or a selected part of
   the document. Annotations are stored either into the local file system or into
 <p>A Source view shows the current markup produced by Amaya. Using that view  annotation servers. The creation of annotations on a document doesn't modify
 along with the main view, you can work both on the rendered page and on the  the document itself.</p>
 source code. Amaya provides a multi-level multi-document Undo/Redo  
 feature.</p>  
 </div>  </div>
   
 <div>  <div>

Removed from v.1.68  
changed lines
  Added in v.1.69


Webmaster