File:  [Public] / Amaya / amaya / AmayaPage.html
Revision 1.29: download - view: text, annotated - select for diffs
Fri Apr 2 14:14:55 1999 UTC (25 years, 2 months ago) by cvs
Branches: MAIN
CVS tags: HEAD
  Implementation of:
  - open a CSS file used in a document.
  - disable CSS properties of the CSS file.
  - remove a CSS link.
  - enable (not available yet)

  All user Amaya preferences and personal files are collected into a
  home directory. By default this directory is $HOME/.amaya on Unix
  platforms and C:\TEMP\amaya on Windows platforms. These files are:
  - a personal amaya.css
  - a personal amaya.keyboard (amaya.kb on Windows)
  - a personal dictionary
  - thot.rc personal preferences. This file is generated and updated thru
    the Special/Preferences menu.
  - and other temporary files and directories used by Amaya.
Irene

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
   "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>Welcome to Amaya</title>
<meta name="GENERATOR" content="amaya V1.5b">
</head>
<body bgcolor="white" lang="en">

<h1 style="font-size : 30pt; color : #FF0080">Welcome to Amaya</h1>

<h2 style="text-align : right; color : #BEBEBE">Release 2.0</h2>

<p><strong>Amaya</strong> is a Web client that acts both as a browser and as
an authoring tool. It has been designed with the primary purpose of
demonstrating new Web technologies in a WYSIWYG environment. The current
version implements HTML, MathML, CSS, and HTTP.</p>

<div>

<h3>Main Features</h3>
<ul>
<li>
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 documents on local or remote servers with the
HTTP Put method.
</li>
<li>
Browsing and authoring are integrated seamlessly. You can browse and edit Web
pages at the same time. For that reason, a simple click just moves the caret
to allow text editing; to follow a link, you have to double click.
</li>
</ul>
</div>

<div>

<h3>Online Manual</h3>

<p>A User's Manual is available online. You can browse 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>
<hr>


<table border="0" width="100%" style="background-color : #95E4FF; color :
#00B2E5">
<tbody>
<tr>
<td align="center" width="33%">
<p style="font-size : 14pt"><a href="http://www.w3.org/">W3C server</a></p>
</td>
<td align="center" width="33%">
<p style="font-size : 14pt"><a href="http://www.w3.org/Amaya/">Amaya
Home</a></p>
</td>
<td align="center" width="33%">
<p style="font-size : 14pt"><a href="../doc/amaya/Manual.html">Online
Manual</a></p>
</td>
</tr>
</tbody>
</table>
</body>
</html>

Webmaster