File:  [Public] / Amaya / amaya / AmayaPage.html
Revision 1.62: download - view: text, annotated - select for diffs
Tue Jul 11 08:04:39 2000 UTC (23 years, 11 months ago) by cvs
Branches: MAIN
CVS tags: HEAD, Amaya-3-2-1
Use 3.2.1 instead of 3.2a
Irene

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>Welcome to Amaya</title>
  <meta name="GENERATOR" content="amaya V3.2.1" />
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <style type="text/css">
    body {font-family: helvetica, arial, sans-serif; color: #501070;
          background-color: #f7edff}
    h1 {font-size: 200%; font-weight: bold; font-style:italic; color:#ffa0d8;
        margin-bottom: 0"}
    h2 {marging-top: 0; margin-bottom: .4em; font-style:italic; color:#ffa0d8}
    h3 {border: solid 1px #ffa0d8; padding: 4px; margin-bottom: .2em}
    div p {text-align: justify}
    div {margin-top: 0}
    .intro {text-align: right; margin-top: -217px; margin-bottom: 120px}
    .button {border: solid 1px #501070; padding: 4px}
    .buttonbar {text-align: center; margin-top: 1.5em}
    .pink {color: #ffa0d8}
    a:link {color:#ffa0d8; font-weight: bold}
    a:active {color: #c04898; font-weight: bold}
    a:visited {color: #9820c8; font-weight: bold}
  </style>
</head>

<body xml:lang="en" lang="en">
<img src="purple.gif" alt="A purple background" width="100%" height="217" />

<p class="intro"><strong>Amaya</strong> is a Web client that acts both as a
browser and as an authoring tool.<br />
It has been designed by <a href="http://www.w3.org/">W3C</a> with the primary
purpose of demonstrating<br />
new Web technologies in a WYSIWYG environment.<br />
The current version implements<br />
HTML, XHTML, MathML,<br />
CSS, and HTTP.</p>

<h1>Welcome to Amaya!</h1>

<h2>Release 3.2.1</h2>

<div>
<h3>Main Features</h3>

<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
mathematical expressions within Web pages. You can style your documents using
Cascading Style Sheets. You can publish HTML and XHTML documents on local or
remote servers through HTTP.</p>

<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
just moves the caret and allows text input; to follow a link, you have to
double click. This behavior can be changed as well as many other features
using the Special/Preferences menu.</p>

<p>Amaya can edit and publish CSS style sheets. In addition, you can easily
link and unlink style sheets to documents. You can selectively enable and
disable them and immediately see rendering differences.</p>

<p>A  Source view shows the current markup produced by Amaya. Using that view
along with the main view, you can work both on the rendered page and on the
source code. Amaya provides a multi-level multi-document Undo/Redo
feature.</p>
</div>

<div>
<h3>Online Manual</h3>

<p>A User's Manual is available online. You can access it with the Help menu,
which displays each section separately.  You can also print it: just follow
the <a href="../doc/amaya/Manual.html">Online Manual</a> link below. You'll
get the front page. Then build the whole book with the "Make book" entry from
the Special menu and print the result.</p>
</div>

<div>
<h3>Copyright</h3>

<p>Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee or royalty is hereby granted,
provided that the full text of the <a
href="http://www.w3.org/Consortium/Legal/copyright-software.html">MIT and
INRIA Copyright Statement</a> appears on ALL copies of the software and
documentation or portions thereof, including modifications that you make.</p>
</div>

<p class="buttonbar"><span class="button"><a href="http://www.w3.org/">W3C
server</a></span> <span class="button"><a
href="http://www.w3.org/Amaya/">Amaya Home</a></span> <span class="button"><a
href="../doc/amaya/Manual.html">Online Manual</a></span></p>
</body>
</html>

Webmaster